Files
Llama-3-8B-Instruct-DeepRef…/tokenizer_config.json

16 lines
358 B
JSON
Raw Permalink Normal View History

{
"backend": "tokenizers",
"bos_token": "<|begin_of_text|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|end_of_text|>",
"is_local": true,
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 1024,
"pad_token": "<|end_of_text|>",
"padding_side": "left",
"tokenizer_class": "TokenizersBackend"
}