Upload generation_config.json
Browse files- generation_config.json +6 -0
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"max_length": 20,
|
3 |
+
"num_beams": 5,
|
4 |
+
"length_penalty": 2.0,
|
5 |
+
"early_stopping": true
|
6 |
+
}
|