bert-base-uncased-STS-B-int8-inc / tokenizer_config.json
violetch24's picture
add int8 model
4d1807f
raw
history blame contribute delete
No virus
438 Bytes
{
"cls_token": "[CLS]",
"do_basic_tokenize": true,
"do_lower_case": true,
"mask_token": "[MASK]",
"model_max_length": 512,
"never_split": null,
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"special_tokens_map_file": "/tf_dataset2/models/huggingface/bert-base-uncased-STS-B/special_tokens_map.json",
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "BertTokenizer",
"unk_token": "[UNK]"
}