Update config.json
Browse files- config.json +3 -0
config.json
CHANGED
@@ -17,6 +17,9 @@
|
|
17 |
"target_length": 1008
|
18 |
},
|
19 |
"loss": "BCELoss",
|
|
|
|
|
|
|
20 |
"model_type": "dasheng",
|
21 |
"name": "dasheng-base",
|
22 |
"torch_dtype": "float32",
|
|
|
17 |
"target_length": 1008
|
18 |
},
|
19 |
"loss": "BCELoss",
|
20 |
+
"auto_map": {
|
21 |
+
"AutoModel": "modeling_dasheng.DashengModel",
|
22 |
+
},
|
23 |
"model_type": "dasheng",
|
24 |
"name": "dasheng-base",
|
25 |
"torch_dtype": "float32",
|