RichardErkhov
commited on
Commit
•
b98eadf
1
Parent(s):
9b7bba2
uploaded model
Browse files- generation_config.json +6 -0
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token_id": 151643,
|
3 |
+
"eos_token_id": 151643,
|
4 |
+
"max_new_tokens": 2048,
|
5 |
+
"transformers_version": "4.39.3"
|
6 |
+
}
|