Upload 2 files
Browse files- config.json +4 -3
- generation_config.json +2 -2
config.json
CHANGED
@@ -8,8 +8,10 @@
|
|
8 |
"AutoModel": "modeling_aquila.LlamaModel",
|
9 |
"AutoModelForCausalLM": "modeling_aquila.LlamaForCausalLM"
|
10 |
},
|
11 |
-
"bos_token_id":
|
12 |
-
"eos_token_id":
|
|
|
|
|
13 |
"hidden_act": "silu",
|
14 |
"hidden_size": 4096,
|
15 |
"initializer_range": 0.02,
|
@@ -18,7 +20,6 @@
|
|
18 |
"model_type": "llama",
|
19 |
"num_attention_heads": 32,
|
20 |
"num_hidden_layers": 32,
|
21 |
-
"pad_token_id": 0,
|
22 |
"rms_norm_eps": 1e-05,
|
23 |
"tie_word_embeddings": false,
|
24 |
"torch_dtype": "float16",
|
|
|
8 |
"AutoModel": "modeling_aquila.LlamaModel",
|
9 |
"AutoModelForCausalLM": "modeling_aquila.LlamaForCausalLM"
|
10 |
},
|
11 |
+
"bos_token_id": 100006,
|
12 |
+
"eos_token_id": 100007,
|
13 |
+
"pad_token_id": 0,
|
14 |
+
"unk_token_id": 0,
|
15 |
"hidden_act": "silu",
|
16 |
"hidden_size": 4096,
|
17 |
"initializer_range": 0.02,
|
|
|
20 |
"model_type": "llama",
|
21 |
"num_attention_heads": 32,
|
22 |
"num_hidden_layers": 32,
|
|
|
23 |
"rms_norm_eps": 1e-05,
|
24 |
"tie_word_embeddings": false,
|
25 |
"torch_dtype": "float16",
|
generation_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"_from_model_config": true,
|
3 |
-
"bos_token_id":
|
4 |
-
"eos_token_id":
|
5 |
"pad_token_id": 0,
|
6 |
"transformers_version": "4.30.1"
|
7 |
}
|
|
|
1 |
{
|
2 |
"_from_model_config": true,
|
3 |
+
"bos_token_id": 100006,
|
4 |
+
"eos_token_id": 100007,
|
5 |
"pad_token_id": 0,
|
6 |
"transformers_version": "4.30.1"
|
7 |
}
|