3-digit-basic-calc / vocab.json
vmal's picture
Upload folder using huggingface_hub
a9349e2 verified
Raw
History Blame Contribute Delete
438 Bytes
{
"<pad>": 0,
"<bos>": 1,
"<eos>": 2,
"<unk>": 3,
"0": 4,
"1": 5,
"2": 6,
"3": 7,
"4": 8,
"5": 9,
"6": 10,
"7": 11,
"8": 12,
"9": 13,
"+": 14,
"-": 15,
"/": 16,
"*": 17,
"=": 18,
".": 19,
"~": 20,
"<add>": 21,
"<sub>": 22,
"<mul>": 23,
"<div>": 24,
"<pos>": 25,
"<neg>": 26,
"<state>": 27,
"<step>": 28,
"<ans>": 29,
"<nan>": 30,
"<col>": 31,
"<qmul>": 32,
"<rem>": 33
}