File size: 257 Bytes
fb57838 5b69007 fb57838 c8310f2 fb57838 c8310f2 fb57838 |
1 2 3 4 5 6 7 8 9 10 11 12 |
{
"cls_token": "[bos]",
"mask_token": "[mask]",
"model_max_length": 135,
"pad_token": "[nop]",
"padding_side": "right",
"sep_token": "[eos]",
"tokenizer_class": "PreTrainedTokenizerFast",
"truncation_side": "right",
"unk_token": "[unk]"
}
|