Update config.json
Browse files- config.json +5 -5
config.json
CHANGED
@@ -7,11 +7,11 @@
|
|
7 |
"attention_bias": false,
|
8 |
"attention_dropout": 0.0,
|
9 |
"auto_map": {
|
10 |
-
"AutoConfig": "
|
11 |
-
"AutoModel": "
|
12 |
-
"AutoModelForCausalLM": "
|
13 |
-
"AutoModelForSeq2SeqLM": "
|
14 |
-
"AutoModelForSequenceClassification": "
|
15 |
},
|
16 |
"bos_token_id": 1,
|
17 |
"eos_token_id": 2,
|
|
|
7 |
"attention_bias": false,
|
8 |
"attention_dropout": 0.0,
|
9 |
"auto_map": {
|
10 |
+
"AutoConfig": "configuration_chatglm.ChatGLMConfig",
|
11 |
+
"AutoModel": "modeling_chatglm.ChatGLMForConditionalGeneration",
|
12 |
+
"AutoModelForCausalLM": "modeling_chatglm.ChatGLMForConditionalGeneration",
|
13 |
+
"AutoModelForSeq2SeqLM": "modeling_chatglm.ChatGLMForConditionalGeneration",
|
14 |
+
"AutoModelForSequenceClassification": "modeling_chatglm.ChatGLMForSequenceClassification"
|
15 |
},
|
16 |
"bos_token_id": 1,
|
17 |
"eos_token_id": 2,
|