Update config.json
Browse files- config.json +3 -1
config.json
CHANGED
@@ -30,7 +30,9 @@
|
|
30 |
"text-generation": {
|
31 |
"do_sample": true,
|
32 |
"max_length": 250,
|
33 |
-
"temperature":
|
|
|
|
|
34 |
}
|
35 |
},
|
36 |
"tie_word_embeddings": false,
|
|
|
30 |
"text-generation": {
|
31 |
"do_sample": true,
|
32 |
"max_length": 250,
|
33 |
+
"temperature": 0.7,
|
34 |
+
"max_length": 1024,
|
35 |
+
"top_p": 0.95
|
36 |
}
|
37 |
},
|
38 |
"tie_word_embeddings": false,
|