gujarati-llama2-base / tokenizer_config.json
Naman0807's picture
Update tokenizer_config.json
77b475b verified
raw
history blame contribute delete
215 Bytes
{
"bos_token": "<bos>",
"clean_up_tokenization_spaces": true,
"eos_token": "<eos>",
"model_max_length": 1024,
"pad_token": "<pad>",
"tokenizer_class": "PreTrainedTokenizerFast",
"unk_token": "<unk>"
}