cuongnguyenxuan
commited on
Commit
•
fcac66c
1
Parent(s):
db4e310
Upload generation_config.json with huggingface_hub
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": 0,
|
4 |
+
"decoder_start_token_id": 2,
|
5 |
+
"early_stopping": true,
|
6 |
+
"eos_token_id": 2,
|
7 |
+
"forced_bos_token_id": 0,
|
8 |
+
"forced_eos_token_id": 2,
|
9 |
+
"no_repeat_ngram_size": 3,
|
10 |
+
"num_beams": 3,
|
11 |
+
"pad_token_id": 1,
|
12 |
+
"transformers_version": "4.41.2"
|
13 |
+
}
|