Create generation_config.json (#1)
Browse files- Create generation_config.json (8f5dc6b21587e50b8fbd2aee420d13e965f0c456)
Co-authored-by: Bartowski <[email protected]>
- generation_config.json +5 -0
generation_config.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token_id": 128000,
|
3 |
+
"eos_token_id": [128001, 128009],
|
4 |
+
"transformers_version": "4.40.0.dev0"
|
5 |
+
}
|