CS224S_Quechua_Project_Bilingual / special_tokens_map.json
cportoca's picture
Upload tokenizer
d0ece43 verified
raw
history blame
96 Bytes
{
"bos_token": "<s>",
"eos_token": "</s>",
"pad_token": "[PAD]",
"unk_token": "[UNK]"
}