test_vocab_102 / tokenizer_config.json
ronanki's picture
Upload tokenizer
0ff9d4e
raw
history blame contribute delete
625 Bytes
{
"bos_token": "[CLS]",
"cls_token": "[CLS]",
"do_lower_case": true,
"eos_token": "[SEP]",
"mask_token": "[MASK]",
"model_max_length": 1000000000000000019884624838656,
"name_or_path": "/Users/avinashronanki/PycharmProjects/machine_learning/modules/tokenization_pipeline/new_tokenizer",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"special_tokens_map_file": "/Users/avinashronanki/PycharmProjects/machine_learning/modules/tokenization_pipeline/new_tokenizer/special_tokens_map.json",
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "BertTokenizer",
"unk_token": "[UNK]"
}