Commit
·
8009bdf
1
Parent(s):
3f29803
Upload generation_config.json with huggingface_hub (#3)
Browse files- Upload generation_config.json with huggingface_hub (2c4d2c7dff60d6411aa0e831f9fe806b25f6d896)
- generation_config.json +6 -0
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 50256,
|
4 |
+
"eos_token_id": 50256,
|
5 |
+
"transformers_version": "4.28.1"
|
6 |
+
}
|