CoolFace
Modelpublic

rkrstacic/bpmn-task-extractor

sourceHugging Facemitupdated 4y agoView on Hugging Face
1likes18downloads
tokenizer_config.json21 linesDownload Raw Back to root
1{2  "bos_token": "<s>",3  "cls_token": "<s>",4  "eos_token": "</s>",5  "mask_token": {6    "__type": "AddedToken",7    "content": "<mask>",8    "lstrip": true,9    "normalized": true,10    "rstrip": false,11    "single_word": false12  },13  "model_max_length": 512,14  "name_or_path": "xlm-roberta-base",15  "pad_token": "<pad>",16  "sep_token": "</s>",17  "special_tokens_map_file": null,18  "tokenizer_class": "XLMRobertaTokenizer",19  "unk_token": "<unk>"20}21