Update config.json
#1
by
shunxing1234
- opened
- config.json +3 -0
config.json
CHANGED
|
@@ -2,6 +2,9 @@
|
|
| 2 |
"activation_function": "silu",
|
| 3 |
"add_bias_linear": false,
|
| 4 |
"attn_pdrop": 0.0,
|
|
|
|
|
|
|
|
|
|
| 5 |
"auto_map": {
|
| 6 |
"AutoConfig": "configuration_telechat.TELECHATConfig",
|
| 7 |
"AutoModel": "modeling_telechat.TELECHAT",
|
|
|
|
| 2 |
"activation_function": "silu",
|
| 3 |
"add_bias_linear": false,
|
| 4 |
"attn_pdrop": 0.0,
|
| 5 |
+
"architectures":[
|
| 6 |
+
"TeleChatForCausalLM"
|
| 7 |
+
],
|
| 8 |
"auto_map": {
|
| 9 |
"AutoConfig": "configuration_telechat.TELECHATConfig",
|
| 10 |
"AutoModel": "modeling_telechat.TELECHAT",
|