feihu.hf
commited on
Commit
·
bf61048
1
Parent(s):
b17b4f1
update generation_config.json
Browse files- generation_config.json +2 -1
generation_config.json
CHANGED
|
@@ -7,7 +7,8 @@
|
|
| 7 |
151643
|
| 8 |
],
|
| 9 |
"repetition_penalty": 1.1,
|
|
|
|
| 10 |
"top_p": 0.8,
|
|
|
|
| 11 |
"transformers_version": "4.37.0"
|
| 12 |
}
|
| 13 |
-
|
|
|
|
| 7 |
151643
|
| 8 |
],
|
| 9 |
"repetition_penalty": 1.1,
|
| 10 |
+
"temperature": 0.7,
|
| 11 |
"top_p": 0.8,
|
| 12 |
+
"top_k": 20,
|
| 13 |
"transformers_version": "4.37.0"
|
| 14 |
}
|
|
|