LEIA
/

LEIA-base / tokenizer_config.json
saroyehun's picture
Upload with huggingface_hub
5a5f0ba
raw
history blame
473 Bytes
{
"bos_token": "<s>",
"cls_token": "<s>",
"eos_token": "</s>",
"mask_token": "<mask>",
"model_max_length": 128,
"name_or_path": "transformers/checkpoint/vent/linear_probe/vent_bertweet-tapt_lr5e-4_embdrop0.1_labelsmoothing0.1_42_temp/",
"normalization": true,
"normalzation": true,
"pad_token": "<pad>",
"sep_token": "</s>",
"special_tokens_map_file": null,
"tokenizer_class": "BertweetTokenizer",
"tokenizer_file": null,
"unk_token": "<unk>"
}