mapama247
commited on
Commit
•
8a1c627
1
Parent(s):
fc7fae6
add generation config file
Browse files- generation_config.json +12 -0
generation_config.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 1,
|
4 |
+
"eos_token_id": [
|
5 |
+
2,
|
6 |
+
5
|
7 |
+
],
|
8 |
+
"do_sample": true,
|
9 |
+
"temperature": 0.4,
|
10 |
+
"repetition_penalty": 1.2,
|
11 |
+
"transformers_version": "4.40.2"
|
12 |
+
}
|