RichardErkhov
commited on
uploaded model
Browse files- generation_config.json +5 -0
generation_config.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_sample": true,
|
3 |
+
"max_new_tokens": 32,
|
4 |
+
"transformers_version": "4.47.1"
|
5 |
+
}
|