PereLluis13
commited on
Commit
•
2b2ce39
1
Parent(s):
b7bffce
Update generation_config.json
Browse files- generation_config.json +7 -1
generation_config.json
CHANGED
@@ -1,7 +1,13 @@
|
|
1 |
{
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 1,
|
4 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
"transformers_version": "4.46.2",
|
6 |
"use_cache": false
|
7 |
}
|
|
|
1 |
{
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 1,
|
4 |
+
"do_sample": true,
|
5 |
+
"eos_token_id": [
|
6 |
+
2,
|
7 |
+
51202
|
8 |
+
],
|
9 |
+
"repetition_penalty": 1.1,
|
10 |
+
"temperature": 0.4,
|
11 |
"transformers_version": "4.46.2",
|
12 |
"use_cache": false
|
13 |
}
|