bert-logistics / tokenizer_config.json
lore-seri97's picture
Upload folder using huggingface_hub
ccfbf93 verified
raw
history blame contribute delete
362 Bytes
{
"action_token": "[A]",
"clean_up_tokenization_spaces": true,
"cls_token": "[CLS]",
"goal_token": "[SG]",
"init_token": "[SI]",
"mask_token": "[MASK]",
"model_max_length": 512,
"pad_token": "[PAD]",
"padding": "max_length",
"sep_token": "[SEP]",
"tokenizer_class": "PreTrainedTokenizerFast",
"truncation": true,
"unk_token": "[UNK]"
}