Update config.json
Browse files- config.json +4 -0
config.json
CHANGED
|
@@ -2,6 +2,10 @@
|
|
| 2 |
"architectures": [
|
| 3 |
"INF5Model"
|
| 4 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
"ckpt_path": "checkpoints/model_best.pt",
|
| 6 |
"model_type": "inf5",
|
| 7 |
"remove_sil": true,
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
"INF5Model"
|
| 4 |
],
|
| 5 |
+
"auto_map": {
|
| 6 |
+
"AutoConfig": "model.INF5Config",
|
| 7 |
+
"AutoModel": "model.INF5Model"
|
| 8 |
+
},
|
| 9 |
"ckpt_path": "checkpoints/model_best.pt",
|
| 10 |
"model_type": "inf5",
|
| 11 |
"remove_sil": true,
|