sharmadhruv
commited on
Commit
•
7ca7d24
1
Parent(s):
e6279f8
Upload config
Browse files- generation_config.json +6 -0
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_sample": true,
|
3 |
+
"eos_token_id": 2,
|
4 |
+
"max_new_tokens": 50,
|
5 |
+
"transformers_version": "4.41.2"
|
6 |
+
}
|