Lyrical_BLT1b_rus2eng / tokenizer_config.json
AlekseyCalvin's picture
Update tokenizer_config.json
8696a98 verified
Raw
History Blame
310 Bytes
{
"tokenizer_class": "PreTrainedTokenizerFast",
"vocab_size": 260,
"model_max_length": 1024,
"model_input_names": [
"input_ids",
"attention_mask"
],
"add_bos_token": true,
"add_eos_token": true,
"bos_token": "<s>",
"eos_token": "</s>",
"pad_token": "<pad>",
"unk_token": "<unk>"
}