quant-lcm / config.json
LixingLi's picture
Upload folder using huggingface_hub
d4ba439 verified
Raw
History Blame Contribute Delete
196 Bytes
{
"code_dim": 1024,
"d_model": 1024,
"n_layer": 8,
"n_head": 16,
"d_ff": 4096,
"max_seq_len": 128,
"dropout": 0.1,
"stop_loss_weight": 1.0,
"rvq_levels": 32,
"rvq_size": 1024
}