Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -50,9 +50,9 @@
|
|
50 |
"conversational": {
|
51 |
"do_sample": true,
|
52 |
"max_length": 1000,
|
53 |
-
"no_repeat_ngram_size":
|
54 |
"temperature": 0.9,
|
55 |
-
"top_k":
|
56 |
"top_p": 0.7
|
57 |
}
|
58 |
},
|
|
|
50 |
"conversational": {
|
51 |
"do_sample": true,
|
52 |
"max_length": 1000,
|
53 |
+
"no_repeat_ngram_size": 3,
|
54 |
"temperature": 0.9,
|
55 |
+
"top_k": 200,
|
56 |
"top_p": 0.7
|
57 |
}
|
58 |
},
|