File size: 878 Bytes
0bc439d 9437bb0 0bc439d 9f4349d 0bc439d d0446ec 0bc439d 9437bb0 0bc439d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
{
"_name_or_path": "AlexHung29629/test_mllama_v12",
"architectures": [
"UltravoxModel"
],
"audio_model_id": "openai/whisper-large-v3-turbo",
"auto_map": {
"AutoConfig": "ultravox_config.UltravoxConfig",
"AutoModel": "ultravox_model.UltravoxModel",
"AutoProcessor": "ultravox_processing.UltravoxProcessor"
},
"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": 128009,
"projector_act": "swiglu",
"stack_factor": 8,
"text_model_id": "voidful/Llama-3.2-8B-Instruct",
"torch_dtype": "bfloat16",
"transformers_version": "4.46.2",
"vocab_size": 128256
}
|