danielhanchen
commited on
Commit
•
2abce05
1
Parent(s):
9c46d30
Upload config
Browse files- generation_config.json +2 -1
generation_config.json
CHANGED
@@ -5,10 +5,11 @@
|
|
5 |
151645,
|
6 |
151643
|
7 |
],
|
|
|
8 |
"pad_token_id": 151643,
|
9 |
"repetition_penalty": 1.05,
|
10 |
"temperature": 0.7,
|
11 |
"top_k": 20,
|
12 |
"top_p": 0.8,
|
13 |
-
"transformers_version": "4.
|
14 |
}
|
|
|
5 |
151645,
|
6 |
151643
|
7 |
],
|
8 |
+
"max_length": 32768,
|
9 |
"pad_token_id": 151643,
|
10 |
"repetition_penalty": 1.05,
|
11 |
"temperature": 0.7,
|
12 |
"top_k": 20,
|
13 |
"top_p": 0.8,
|
14 |
+
"transformers_version": "4.44.0"
|
15 |
}
|