Upload generation_config.json with huggingface_hub
Browse files- generation_config.json +13 -0
generation_config.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token_id": 120000,
|
| 3 |
+
"pad_token_id": 120002,
|
| 4 |
+
"do_sample": true,
|
| 5 |
+
"eos_token_id": [
|
| 6 |
+
120007,
|
| 7 |
+
120020
|
| 8 |
+
],
|
| 9 |
+
"repetition_penalty": 1.05,
|
| 10 |
+
"top_k": 15,
|
| 11 |
+
"top_p":0.95,
|
| 12 |
+
"temperature":0.8
|
| 13 |
+
}
|