CoolFace
Modelpublic

lst-nectec/HoogBERTa

sourceHugging Facemitupdated 3y agoView on Hugging Face
3likes49downloads
tokenizer_config.json11 linesDownload Raw Back to root
1{2  "bos_token": "<s>",3  "cls_token": "<s>",4  "eos_token": "</s>",5  "mask_token": "<mask>",6  "model_max_length": 512,7  "pad_token": "<pad>",8  "special_tokens_map_file": "data/converted_model_mlm_huggingface/special_tokens_map.json",9  "tokenizer_class": "PreTrainedTokenizerFast"10}11