Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
@@ -32,6 +32,7 @@
|
|
32 |
"max_length": 1000,
|
33 |
"no_repeat_ngram_size": 4,
|
34 |
"temperature": 0.8,
|
|
|
35 |
"top_k": 100,
|
36 |
"top_p": 0.7
|
37 |
}
|
|
|
32 |
"max_length": 1000,
|
33 |
"no_repeat_ngram_size": 4,
|
34 |
"temperature": 0.8,
|
35 |
+
"do_sample":true,
|
36 |
"top_k": 100,
|
37 |
"top_p": 0.7
|
38 |
}
|