Llama-3.1-8B-Mock-Trial-AI-v3 / tokenizer_config.json
hobbesthecomputerscientist's picture
Initial commit: Fine-tuned Llama 3.1 8B on Mock Trial Case (Loss 1.31)
6c7320d verified
Raw
History Blame Contribute Delete
433 Bytes
{
"backend": "tokenizers",
"bos_token": "<|begin_of_text|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|end_of_text|>",
"from_slow": true,
"is_local": false,
"legacy": false,
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 131072,
"pad_token": "<|finetune_right_pad_id|>",
"padding_side": "right",
"tokenizer_class": "TokenizersBackend",
"unk_token": null
}