This commit is contained in:
Lysandre 2021-03-30 12:53:56 -04:00
parent 5813d1e99a
commit 7dc5d8d065
1 changed files with 6 additions and 0 deletions

View File

@ -70,4 +70,10 @@
"vocab_size": 50257,
"window_size": 256,
"tokenizer_class": "GPT2Tokenizer"
"task_specific_params": {
"text-generation": {
"do_sample": true,
"max_length": 50
}
}
}