Update config.json
Browse files- config.json +5 -5
config.json
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
{
|
2 |
"_from_model_config": true,
|
3 |
-
"_name_or_path": "
|
4 |
"architectures": [
|
5 |
"BaichuanForCausalLM"
|
6 |
],
|
7 |
"auto_map": {
|
8 |
-
"AutoConfig": "
|
9 |
-
"AutoModel": "
|
10 |
-
"AutoModelForCausalLM": "
|
11 |
},
|
12 |
"bos_token_id": 1,
|
13 |
"eos_token_id": 2,
|
@@ -16,7 +16,7 @@
|
|
16 |
"initializer_range": 0.02,
|
17 |
"intermediate_size": 13696,
|
18 |
"model_max_length": 4096,
|
19 |
-
"model_type": "
|
20 |
"num_attention_heads": 40,
|
21 |
"num_hidden_layers": 40,
|
22 |
"pad_token_id": 0,
|
|
|
1 |
{
|
2 |
"_from_model_config": true,
|
3 |
+
"_name_or_path": "xuqinyang/chatxu",
|
4 |
"architectures": [
|
5 |
"BaichuanForCausalLM"
|
6 |
],
|
7 |
"auto_map": {
|
8 |
+
"AutoConfig": "configuration_chatxu.BaichuanConfig",
|
9 |
+
"AutoModel": "modeling_chatxu.BaichuanForCausalLM",
|
10 |
+
"AutoModelForCausalLM": "xuqinyang/chatxu--modeling_chatxu.BaichuanForCausalLM"
|
11 |
},
|
12 |
"bos_token_id": 1,
|
13 |
"eos_token_id": 2,
|
|
|
16 |
"initializer_range": 0.02,
|
17 |
"intermediate_size": 13696,
|
18 |
"model_max_length": 4096,
|
19 |
+
"model_type": "chatxu",
|
20 |
"num_attention_heads": 40,
|
21 |
"num_hidden_layers": 40,
|
22 |
"pad_token_id": 0,
|