EssentialAI-rnj-1-instruct-trl-grpo / tokenizer_config.json
sshahriyar's picture
Training in progress, step 100
f17c1ad verified
raw
history blame contribute delete
454 Bytes
{
"backend": "tokenizers",
"bos_token": "<|begin_of_text|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|end_of_text|>",
"is_local": false,
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 1000000000000000019884624838656,
"model_specific_special_tokens": {},
"pad_token": "<|end_of_text|>",
"padding_side": "left",
"tokenizer_class": "TokenizersBackend",
"truncation_side": "left"
}