CoolFace
Modelpublic

Etelis/Sentiment140_roBERTa_5E

sourceHugging Facemitupdated 4y agoView on Hugging Face
1likes39downloads
tokenizer_config.json19 linesDownload Raw Back to root
1{2  "add_prefix_space": false,3  "bos_token": "<s>",4  "cls_token": "<s>",5  "do_lower_case": true,6  "eos_token": "</s>",7  "errors": "replace",8  "mask_token": "<mask>",9  "model_max_length": 512,10  "name_or_path": "roberta-base",11  "pad_token": "<pad>",12  "sep_token": "</s>",13  "special_tokens_map_file": null,14  "tokenizer_class": "RobertaTokenizer",15  "trim_offsets": true,16  "truncation": true,17  "unk_token": "<unk>"18}19