tor-simt-llama-3-8b-gpt4-de-en / tokenizer_config.json
srirag's picture
tor-simt-llama-3-8b-gpt4-de-en — git@unknown
ae4cfe5 verified
Raw
History Blame Contribute Delete
427 Bytes
{
"backend": "tokenizers",
"bos_token": "<|begin_of_text|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|eot_id|>",
"extra_special_tokens": [
"<|end-of-read|>",
"<|end-of-write|>"
],
"is_local": true,
"local_files_only": true,
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 1000000000000000019884624838656,
"tokenizer_class": "TokenizersBackend"
}