File size: 724 Bytes
dc7a239 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | {
"vocab": [
"CLS",
"blue",
"bottom",
"bottom-left",
"bottom-right",
"brown",
"center",
"circle",
"gray",
"green",
"left",
"orange",
"pink",
"purple",
"red",
"right",
"square",
"top",
"top-left",
"top-right",
"triangle",
"yellow"
],
"w2i": {
"CLS": 0,
"blue": 1,
"bottom": 2,
"bottom-left": 3,
"bottom-right": 4,
"brown": 5,
"center": 6,
"circle": 7,
"gray": 8,
"green": 9,
"left": 10,
"orange": 11,
"pink": 12,
"purple": 13,
"red": 14,
"right": 15,
"square": 16,
"top": 17,
"top-left": 18,
"top-right": 19,
"triangle": 20,
"yellow": 21
}
} |