bert-seg-v1 / tokenizer_config.json
simonnedved's picture
Upload tokenizer_config.json
4ecc008
raw
history blame
No virus
183 Bytes
{"model_max_length": 512, "unk_token": "[UNK]", "pad_token": "[PAD]", "cls_token": "[CLS]", "sep_token": "[SEP]", "mask_token": "[MASK]", "tokenizer_class": "PreTrainedTokenizerFast"}