llama-300M-v2-isolate / final_model /tokenizer_config.json
deqing's picture
Model save
90c3a88 verified
raw
history blame contribute delete
301 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": 131072,
"tokenizer_class": "TokenizersBackend"
}