mule-pytorch / config.json
oriyonay's picture
Upload config.json with huggingface_hub
3a2031d verified
{
"_name_or_path": "oriyonay/mule-pytorch",
"architectures": [
"Mule"
],
"auto_map": {
"AutoConfig": "mule.MuleConfig",
"AutoModel": "mule.Mule"
},
"model_type": "mule",
"num_labels": 50,
"projector_layers": [],
"include_fc": true,
"f_value": 0,
"scaled_activation_type": "gelu",
"alpha": 0.2,
"sample_rate": 16000,
"n_mels": 128,
"n_fft": 1024,
"hop_length": 256,
"win_length": 512,
"fmin": 40.0,
"fmax": 8000.0,
"torch_dtype": "float32"
}