HoogBERTa-NER-lst20 / tokenizer_config.json
new5558's picture
Upload tokenizer
8828682
raw
history blame
358 Bytes
{
"bos_token": "<s>",
"cls_token": "<s>",
"eos_token": "</s>",
"mask_token": "<mask>",
"model_max_length": 512,
"pad_token": "<pad>",
"special_tokens_map_file": "/root/.cache/huggingface/hub/models--new5558--HoogBERTa/snapshots/13b06c762e27014b3852cd8bde7626c98ebdf4e8/special_tokens_map.json",
"tokenizer_class": "PreTrainedTokenizerFast"
}