Upload generation_config.json with huggingface_hub
Browse files- generation_config.json +10 -0
generation_config.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"eos_token_id": 127957,
|
3 |
+
"pad_token_id": 127961,
|
4 |
+
"do_sample": true,
|
5 |
+
"top_k": 20,
|
6 |
+
"top_p": 0.6,
|
7 |
+
"repetition_penalty": 1.05,
|
8 |
+
"transformers_version": "4.31.0",
|
9 |
+
"temperature": 0.7
|
10 |
+
}
|