ColleenMacklin
commited on
Commit
•
24b1321
1
Parent(s):
70c37ee
Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -49,11 +49,11 @@
|
|
49 |
"summary_use_proj": true,
|
50 |
"torch_dtype": "float32",
|
51 |
"transformers_version": "4.26.1",
|
52 |
-
"use_cache":
|
53 |
"task_specific_params": {
|
54 |
"text-generation": {
|
55 |
"do_sample": true,
|
56 |
-
"temperature": 0.
|
57 |
"max_length": 100,
|
58 |
"top_p": 0.95,
|
59 |
"top_k": 50,
|
|
|
49 |
"summary_use_proj": true,
|
50 |
"torch_dtype": "float32",
|
51 |
"transformers_version": "4.26.1",
|
52 |
+
"use_cache": true,
|
53 |
"task_specific_params": {
|
54 |
"text-generation": {
|
55 |
"do_sample": true,
|
56 |
+
"temperature": 0.75,
|
57 |
"max_length": 100,
|
58 |
"top_p": 0.95,
|
59 |
"top_k": 50,
|