AlexHung29629
commited on
Update config.json
Browse files- config.json +6 -0
config.json
CHANGED
@@ -139,6 +139,12 @@
|
|
139 |
"xvector_output_dim": 512
|
140 |
},
|
141 |
"audio_token_index": 128257,
|
|
|
|
|
|
|
|
|
|
|
|
|
142 |
"model_type": "llama3",
|
143 |
"text_config": {
|
144 |
"_attn_implementation_autoset": false,
|
|
|
139 |
"xvector_output_dim": 512
|
140 |
},
|
141 |
"audio_token_index": 128257,
|
142 |
+
"auto_map": {
|
143 |
+
"AutoConfig": "configuration_llama3.Llama3Config",
|
144 |
+
"AutoFeatureExtractor": "audio_processing_mllama.MllamaAudioFeatureExtractor",
|
145 |
+
"AutoModelForCausalLM": "modeling_llama3.Llama3ForCausalLM",
|
146 |
+
"AutoProcessor": "processing_mllama.MllamaProcessor"
|
147 |
+
},
|
148 |
"model_type": "llama3",
|
149 |
"text_config": {
|
150 |
"_attn_implementation_autoset": false,
|