hubert-base-100-pr / special_tokens_map.json
voidful's picture
init commit - add tokenizer
62455ad
raw
history blame contribute delete
96 Bytes
{
"bos_token": "<s>",
"eos_token": "</s>",
"pad_token": "[PAD]",
"unk_token": "[UNK]"
}