Upload generation_config.json with huggingface_hub
Browse files- generation_config.json +5 -5
generation_config.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
-
"
|
| 3 |
-
"
|
| 4 |
-
"
|
| 5 |
-
"
|
| 6 |
-
"transformers_version": "4.38.2"
|
| 7 |
}
|
|
|
|
|
|
| 1 |
{
|
| 2 |
+
"num_return_sequences": 1,
|
| 3 |
+
"num_beams": 1,
|
| 4 |
+
"min_length": 10,
|
| 5 |
+
"max_length": 250
|
|
|
|
| 6 |
}
|
| 7 |
+
|