This commit is contained in:
Lysandre 2021-03-30 12:55:05 -04:00
parent 7dc5d8d065
commit 5957e80e66
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@
"use_cache": true,
"vocab_size": 50257,
"window_size": 256,
"tokenizer_class": "GPT2Tokenizer"
"tokenizer_class": "GPT2Tokenizer",
"task_specific_params": {
"text-generation": {
"do_sample": true,