"min_length":32,
Browse files- config.json +1 -1
config.json
CHANGED
@@ -32,7 +32,7 @@
|
|
32 |
"text-generation": {
|
33 |
"do_sample": true,
|
34 |
"max_new_tokens": 64,
|
35 |
-
"min_length":
|
36 |
"no_repeat_ngram_size":3,
|
37 |
"temperature": 0.8
|
38 |
}
|
|
|
32 |
"text-generation": {
|
33 |
"do_sample": true,
|
34 |
"max_new_tokens": 64,
|
35 |
+
"min_length":32,
|
36 |
"no_repeat_ngram_size":3,
|
37 |
"temperature": 0.8
|
38 |
}
|