Create generation_config.json
Browse files- generation_config.json +4 -0
generation_config.json
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"temperature": 0.6,
|
| 3 |
+
"top_p": 0.95
|
| 4 |
+
}
|