Create generation_config.json (#6)
Browse files- Create generation_config.json (8d0e1f87a4a046cb838c1e13e46037b24a2606b4)
Co-authored-by: Joshua <[email protected]>
- generation_config.json +8 -0
generation_config.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token_id": 50256,
|
| 3 |
+
"eos_token_id": [
|
| 4 |
+
50256,
|
| 5 |
+
65531
|
| 6 |
+
],
|
| 7 |
+
"transformers_version": "4.57.0"
|
| 8 |
+
}
|