youjunhyeok
commited on
Commit
•
cf3d813
1
Parent(s):
442f002
Update config.json
Browse files- config.json +6 -6
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"add_bias_linear": false,
|
4 |
"add_qkv_bias": true,
|
5 |
"apply_query_key_layer_scaling": true,
|
@@ -10,11 +10,11 @@
|
|
10 |
"attention_dropout": 0.0,
|
11 |
"attention_softmax_in_fp32": true,
|
12 |
"auto_map": {
|
13 |
-
"AutoConfig": "
|
14 |
-
"AutoModel": "
|
15 |
-
"AutoModelForCausalLM": "
|
16 |
-
"AutoModelForSeq2SeqLM": "
|
17 |
-
"AutoModelForSequenceClassification": "
|
18 |
},
|
19 |
"bias_dropout_fusion": true,
|
20 |
"classifier_dropout": null,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "youjunhyeok/glm-4-9b-ko-v2",
|
3 |
"add_bias_linear": false,
|
4 |
"add_qkv_bias": true,
|
5 |
"apply_query_key_layer_scaling": true,
|
|
|
10 |
"attention_dropout": 0.0,
|
11 |
"attention_softmax_in_fp32": true,
|
12 |
"auto_map": {
|
13 |
+
"AutoConfig": "youjunhyeok/glm-4-9b-ko-v2--configuration_chatglm.ChatGLMConfig",
|
14 |
+
"AutoModel": "youjunhyeok/glm-4-9b-ko-v2--modeling_chatglm.ChatGLMForConditionalGeneration",
|
15 |
+
"AutoModelForCausalLM": "youjunhyeok/glm-4-9b-ko-v2--modeling_chatglm.ChatGLMForConditionalGeneration",
|
16 |
+
"AutoModelForSeq2SeqLM": "youjunhyeok/glm-4-9b-ko-v2--modeling_chatglm.ChatGLMForConditionalGeneration",
|
17 |
+
"AutoModelForSequenceClassification": "youjunhyeok/glm-4-9b-ko-v2--modeling_chatglm.ChatGLMForSequenceClassification"
|
18 |
},
|
19 |
"bias_dropout_fusion": true,
|
20 |
"classifier_dropout": null,
|