Upload config
Browse files- generation_config.json +5 -0
generation_config.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token_id": 0,
|
| 3 |
+
"max_source_length": 512,
|
| 4 |
+
"transformers_version": "4.41.2"
|
| 5 |
+
}
|