|
| 1 | +{ |
| 2 | + "@context": { |
| 3 | + "@language": "en", |
| 4 | + "@vocab": "https://schema.org/", |
| 5 | + "arrayShape": "cr:arrayShape", |
| 6 | + "citeAs": "cr:citeAs", |
| 7 | + "column": "cr:column", |
| 8 | + "conformsTo": "dct:conformsTo", |
| 9 | + "cr": "http://mlcommons.org/croissant/", |
| 10 | + "data": { |
| 11 | + "@id": "cr:data", |
| 12 | + "@type": "@json" |
| 13 | + }, |
| 14 | + "dataBiases": "cr:dataBiases", |
| 15 | + "dataCollection": "cr:dataCollection", |
| 16 | + "dataType": { |
| 17 | + "@id": "cr:dataType", |
| 18 | + "@type": "@vocab" |
| 19 | + }, |
| 20 | + "dct": "http://purl.org/dc/terms/", |
| 21 | + "extract": "cr:extract", |
| 22 | + "field": "cr:field", |
| 23 | + "fileProperty": "cr:fileProperty", |
| 24 | + "fileObject": "cr:fileObject", |
| 25 | + "fileSet": "cr:fileSet", |
| 26 | + "format": "cr:format", |
| 27 | + "includes": "cr:includes", |
| 28 | + "isArray": "cr:isArray", |
| 29 | + "isLiveDataset": "cr:isLiveDataset", |
| 30 | + "jsonPath": "cr:jsonPath", |
| 31 | + "key": "cr:key", |
| 32 | + "md5": "cr:md5", |
| 33 | + "parentField": "cr:parentField", |
| 34 | + "path": "cr:path", |
| 35 | + "personalSensitiveInformation": "cr:personalSensitiveInformation", |
| 36 | + "recordSet": "cr:recordSet", |
| 37 | + "references": "cr:references", |
| 38 | + "regex": "cr:regex", |
| 39 | + "repeated": "cr:repeated", |
| 40 | + "replace": "cr:replace", |
| 41 | + "sc": "https://schema.org/", |
| 42 | + "separator": "cr:separator", |
| 43 | + "source": "cr:source", |
| 44 | + "subField": "cr:subField", |
| 45 | + "transform": "cr:transform" |
| 46 | + }, |
| 47 | + "@type": "sc:Dataset", |
| 48 | + "distribution": [ |
| 49 | + { |
| 50 | + "@type": "cr:FileSet", |
| 51 | + "@id": "parquet-files-for-config-default", |
| 52 | + "encodingFormat": "application/x-parquet", |
| 53 | + "includes": "data/*.parquet" |
| 54 | + } |
| 55 | + ], |
| 56 | + "recordSet": [ |
| 57 | + { |
| 58 | + "@type": "cr:RecordSet", |
| 59 | + "@id": "default", |
| 60 | + "description": "Note: this is a smaller version of the original HuggingFace dataset. Lichess/standard-chess-games - 'default' subset.", |
| 61 | + "field": [ |
| 62 | + { |
| 63 | + "@type": "cr:Field", |
| 64 | + "@id": "default/Event", |
| 65 | + "dataType": "sc:Text", |
| 66 | + "source": { |
| 67 | + "fileSet": { |
| 68 | + "@id": "parquet-files-for-config-default" |
| 69 | + }, |
| 70 | + "extract": { |
| 71 | + "column": "Event" |
| 72 | + } |
| 73 | + } |
| 74 | + }, |
| 75 | + { |
| 76 | + "@type": "cr:Field", |
| 77 | + "@id": "default/Site", |
| 78 | + "dataType": "sc:Text", |
| 79 | + "source": { |
| 80 | + "fileSet": { |
| 81 | + "@id": "parquet-files-for-config-default" |
| 82 | + }, |
| 83 | + "extract": { |
| 84 | + "column": "Site" |
| 85 | + } |
| 86 | + } |
| 87 | + }, |
| 88 | + { |
| 89 | + "@type": "cr:Field", |
| 90 | + "@id": "default/White", |
| 91 | + "dataType": "sc:Text", |
| 92 | + "source": { |
| 93 | + "fileSet": { |
| 94 | + "@id": "parquet-files-for-config-default" |
| 95 | + }, |
| 96 | + "extract": { |
| 97 | + "column": "White" |
| 98 | + } |
| 99 | + } |
| 100 | + }, |
| 101 | + { |
| 102 | + "@type": "cr:Field", |
| 103 | + "@id": "default/Black", |
| 104 | + "dataType": "sc:Text", |
| 105 | + "source": { |
| 106 | + "fileSet": { |
| 107 | + "@id": "parquet-files-for-config-default" |
| 108 | + }, |
| 109 | + "extract": { |
| 110 | + "column": "Black" |
| 111 | + } |
| 112 | + } |
| 113 | + }, |
| 114 | + { |
| 115 | + "@type": "cr:Field", |
| 116 | + "@id": "default/Result", |
| 117 | + "dataType": "sc:Text", |
| 118 | + "source": { |
| 119 | + "fileSet": { |
| 120 | + "@id": "parquet-files-for-config-default" |
| 121 | + }, |
| 122 | + "extract": { |
| 123 | + "column": "Result" |
| 124 | + } |
| 125 | + } |
| 126 | + }, |
| 127 | + { |
| 128 | + "@type": "cr:Field", |
| 129 | + "@id": "default/WhiteTitle", |
| 130 | + "dataType": "sc:Text", |
| 131 | + "source": { |
| 132 | + "fileSet": { |
| 133 | + "@id": "parquet-files-for-config-default" |
| 134 | + }, |
| 135 | + "extract": { |
| 136 | + "column": "WhiteTitle" |
| 137 | + } |
| 138 | + } |
| 139 | + }, |
| 140 | + { |
| 141 | + "@type": "cr:Field", |
| 142 | + "@id": "default/BlackTitle", |
| 143 | + "dataType": "sc:Text", |
| 144 | + "source": { |
| 145 | + "fileSet": { |
| 146 | + "@id": "parquet-files-for-config-default" |
| 147 | + }, |
| 148 | + "extract": { |
| 149 | + "column": "BlackTitle" |
| 150 | + } |
| 151 | + } |
| 152 | + }, |
| 153 | + { |
| 154 | + "@type": "cr:Field", |
| 155 | + "@id": "default/WhiteElo", |
| 156 | + "dataType": "cr:Int16", |
| 157 | + "source": { |
| 158 | + "fileSet": { |
| 159 | + "@id": "parquet-files-for-config-default" |
| 160 | + }, |
| 161 | + "extract": { |
| 162 | + "column": "WhiteElo" |
| 163 | + } |
| 164 | + } |
| 165 | + }, |
| 166 | + { |
| 167 | + "@type": "cr:Field", |
| 168 | + "@id": "default/BlackElo", |
| 169 | + "dataType": "cr:Int16", |
| 170 | + "source": { |
| 171 | + "fileSet": { |
| 172 | + "@id": "parquet-files-for-config-default" |
| 173 | + }, |
| 174 | + "extract": { |
| 175 | + "column": "BlackElo" |
| 176 | + } |
| 177 | + } |
| 178 | + }, |
| 179 | + { |
| 180 | + "@type": "cr:Field", |
| 181 | + "@id": "default/WhiteRatingDiff", |
| 182 | + "dataType": "cr:Int16", |
| 183 | + "source": { |
| 184 | + "fileSet": { |
| 185 | + "@id": "parquet-files-for-config-default" |
| 186 | + }, |
| 187 | + "extract": { |
| 188 | + "column": "WhiteRatingDiff" |
| 189 | + } |
| 190 | + } |
| 191 | + }, |
| 192 | + { |
| 193 | + "@type": "cr:Field", |
| 194 | + "@id": "default/BlackRatingDiff", |
| 195 | + "dataType": "cr:Int16", |
| 196 | + "source": { |
| 197 | + "fileSet": { |
| 198 | + "@id": "parquet-files-for-config-default" |
| 199 | + }, |
| 200 | + "extract": { |
| 201 | + "column": "BlackRatingDiff" |
| 202 | + } |
| 203 | + } |
| 204 | + }, |
| 205 | + { |
| 206 | + "@type": "cr:Field", |
| 207 | + "@id": "default/UTCDate", |
| 208 | + "dataType": "sc:Date", |
| 209 | + "source": { |
| 210 | + "fileSet": { |
| 211 | + "@id": "parquet-files-for-config-default" |
| 212 | + }, |
| 213 | + "extract": { |
| 214 | + "column": "UTCDate" |
| 215 | + } |
| 216 | + } |
| 217 | + }, |
| 218 | + { |
| 219 | + "@type": "cr:Field", |
| 220 | + "@id": "default/UTCTime", |
| 221 | + "dataType": "sc:Time", |
| 222 | + "source": { |
| 223 | + "fileSet": { |
| 224 | + "@id": "parquet-files-for-config-default" |
| 225 | + }, |
| 226 | + "extract": { |
| 227 | + "column": "UTCTime" |
| 228 | + } |
| 229 | + } |
| 230 | + }, |
| 231 | + { |
| 232 | + "@type": "cr:Field", |
| 233 | + "@id": "default/ECO", |
| 234 | + "dataType": "sc:Text", |
| 235 | + "source": { |
| 236 | + "fileSet": { |
| 237 | + "@id": "parquet-files-for-config-default" |
| 238 | + }, |
| 239 | + "extract": { |
| 240 | + "column": "ECO" |
| 241 | + } |
| 242 | + } |
| 243 | + }, |
| 244 | + { |
| 245 | + "@type": "cr:Field", |
| 246 | + "@id": "default/Opening", |
| 247 | + "dataType": "sc:Text", |
| 248 | + "source": { |
| 249 | + "fileSet": { |
| 250 | + "@id": "parquet-files-for-config-default" |
| 251 | + }, |
| 252 | + "extract": { |
| 253 | + "column": "Opening" |
| 254 | + } |
| 255 | + } |
| 256 | + }, |
| 257 | + { |
| 258 | + "@type": "cr:Field", |
| 259 | + "@id": "default/Termination", |
| 260 | + "dataType": "sc:Text", |
| 261 | + "source": { |
| 262 | + "fileSet": { |
| 263 | + "@id": "parquet-files-for-config-default" |
| 264 | + }, |
| 265 | + "extract": { |
| 266 | + "column": "Termination" |
| 267 | + } |
| 268 | + } |
| 269 | + }, |
| 270 | + { |
| 271 | + "@type": "cr:Field", |
| 272 | + "@id": "default/TimeControl", |
| 273 | + "dataType": "sc:Text", |
| 274 | + "source": { |
| 275 | + "fileSet": { |
| 276 | + "@id": "parquet-files-for-config-default" |
| 277 | + }, |
| 278 | + "extract": { |
| 279 | + "column": "TimeControl" |
| 280 | + } |
| 281 | + } |
| 282 | + }, |
| 283 | + { |
| 284 | + "@type": "cr:Field", |
| 285 | + "@id": "default/movetext", |
| 286 | + "dataType": "sc:Text", |
| 287 | + "source": { |
| 288 | + "fileSet": { |
| 289 | + "@id": "parquet-files-for-config-default" |
| 290 | + }, |
| 291 | + "extract": { |
| 292 | + "column": "movetext" |
| 293 | + } |
| 294 | + } |
| 295 | + } |
| 296 | + ] |
| 297 | + } |
| 298 | + ], |
| 299 | + "conformsTo": "http://mlcommons.org/croissant/1.1", |
| 300 | + "name": "standard-chess-games", |
| 301 | + "description": "\n[!CAUTION]\nThis dataset is still a work in progress and some breaking changes might occur.\n\n\n\t\n\t\t\n\t\tLichess Rated Standard Chess Games Dataset\n\t\n\n\n\t\n\t\t\n\t\tDataset Description\n\t\n\n6,771,826,271 standard rated games, played on lichess.org, updated monthly from the database dumps.\nThis version of the data is meant for data analysis. If you need PGN files you can find those here. That said, once you have a subset of interest, it is trivial to convert it back to PGN as shown in the Dataset Usage… See the full description on the dataset page: https://huggingface.co/datasets/Lichess/standard-chess-games.", |
| 302 | + "keywords": [ |
| 303 | + "cc0-1.0", |
| 304 | + "1B - 10B", |
| 305 | + "parquet", |
| 306 | + "Tabular", |
| 307 | + "Text", |
| 308 | + "Datasets", |
| 309 | + "Dask", |
| 310 | + "Croissant", |
| 311 | + "Polars", |
| 312 | + "🇺🇸 Region: US", |
| 313 | + "chess", |
| 314 | + "games", |
| 315 | + "game", |
| 316 | + "lichess", |
| 317 | + "tabular" |
| 318 | + ], |
| 319 | + "license": "https://choosealicense.com/licenses/cc0-1.0/", |
| 320 | + "url": "https://huggingface.co/datasets/Lichess/standard-chess-games" |
| 321 | +} |
0 commit comments