Vicent Ahuir Esteve
commited on
Commit
•
9e89a5a
1
Parent(s):
7f15486
Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
@@ -46,11 +46,12 @@
|
|
46 |
},
|
47 |
"early_stopping": true,
|
48 |
"repetition_penalty": 2.0,
|
49 |
-
"max_length":
|
50 |
"min_length": 25,
|
51 |
"no_repeat_ngram_size": 3,
|
52 |
"num_beams": 4,
|
53 |
|
|
|
54 |
"mask_sent_token_id": 6,
|
55 |
"mask_token_id": 5,
|
56 |
"max_position_embeddings": 512,
|
|
|
46 |
},
|
47 |
"early_stopping": true,
|
48 |
"repetition_penalty": 2.0,
|
49 |
+
"max_length": 512,
|
50 |
"min_length": 25,
|
51 |
"no_repeat_ngram_size": 3,
|
52 |
"num_beams": 4,
|
53 |
|
54 |
+
"truncation": "max_length",
|
55 |
"mask_sent_token_id": 6,
|
56 |
"mask_token_id": 5,
|
57 |
"max_position_embeddings": 512,
|