quantifying-stereotype-distilbert / tokenizer_config.json
Yeung Lau
first commit
fcc23e2
raw
history blame contribute delete
402 Bytes
{
"clean_up_tokenization_spaces": true,
"cls_token": "[CLS]",
"do_lower_case": true,
"mask_token": "[MASK]",
"model_max_length": 512,
"num_labels": 1,
"output_attentions": false,
"output_hidden_states": false,
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "DistilBertTokenizer",
"unk_token": "[UNK]"
}