kimodo-llm2vec-nf4 / tokenizer_config.json
matbee's picture
Upload folder using huggingface_hub
268b2f7 verified
Raw
History Blame Contribute Delete
320 Bytes
{
"backend": "tokenizers",
"bos_token": "<|begin_of_text|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|eot_id|>",
"is_local": true,
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 1000000000000000019884624838656,
"tokenizer_class": "TokenizersBackend"
}