albert-finetuned-squad / tokenizer_config.json
amitjohn007's picture
Training in progress epoch 0
25a6463
raw
history blame contribute delete
718 Bytes
{
"bos_token": "[CLS]",
"cls_token": "[CLS]",
"do_lower_case": true,
"eos_token": "[SEP]",
"keep_accents": false,
"mask_token": {
"__type": "AddedToken",
"content": "[MASK]",
"lstrip": true,
"normalized": false,
"rstrip": false,
"single_word": false
},
"model_max_length": 512,
"name_or_path": "ahotrod/albert_xxlargev1_squad2_512",
"pad_token": "<pad>",
"remove_space": true,
"sep_token": "[SEP]",
"sp_model_kwargs": {},
"special_tokens_map_file": "/root/.cache/huggingface/hub/models--ahotrod--albert_xxlargev1_squad2_512/snapshots/291f0fa26d2c80d8a473b6116164a083d252b4fe/special_tokens_map.json",
"tokenizer_class": "AlbertTokenizer",
"unk_token": "<unk>"
}