recipe-nlg-gpt2-train11_15 / special_tokens_map.json
pratultandon's picture
Model save
efb635b
raw
history blame contribute delete
No virus
419 Bytes
{
"additional_special_tokens": [
"<TITLE_START>",
"<TITLE_END>",
"<INSTR_START>",
"<NEXT_INSTR>",
"<INSTR_END>",
"<INGR_START>",
"<NEXT_INGR>",
"<INGR_END>",
"<RECIPE_START>",
"<RECIPE_END>",
"<INPUT_START>",
"<INPUT_END>",
"<NEXT_INPUT>"
],
"bos_token": "<|endoftext|>",
"eos_token": "<|endoftext|>",
"pad_token": "[PAD]",
"unk_token": "<|endoftext|>"
}