german_toxicity_classifier_plus / tokenizer_config.json
EIStakovskii's picture
Upload 4 files
e728711
raw
history blame
581 Bytes
{
"cls_token": "[CLS]",
"do_basic_tokenize": true,
"do_lower_case": false,
"mask_token": "[MASK]",
"model_max_length": 512,
"name_or_path": "oliverguhr/german-sentiment-bert",
"never_split": null,
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"special_tokens_map_file": "/root/.cache/huggingface/transformers/0be9cd8f70c135cbe0f6bf35cd771a593a4d6d3ab7c5835f5bc887dc0d4e1a22.dd8bd9bfd3664b530ea4e645105f557769387b3da9f79bdb55ed556bdd80611d",
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "BertTokenizer",
"unk_token": "[UNK]"
}