File size: 551 Bytes
071cf38 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
{
"auto_map": {
"AutoModel": "modeling_lfq_tokenizer.LFQTokenizer",
"AutoConfig": "configuration_lfq_tokenizer.LFQTokenizerConfig"
},
"model_type": "lfq_tokenizer",
"encoder_decoder_config": {
"ch": 128,
"in_channels": 3,
"out_ch": 3,
"z_channels": 18,
"num_res_blocks": 2,
"ch_mult": [1, 1, 2, 2, 4]
},
"quantizer_config": {
"dim": 18,
"codebook_size": 262144,
"batch_maximization_weight": 1.0,
"sample_minimization_weight": 1.0
}
} |