ChessDumb / tokenizer.json
56m's picture
Upload folder using huggingface_hub
34aa9f1 verified
Raw
History Blame Contribute Delete
1.58 kB
{
"version": "1.0",
"truncation": null,
"padding": null,
"added_tokens": [],
"normalizer": null,
"pre_tokenizer": {
"type": "Whitespace"
},
"post_processor": null,
"decoder": null,
"model": {
"type": "WordLevel",
"vocab": {
"[PAD]": 0,
"[UNK]": 1,
"[BOS]": 2,
"[EOS]": 3,
"P": 4,
"N": 5,
"B": 6,
"R": 7,
"Q": 8,
"K": 9,
"p": 10,
"n": 11,
"b": 12,
"r": 13,
"q": 14,
"k": 15,
".": 16,
"a1": 17,
"a2": 18,
"a3": 19,
"a4": 20,
"a5": 21,
"a6": 22,
"a7": 23,
"a8": 24,
"b1": 25,
"b2": 26,
"b3": 27,
"b4": 28,
"b5": 29,
"b6": 30,
"b7": 31,
"b8": 32,
"c1": 33,
"c2": 34,
"c3": 35,
"c4": 36,
"c5": 37,
"c6": 38,
"c7": 39,
"c8": 40,
"d1": 41,
"d2": 42,
"d3": 43,
"d4": 44,
"d5": 45,
"d6": 46,
"d7": 47,
"d8": 48,
"e1": 49,
"e2": 50,
"e3": 51,
"e4": 52,
"e5": 53,
"e6": 54,
"e7": 55,
"e8": 56,
"f1": 57,
"f2": 58,
"f3": 59,
"f4": 60,
"f5": 61,
"f6": 62,
"f7": 63,
"f8": 64,
"g1": 65,
"g2": 66,
"g3": 67,
"g4": 68,
"g5": 69,
"g6": 70,
"g7": 71,
"g8": 72,
"h1": 73,
"h2": 74,
"h3": 75,
"h4": 76,
"h5": 77,
"h6": 78,
"h7": 79,
"h8": 80
},
"unk_token": "[UNK]"
}
}