Upload generation_config.json with huggingface_hub
Browse files- generation_config.json +6 -9
generation_config.json
CHANGED
@@ -1,13 +1,10 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
-
"eos_token_id": [
|
4 |
-
127960,
|
5 |
-
127967
|
6 |
-
],
|
7 |
"pad_token_id": 127961,
|
|
|
|
|
|
|
8 |
"repetition_penalty": 1.05,
|
9 |
"temperature": 0.7,
|
10 |
-
"
|
11 |
-
|
12 |
-
"transformers_version": "4.41.2"
|
13 |
-
}
|
|
|
1 |
{
|
2 |
+
"eos_token_id": [127960, 127967],
|
|
|
|
|
|
|
|
|
3 |
"pad_token_id": 127961,
|
4 |
+
"do_sample": true,
|
5 |
+
"top_k": 20,
|
6 |
+
"top_p": 0.8,
|
7 |
"repetition_penalty": 1.05,
|
8 |
"temperature": 0.7,
|
9 |
+
"transformers_version": "4.31.0"
|
10 |
+
}
|
|
|
|