Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
|
@@ -3,6 +3,7 @@
|
|
| 3 |
"DashengModel"
|
| 4 |
],
|
| 5 |
"auto_map": {
|
|
|
|
| 6 |
"AutoModel": "modeling_dasheng.DashengModel"
|
| 7 |
},
|
| 8 |
"encoder_kwargs": {
|
|
|
|
| 3 |
"DashengModel"
|
| 4 |
],
|
| 5 |
"auto_map": {
|
| 6 |
+
"AutoConfig": "configuration_dasheng.DashengConfig",
|
| 7 |
"AutoModel": "modeling_dasheng.DashengModel"
|
| 8 |
},
|
| 9 |
"encoder_kwargs": {
|