Upload generation_config.json
Browse files- generation_config.json +13 -0
generation_config.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config":true,
|
3 |
+
"bos_token_id":128000,
|
4 |
+
"eos_token_id":128001,
|
5 |
+
"max_new_tokens":64,
|
6 |
+
"do_sample":true,
|
7 |
+
"temperature":0.8,
|
8 |
+
"repetition_penalty":1.10,
|
9 |
+
"no_repeat_ngram_size":4,
|
10 |
+
"epsilon_cutoff":0.0006,
|
11 |
+
"renormalize_logits":true,
|
12 |
+
"transformers_version":"4.40.1"
|
13 |
+
}
|