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