skim-orcas / tokenizer_config.json
bytestorm's picture
Upload folder using huggingface_hub
987a840 verified
raw
history blame
178 Bytes
{
"name_or_path": "meta-llama/Llama-2-7b-hf",
"pad_token": null,
"bos_token": "<s>",
"eos_token": "</s>",
"unk_token": "<unk>",
"clean_up_tokenization_spaces": true
}