Update config.json
Browse files- config.json +4 -3
config.json
CHANGED
|
@@ -2,6 +2,10 @@
|
|
| 2 |
"architectures": [
|
| 3 |
"DashengModel"
|
| 4 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
"encoder_kwargs": {
|
| 6 |
"depth": 40,
|
| 7 |
"embed_dim": 1536,
|
|
@@ -17,9 +21,6 @@
|
|
| 17 |
"target_length": 1008
|
| 18 |
},
|
| 19 |
"loss": "BCELoss",
|
| 20 |
-
"auto_map": {
|
| 21 |
-
"AutoModel": "modeling_dasheng.DashengModel",
|
| 22 |
-
},
|
| 23 |
"model_type": "dasheng",
|
| 24 |
"name": "dasheng-1.2B",
|
| 25 |
"torch_dtype": "float32",
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
"DashengModel"
|
| 4 |
],
|
| 5 |
+
"auto_map": {
|
| 6 |
+
"AutoConfig": "configuration_dasheng.DashengConfig",
|
| 7 |
+
"AutoModel": "modeling_dasheng.DashengModel"
|
| 8 |
+
},
|
| 9 |
"encoder_kwargs": {
|
| 10 |
"depth": 40,
|
| 11 |
"embed_dim": 1536,
|
|
|
|
| 21 |
"target_length": 1008
|
| 22 |
},
|
| 23 |
"loss": "BCELoss",
|
|
|
|
|
|
|
|
|
|
| 24 |
"model_type": "dasheng",
|
| 25 |
"name": "dasheng-1.2B",
|
| 26 |
"torch_dtype": "float32",
|