Add files using upload-large-folder tool
Browse files- config.json +1 -1
- generation_config.json +3 -1
config.json
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
"attention_bias": false,
|
6 |
"attention_dropout": 0.0,
|
7 |
"bos_token_id": 128000,
|
8 |
-
"eos_token_id":
|
9 |
"head_dim": 128,
|
10 |
"hidden_act": "silu",
|
11 |
"hidden_size": 3072,
|
|
|
5 |
"attention_bias": false,
|
6 |
"attention_dropout": 0.0,
|
7 |
"bos_token_id": 128000,
|
8 |
+
"eos_token_id": 128009,
|
9 |
"head_dim": 128,
|
10 |
"hidden_act": "silu",
|
11 |
"hidden_size": 3072,
|
generation_config.json
CHANGED
@@ -6,5 +6,7 @@
|
|
6 |
128008,
|
7 |
128009
|
8 |
],
|
9 |
-
"
|
|
|
|
|
10 |
}
|
|
|
6 |
128008,
|
7 |
128009
|
8 |
],
|
9 |
+
"max_length": 131072,
|
10 |
+
"pad_token_id": 128004,
|
11 |
+
"transformers_version": "4.52.3"
|
12 |
}
|