CoolFace
Modelpublic

ManuelPerdigo/MEGA_optionsChoose

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes10downloads
tokenizer_config.json20 linesDownload Raw Back to root
1{2  "add_prefix_space": false,3  "bos_token": "<s>",4  "clean_up_tokenization_spaces": true,5  "cls_token": "<s>",6  "eos_token": "</s>",7  "errors": "replace",8  "mask_token": "<mask>",9  "max_length": 256,10  "model_max_length": 512,11  "pad_token": "<pad>",12  "sep_token": "</s>",13  "stride": 0,14  "tokenizer_class": "RobertaTokenizer",15  "trim_offsets": true,16  "truncation_side": "right",17  "truncation_strategy": "longest_first",18  "unk_token": "<unk>"19}20