EDEN / tokenizer_config.json
Rybib's picture
Upload EDEN model and code
2f65125 verified
Raw
History Blame Contribute Delete
214 Bytes
{
"tokenizer_class": "PreTrainedTokenizerFast",
"model_max_length": 512,
"clean_up_tokenization_spaces": false,
"unk_token": "[UNK]",
"pad_token": "[PAD]",
"bos_token": "[BOS]",
"eos_token": "[EOS]"
}