Upload ChatGLMForConditionalGeneration
Browse files- config.json +3 -3
config.json
CHANGED
|
@@ -10,9 +10,9 @@
|
|
| 10 |
"attention_dropout": 0.0,
|
| 11 |
"attention_softmax_in_fp32": true,
|
| 12 |
"auto_map": {
|
| 13 |
-
"AutoConfig": "
|
| 14 |
-
"AutoModel": "
|
| 15 |
-
"AutoModelForSeq2SeqLM": "
|
| 16 |
},
|
| 17 |
"bias_dropout_fusion": true,
|
| 18 |
"eos_token_id": 2,
|
|
|
|
| 10 |
"attention_dropout": 0.0,
|
| 11 |
"attention_softmax_in_fp32": true,
|
| 12 |
"auto_map": {
|
| 13 |
+
"AutoConfig": "configuration_chatglm.ChatGLMConfig",
|
| 14 |
+
"AutoModel": "modeling_chatglm.ChatGLMForConditionalGeneration",
|
| 15 |
+
"AutoModelForSeq2SeqLM": "modeling_chatglm.ChatGLMForConditionalGeneration"
|
| 16 |
},
|
| 17 |
"bias_dropout_fusion": true,
|
| 18 |
"eos_token_id": 2,
|