Upload config
Browse files
translation_generation_config.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
"pad_token": 0,
|
| 11 |
+
"repetition_penalty": 0.9,
|
| 12 |
+
"temperature": 0.7,
|
| 13 |
+
"top_p": 0.9,
|
| 14 |
+
"transformers_version": "4.52.3"
|
| 15 |
+
}
|