Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -69,7 +69,7 @@
|
|
69 |
"text-generation": {
|
70 |
"do_sample": true,
|
71 |
"max_length": 2048,
|
72 |
-
"temperature": 0.
|
73 |
}
|
74 |
},
|
75 |
"tokenizer_class": "GPT2Tokenizer",
|
|
|
69 |
"text-generation": {
|
70 |
"do_sample": true,
|
71 |
"max_length": 2048,
|
72 |
+
"temperature": 0.5
|
73 |
}
|
74 |
},
|
75 |
"tokenizer_class": "GPT2Tokenizer",
|