Update generation_config.json
Browse files- generation_config.json +5 -1
generation_config.json
CHANGED
|
@@ -4,5 +4,9 @@
|
|
| 4 |
"cache_implementation": "hybrid",
|
| 5 |
"eos_token_id": 1,
|
| 6 |
"pad_token_id": 0,
|
| 7 |
-
"transformers_version": "4.51.3"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
}
|
|
|
|
| 4 |
"cache_implementation": "hybrid",
|
| 5 |
"eos_token_id": 1,
|
| 6 |
"pad_token_id": 0,
|
| 7 |
+
"transformers_version": "4.51.3",
|
| 8 |
+
"temperature": 0.6,
|
| 9 |
+
"top_p": 0.9,
|
| 10 |
+
"top_k": 32,
|
| 11 |
+
"repetition_penalty": 1.1
|
| 12 |
}
|