Commit ·
cd6fd2a
1
Parent(s): c1841c7
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
| 10 |
"auto_map": {
|
| 11 |
"AutoConfig": "configuration_mert.MERTConfig",
|
| 12 |
"AutoModel": "modeling_mert.MERTModel",
|
| 13 |
-
"AutoModelForAudioClassification": "modeling_mert.MERTForSequenceClassification"
|
| 14 |
},
|
| 15 |
"bos_token_id": 1,
|
| 16 |
"classifier_proj_size": 256,
|
|
|
|
| 10 |
"auto_map": {
|
| 11 |
"AutoConfig": "configuration_mert.MERTConfig",
|
| 12 |
"AutoModel": "modeling_mert.MERTModel",
|
| 13 |
+
"AutoModelForAudioClassification": "modeling_mert.MERTForSequenceClassification"
|
| 14 |
},
|
| 15 |
"bos_token_id": 1,
|
| 16 |
"classifier_proj_size": 256,
|