llama-3-8b-rlmpq / Extreme_Survival /tokenizer_config.json
AvoCahDoe's picture
RL-MPQ Extreme_Survival — 2026-06-11T15:42:55.778240
a6aa222 verified
Raw
History Blame Contribute Delete
355 Bytes
{
"backend": "tokenizers",
"bos_token": "<|begin_of_text|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|end_of_text|>",
"is_local": false,
"local_files_only": false,
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 1000000000000000019884624838656,
"tokenizer_class": "TokenizersBackend"
}