{ | |
"architectures": [ | |
"MoonshineModel" | |
], | |
"auto_map": { | |
"AutoConfig": "configuration_moonshine.MoonshineConfig", | |
"AutoModelForSpeechSeq2Seq": "modeling_moonshine.MoonshineModel" | |
}, | |
"dec_depth": 8, | |
"dec_ff_swiglu": true, | |
"dec_voc_size": 32768, | |
"dim": 416, | |
"enc_depth": 8, | |
"enc_ff_swiglu": false, | |
"inner_dim": 416, | |
"model_type": "moonshine", | |
"n_head": 8, | |
"torch_dtype": "float32", | |
"transformers_version": "4.46.1" | |
} | |