gpt-oss-20b-8bit / tokenizer_config.json
NexVeridian's picture
Add files using upload-large-folder tool
dc13742 verified
raw
history blame contribute delete
427 Bytes
{
"additional_special_tokens": null,
"backend": "tokenizers",
"bos_token": "<|startoftext|>",
"clean_up_tokenization_spaces": false,
"eos_token": "<|return|>",
"is_local": true,
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 1000000000000000019884624838656,
"model_specific_special_tokens": {},
"pad_token": "<|endoftext|>",
"tokenizer_class": "TokenizersBackend"
}