File size: 455 Bytes
40d1a51 2f94602 40d1a51 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
{
"architectures": [
"MoonshineModel"
],
"auto_map": {
"AutoConfig": "configuration_moonshine.MoonshineConfig",
"AutoModelForSpeechSeq2Seq": "modeling_moonshine.MoonshineModel"
},
"dec_depth": 6,
"dec_ff_swiglu": true,
"dec_voc_size": 32768,
"dim": 288,
"enc_depth": 6,
"enc_ff_swiglu": false,
"inner_dim": 288,
"model_type": "moonshine",
"n_head": 8,
"torch_dtype": "float32",
"transformers_version": "4.46.1"
}
|