PLDR-LLM-v51-110M-1 / special_tokens_map.json
fromthesky's picture
Added PLDR-LLM model files compatible with huggingface transformers library.
214f162
raw
history blame contribute delete
101 Bytes
{
"bos_token": "[START]",
"eos_token": "[END]",
"pad_token": "[PAD]",
"unk_token": "[UNK]"
}