mapama247
commited on
Commit
•
13c5593
1
Parent(s):
ba5e504
add generation config file
Browse files- generation_config.json +11 -0
generation_config.json
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 1,
|
4 |
+
"eos_token_id": 2,
|
5 |
+
"do_sample": true,
|
6 |
+
"temperature": 0.1,
|
7 |
+
"top_p": 0.95,
|
8 |
+
"max_new_tokens": 25,
|
9 |
+
"repetition_penalty": 1.2,
|
10 |
+
"transformers_version": "4.40.2"
|
11 |
+
}
|