shanearora
commited on
Commit
•
89af5d3
1
Parent(s):
b4ea983
update common files
Browse files- config.json +1 -1
- generation_config.json +1 -1
config.json
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
"attention_bias": false,
|
6 |
"attention_dropout": 0.0,
|
7 |
"clip_qkv": 8.0,
|
8 |
-
"eos_token_id":
|
9 |
"hidden_act": "silu",
|
10 |
"hidden_size": 4096,
|
11 |
"initializer_range": 0.02,
|
|
|
5 |
"attention_bias": false,
|
6 |
"attention_dropout": 0.0,
|
7 |
"clip_qkv": 8.0,
|
8 |
+
"eos_token_id": 50279,
|
9 |
"hidden_act": "silu",
|
10 |
"hidden_size": 4096,
|
11 |
"initializer_range": 0.02,
|
generation_config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"_from_model_config": true,
|
3 |
-
"eos_token_id":
|
4 |
"pad_token_id": 1,
|
5 |
"transformers_version": "4.40.0.dev0"
|
6 |
}
|
|
|
1 |
{
|
2 |
"_from_model_config": true,
|
3 |
+
"eos_token_id": 50279,
|
4 |
"pad_token_id": 1,
|
5 |
"transformers_version": "4.40.0.dev0"
|
6 |
}
|