paduraru2009's picture
paduraru2009/distilbert-base-uncased-sentimentanalysis-demo
487ae13
raw
history blame contribute delete
No virus
348 Bytes
{
"add_prefix_space": true,
"clean_up_tokenization_spaces": true,
"cls_token": "[CLS]",
"do_lower_case": true,
"mask_token": "[MASK]",
"model_max_length": 512,
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "DistilBertTokenizer",
"unk_token": "[UNK]"
}