iamthinbaker/GPokeT2-dataset
🎮 GPokeT2 — Pokémon Sprite Dataset Pokémon sprites from all mainline Gen 3 and Gen 4 games, encoded as ASCII token sequences and paired with rich metadata conditioning labels. Used to train GPokeT2. Pokemon sprite ASCII representation Train the model <img src="data:image/png;base64… See the full description on the dataset page: https://huggingface.co/datasets/iamthinbaker/GPokeT2-dataset.
061
1{2 "version": "1.0",3 "truncation": null,4 "padding": null,5 "added_tokens": [6 {7 "id": 0,8 "content": "[PAD]",9 "single_word": false,10 "lstrip": false,11 "rstrip": false,12 "normalized": false,13 "special": true14 },15 {16 "id": 1,17 "content": "[BOS]",18 "single_word": false,19 "lstrip": false,20 "rstrip": false,21 "normalized": false,22 "special": true23 },24 {25 "id": 2,26 "content": "[EOS]",27 "single_word": false,28 "lstrip": false,29 "rstrip": false,30 "normalized": false,31 "special": true32 },33 {34 "id": 3,35 "content": "[UNK]",36 "single_word": false,37 "lstrip": false,38 "rstrip": false,39 "normalized": false,40 "special": true41 }42 ],43 "normalizer": null,44 "pre_tokenizer": {45 "type": "WhitespaceSplit"46 },47 "post_processor": {48 "type": "TemplateProcessing",49 "single": [50 {51 "Sequence": {52 "id": "A",53 "type_id": 054 }55 }56 ],57 "pair": [58 {59 "Sequence": {60 "id": "A",61 "type_id": 062 }63 },64 {65 "Sequence": {66 "id": "B",67 "type_id": 168 }69 }70 ],71 "special_tokens": {}72 },73 "decoder": null,74 "model": {75 "type": "WordLevel",76 "vocab": {77 "[PAD]": 0,78 "[BOS]": 1,79 "[EOS]": 2,80 "[UNK]": 3,81 "[ROW_00]": 4,82 "[ROW_01]": 5,83 "[ROW_02]": 6,84 "[ROW_03]": 7,85 "[ROW_04]": 8,86 "[ROW_05]": 9,87 "[ROW_06]": 10,88 "[ROW_07]": 11,89 "[ROW_08]": 12,90 "[ROW_09]": 13,91 "[ROW_10]": 14,92 "[ROW_11]": 15,93 "[ROW_12]": 16,94 "[ROW_13]": 17,95 "[ROW_14]": 18,96 "[ROW_15]": 19,97 "[ROW_16]": 20,98 "[ROW_17]": 21,99 "[ROW_18]": 22,100 "[ROW_19]": 23,101 "[ROW_20]": 24,102 "[ROW_21]": 25,103 "[ROW_22]": 26,104 "[ROW_23]": 27,105 "[ROW_24]": 28,106 "[ROW_25]": 29,107 "[ROW_26]": 30,108 "[ROW_27]": 31,109 "[ROW_28]": 32,110 "[ROW_29]": 33,111 "[ROW_30]": 34,112 "[ROW_31]": 35,113 "[ROW_32]": 36,114 "[ROW_33]": 37,115 "[ROW_34]": 38,116 "[ROW_35]": 39,117 "[ROW_36]": 40,118 "[ROW_37]": 41,119 "[ROW_38]": 42,120 "[ROW_39]": 43,121 "[ROW_40]": 44,122 "[ROW_41]": 45,123 "[ROW_42]": 46,124 "[ROW_43]": 47,125 "[ROW_44]": 48,126 "[ROW_45]": 49,127 "[ROW_46]": 50,128 "[ROW_47]": 51,129 "[ROW_48]": 52,130 "[ROW_49]": 53,131 "[ROW_50]": 54,132 "[ROW_51]": 55,133 "[ROW_52]": 56,134 "[ROW_53]": 57,135 "[ROW_54]": 58,136 "[ROW_55]": 59,137 "[ROW_56]": 60,138 "[ROW_57]": 61,139 "[ROW_58]": 62,140 "[ROW_59]": 63,141 "[ROW_60]": 64,142 "[ROW_61]": 65,143 "[ROW_62]": 66,144 "[ROW_63]": 67,145 ";": 68,146 "<": 69,147 "=": 70,148 ">": 71,149 "?": 72,150 "@": 73,151 "A": 74,152 "B": 75,153 "C": 76,154 "D": 77,155 "E": 78,156 "F": 79,157 "G": 80,158 "H": 81,159 "I": 82,160 "J": 83,161 "K": 84,162 "L": 85,163 "M": 86,164 "N": 87,165 "O": 88,166 "P": 89,167 "Q": 90,168 "R": 91,169 "S": 92,170 "T": 93,171 "U": 94,172 "V": 95,173 "W": 96,174 "X": 97,175 "Y": 98,176 "Z": 99,177 "[": 100,178 "\\": 101,179 "]": 102,180 "^": 103,181 "_": 104,182 "`": 105,183 "a": 106,184 "b": 107,185 "c": 108,186 "d": 109,187 "e": 110,188 "f": 111,189 "g": 112,190 "h": 113,191 "i": 114,192 "j": 115,193 "k": 116,194 "l": 117,195 "m": 118,196 "n": 119,197 "o": 120,198 "p": 121,199 "q": 122,200 "r": 123,201 "s": 124,202 "t": 125,203 "u": 126,204 "v": 127,205 "w": 128,206 "x": 129,207 "y": 130,208 "z": 131,209 "~": 132210 },211 "unk_token": "[UNK]"212 }213}