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