Upload config
Browse files
translation_generation_config.json
CHANGED
|
@@ -1,13 +1,12 @@
|
|
| 1 |
{
|
| 2 |
-
"Maximum_length": 50,
|
| 3 |
-
"Top_sequences": 1,
|
| 4 |
"decoder_start_token_id": 0,
|
| 5 |
"do_sample": true,
|
| 6 |
"early_stopping": true,
|
| 7 |
"eos_token_id": 1,
|
|
|
|
| 8 |
"min_length": 10,
|
| 9 |
"num_beams": 4,
|
| 10 |
-
"
|
| 11 |
"repetition_penalty": 0.9,
|
| 12 |
"temperature": 0.7,
|
| 13 |
"top_p": 0.9,
|
|
|
|
| 1 |
{
|
|
|
|
|
|
|
| 2 |
"decoder_start_token_id": 0,
|
| 3 |
"do_sample": true,
|
| 4 |
"early_stopping": true,
|
| 5 |
"eos_token_id": 1,
|
| 6 |
+
"max_length": 50,
|
| 7 |
"min_length": 10,
|
| 8 |
"num_beams": 4,
|
| 9 |
+
"pad_token_id": 0,
|
| 10 |
"repetition_penalty": 0.9,
|
| 11 |
"temperature": 0.7,
|
| 12 |
"top_p": 0.9,
|