fix
Browse files- config.json +4 -0
config.json
CHANGED
|
@@ -2,6 +2,10 @@
|
|
| 2 |
"architectures": [
|
| 3 |
"SpearModel"
|
| 4 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
"causal": false,
|
| 6 |
"chunk_size": 8,
|
| 7 |
"cnn_module_kernel": "31,31,15,15,15,31,31",
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
"SpearModel"
|
| 4 |
],
|
| 5 |
+
"auto_map": {
|
| 6 |
+
"AutoConfig": "configuration_spear.SpearConfig",
|
| 7 |
+
"AutoModel": "modeling_spear.SpearModel"
|
| 8 |
+
},
|
| 9 |
"causal": false,
|
| 10 |
"chunk_size": 8,
|
| 11 |
"cnn_module_kernel": "31,31,15,15,15,31,31",
|