Vicent Ahuir Esteve
commited on
Commit
•
21ca89c
1
Parent(s):
9e89a5a
Update config.json
Browse files- config.json +1 -2
config.json
CHANGED
@@ -46,12 +46,11 @@
|
|
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 |
-
"truncation": "max_length",
|
55 |
"mask_sent_token_id": 6,
|
56 |
"mask_token_id": 5,
|
57 |
"max_position_embeddings": 512,
|
|
|
46 |
},
|
47 |
"early_stopping": true,
|
48 |
"repetition_penalty": 2.0,
|
49 |
+
"max_length": 150,
|
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,
|