Add generation_config.json
Browse files- generation_config.json +6 -5
generation_config.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
{
|
| 2 |
-
"
|
| 3 |
-
"
|
| 4 |
-
"
|
| 5 |
-
"
|
| 6 |
-
|
|
|
|
|
|
| 1 |
{
|
| 2 |
+
"max_new_tokens": 2048,
|
| 3 |
+
"temperature": 0.7,
|
| 4 |
+
"top_p": 0.9,
|
| 5 |
+
"do_sample": true,
|
| 6 |
+
"model_name": "Gautam AI"
|
| 7 |
+
}
|