Update generation_config.json
Browse files- generation_config.json +1 -2
generation_config.json
CHANGED
@@ -7,6 +7,5 @@
|
|
7 |
"do_sample": "True",
|
8 |
"top_k": 5,
|
9 |
"temperature": 0.8,
|
10 |
-
"max_new_tokens": 512
|
11 |
-
"repetition_penalty": 10.
|
12 |
}
|
|
|
7 |
"do_sample": "True",
|
8 |
"top_k": 5,
|
9 |
"temperature": 0.8,
|
10 |
+
"max_new_tokens": 512
|
|
|
11 |
}
|