Waveformer / config.json
wannaq's picture
Upload config.json
6f7ca87 verified
Raw
History Blame Contribute Delete
267 Bytes
{
"auto_map": {
"AutoConfig": "configuration_waveformer.WaveformerConfig",
"AutoModelForCausalLM": "modeling_waveformer.WaveformerModel"
},
"model_type": "waveformer",
"vocab_size": 50257,
"d_model": 1024,
"n_layers": 12,
"max_seq_len": 32768
}