chess_vre_3 / vocab.json
VreVre's picture
Chess Challenge submission by VreVre
0d34d12 verified
{
"[PAD]": 0,
"[BOS]": 1,
"[EOS]": 2,
"[UNK]": 12,
"B": 4,
"EOM": 5,
"K": 6,
"N": 7,
"P": 8,
"Q": 9,
"R": 10,
"W": 11,
"a1": 13,
"a2": 14,
"a3": 15,
"a4": 16,
"a5": 17,
"a6": 18,
"a7": 19,
"a8": 20,
"b1": 21,
"b2": 22,
"b3": 23,
"b4": 24,
"b5": 25,
"b6": 26,
"b7": 27,
"b8": 28,
"c1": 29,
"c2": 30,
"c3": 31,
"c4": 32,
"c5": 33,
"c6": 34,
"c7": 35,
"c8": 36,
"d1": 37,
"d2": 38,
"d3": 39,
"d4": 40,
"d5": 41,
"d6": 42,
"d7": 43,
"d8": 44,
"e1": 45,
"e2": 46,
"e3": 47,
"e4": 48,
"e5": 49,
"e6": 50,
"e7": 51,
"e8": 52,
"f1": 53,
"f2": 54,
"f3": 55,
"f4": 56,
"f5": 57,
"f6": 58,
"f7": 59,
"f8": 60,
"g1": 61,
"g2": 62,
"g3": 63,
"g4": 64,
"g5": 65,
"g6": 66,
"g7": 67,
"g8": 68,
"h1": 69,
"h2": 70,
"h3": 71,
"h4": 72,
"h5": 73,
"h6": 74,
"h7": 75,
"h8": 76
}