herbert-base-cased-sentiment / tokenizer_config.json
AgaMiko's picture
Update tokenizer_config.json
2b20f87
raw
history blame contribute delete
No virus
458 Bytes
{
"additional_special_tokens": [],
"bos_token": "<s>",
"cls_token": "<s>",
"do_lowercase_and_remove_accent": false,
"id2label": {
"0": "negative",
"1": "neutral",
"2": "positive"
},
"id2lang": null,
"lang2id": null,
"mask_token": "<mask>",
"model_max_length": 512,
"name_or_path": "allegro/herbert-base-cased",
"pad_token": "<pad>",
"sep_token": "</s>",
"tokenizer_class": "HerbertTokenizer",
"unk_token": "<unk>"
}