Update config.json
Browse files- config.json +4 -0
config.json
CHANGED
@@ -2,6 +2,10 @@
|
|
2 |
"architectures": [
|
3 |
"CedForAudioClassification"
|
4 |
],
|
|
|
|
|
|
|
|
|
5 |
"attn_drop_rate": 0.0,
|
6 |
"center": true,
|
7 |
"depth": 12,
|
|
|
2 |
"architectures": [
|
3 |
"CedForAudioClassification"
|
4 |
],
|
5 |
+
"auto_map": {
|
6 |
+
"AutoModel": "modeling_ced.CedModel",
|
7 |
+
"AutoModelForAudioClassification": "modeling_ced.CedForAudioClassification"
|
8 |
+
},
|
9 |
"attn_drop_rate": 0.0,
|
10 |
"center": true,
|
11 |
"depth": 12,
|