indobertweet-sentiment2 / tokenizer_config.json
candra's picture
Training in progress, epoch 1
5ee8cc3
raw history blame
No virus
588 Bytes
{
"cls_token": "[CLS]",
"do_basic_tokenize": true,
"do_lower_case": true,
"mask_token": "[MASK]",
"model_max_length": 1000000000000000019884624838656,
"name_or_path": "indolem/indobertweet-base-uncased",
"never_split": null,
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"special_tokens_map_file": "/root/.cache/huggingface/hub/models--indolem--indobertweet-base-uncased/snapshots/32e28c05b47e33b6675d2670a1745c50a65e987a/special_tokens_map.json",
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "BertTokenizer",
"unk_token": "[UNK]"
}