LlamaFinetuneBase
commited on
Commit
•
388f56a
1
Parent(s):
ca3a65c
Upload generation_config.json with huggingface_hub
Browse files- generation_config.json +9 -0
generation_config.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 100000,
|
4 |
+
"eos_token_id": 100001,
|
5 |
+
"do_sample": true,
|
6 |
+
"temperature": 0.3,
|
7 |
+
"top_p": 0.95,
|
8 |
+
"transformers_version": "4.39.3"
|
9 |
+
}
|