Scope-AI-LLM / tokenizer_config.json
Marmelat's picture
Upload folder using huggingface_hub
e58e6ba verified
raw
history blame contribute delete
360 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,
"pad_token": "<|end_of_text|>",
"tokenizer_class": "TokenizersBackend"
}