Commit
•
b36b275
1
Parent(s):
d65a48d
Create generation_config.json (#2)
Browse files- Create generation_config.json (141a8baf992433d39635c838e08454d86662adf9)
Co-authored-by: Richard Eveson <evesonr@users.noreply.huggingface.co>
- generation_config.json +6 -0
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 1,
|
4 |
+
"eos_token_id": 2,
|
5 |
+
"transformers_version": "4.37.0"
|
6 |
+
}
|