PyTorch
llama
WizardMath_reproduce / special_tokens_map.json
HuggingMicah's picture
Upload folder using huggingface_hub
99581c2 verified
raw
history blame contribute delete
96 Bytes
{
"bos_token": "</s>",
"eos_token": "</s>",
"pad_token": "[PAD]",
"unk_token": "</s>"
}