MaziyarPanahi
commited on
Commit
•
7ba9d17
1
Parent(s):
0150f72
Upload generation_config.json (#4)
Browse files- Upload generation_config.json (ded50475925168fe3dee504ff9459792d28a046f)
- generation_config.json +10 -0
generation_config.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 128000,
|
4 |
+
"do_sample": true,
|
5 |
+
"eos_token_id": [
|
6 |
+
128001,
|
7 |
+
128009
|
8 |
+
],
|
9 |
+
"transformers_version": "4.40.0.dev0"
|
10 |
+
}
|