jiangchengchengNLP
commited on
Commit
•
cfc6ae9
1
Parent(s):
b3056b6
Upload generation_config.json
Browse files- generation_config.json +12 -0
generation_config.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 1025,
|
4 |
+
"decoder_start_token_id": 1025,
|
5 |
+
"do_sample": true,
|
6 |
+
"eos_token_id": 1024,
|
7 |
+
"guidance_scale": 1.0,
|
8 |
+
"min_new_tokens": 50,
|
9 |
+
"max_length": 2580,
|
10 |
+
"pad_token_id": 1024,
|
11 |
+
"transformers_version": "4.38.2"
|
12 |
+
}
|