Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
"AutoModelForCausalLM": "modeling_audio_only_thinker.AudioOnlyThinker"
|
4 |
},
|
5 |
"architectures": [
|
6 |
-
|
7 |
-
|
8 |
"audio_config": {
|
9 |
"_attn_implementation_autoset": true,
|
10 |
"activation_dropout": 0.0,
|
|
|
3 |
"AutoModelForCausalLM": "modeling_audio_only_thinker.AudioOnlyThinker"
|
4 |
},
|
5 |
"architectures": [
|
6 |
+
"AudioOnlyThinker"
|
7 |
+
],
|
8 |
"audio_config": {
|
9 |
"_attn_implementation_autoset": true,
|
10 |
"activation_dropout": 0.0,
|