Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -28,8 +28,8 @@
|
|
28 |
"conversational": {
|
29 |
"do_sample": true,
|
30 |
"max_length": 200,
|
31 |
-
"no_repeat_ngram_size":
|
32 |
-
"temperature": 0.
|
33 |
"top_k": 100,
|
34 |
"top_p": 0.7
|
35 |
}
|
|
|
28 |
"conversational": {
|
29 |
"do_sample": true,
|
30 |
"max_length": 200,
|
31 |
+
"no_repeat_ngram_size": 4,
|
32 |
+
"temperature": 0.9,
|
33 |
"top_k": 100,
|
34 |
"top_p": 0.7
|
35 |
}
|