choice-question-generator / special_tokens_map.json
under-tree's picture
End of training
5501486
raw
history blame contribute delete
No virus
246 Bytes
{
"additional_special_tokens": [
"topic: ",
"question: ",
"variants: ",
"answer: ",
"context: "
],
"bos_token": "<|endoftext|>",
"eos_token": "<|endoftext|>",
"pad_token": "<|pad|>",
"unk_token": "<|endoftext|>"
}