up_asr / config.json
Flyoz's picture
Upload folder using huggingface_hub
9c2c75b verified
{
"_name_or_path": "/Flyoz/artifacts/mistralai-magistral",
"architectures": [
"UltravoxModel"
],
"audio_model_id": "Flyoz/wh_ru",
"auto_map": {
"AutoConfig": "ultravox_config.UltravoxConfig",
"AutoModel": "ultravox_model.UltravoxModel"
},
"custom_pipelines": {
"ultravox-pipeline": {
"impl": "ultravox_pipeline.UltravoxPipeline",
"pt": [
"AutoModel"
],
"tf": [],
"type": "multimodal"
}
},
"hidden_size": 4096,
"ignore_index": -100,
"initializer_range": 0.02,
"model_type": "ultravox",
"norm_init": 0.4,
"pad_token_id": 2,
"projector_act": "swiglu",
"stack_factor": 8,
"text_model_id": "mistralai/Mistral-Nemo-Instruct-2407",
"torch_dtype": "bfloat16",
"transformers_version": "4.46.2",
"vocab_size": 131072,
"audio_token_index": 131072
}