Update config.json
Browse files- config.json +3 -1
config.json
CHANGED
|
@@ -42,7 +42,9 @@
|
|
| 42 |
"repetition_penalty": 1.3,
|
| 43 |
"top_k": 8,
|
| 44 |
"top_p": 0.7,
|
| 45 |
-
"temperature": 0.7
|
|
|
|
|
|
|
| 46 |
}
|
| 47 |
},
|
| 48 |
"tokenizer_class": "BertTokenizerFast",
|
|
|
|
| 42 |
"repetition_penalty": 1.3,
|
| 43 |
"top_k": 8,
|
| 44 |
"top_p": 0.7,
|
| 45 |
+
"temperature": 0.7,
|
| 46 |
+
"pad_token_id":0,
|
| 47 |
+
"eos_token_id":0
|
| 48 |
}
|
| 49 |
},
|
| 50 |
"tokenizer_class": "BertTokenizerFast",
|