KIDLlama-GRPO / tokenizer_config.json
sameearif's picture
Upload folder using huggingface_hub
e21201a verified
Raw
History Blame Contribute Delete
439 Bytes
{
"backend": "tokenizers",
"bos_token": "<|begin_of_text|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|eot_id|>",
"from_slow": true,
"is_local": false,
"legacy": false,
"local_files_only": false,
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 8192,
"pad_token": "<|reserved_special_token_250|>",
"padding_side": "right",
"tokenizer_class": "TokenizersBackend"
}