Create generation_config.json
Browse files- generation_config.json +7 -0
generation_config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token_id": 100000,
|
| 3 |
+
"eos_token_id": 100001,
|
| 4 |
+
"do_sample": true,
|
| 5 |
+
"temperature": 0.7,
|
| 6 |
+
"top_p": 0.95
|
| 7 |
+
}
|