CoolFace
Modelpublic

mmillet/distilrubert-tiny-cased-conversational-v1_empathy_preprocessed_punct_lowercasing

sourceHugging Faceupdated 4y agoView on Hugging Face
0likes12downloads
tokenizer_config.json16 linesDownload Raw Back to root
1{2  "cls_token": "[CLS]",3  "do_basic_tokenize": true,4  "do_lower_case": false,5  "mask_token": "[MASK]",6  "name_or_path": "DeepPavlov/distilrubert-tiny-cased-conversational-v1",7  "never_split": null,8  "pad_token": "[PAD]",9  "sep_token": "[SEP]",10  "special_tokens_map_file": "/root/.cache/huggingface/transformers/681347481518568184b95b781ea0f12682cfdcdf49f86166c145cd59aa85028c.dd8bd9bfd3664b530ea4e645105f557769387b3da9f79bdb55ed556bdd80611d",11  "strip_accents": null,12  "tokenize_chinese_chars": true,13  "tokenizer_class": "DistilBertTokenizer",14  "unk_token": "[UNK]"15}16