austindavis
commited on
Upload dataset
Browse files- README.md +42 -0
- headers/201307/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -254,6 +254,44 @@ dataset_info:
|
|
254 |
num_examples: 224679
|
255 |
download_size: 12011278
|
256 |
dataset_size: 38460608
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
257 |
description: '"The dataset contains games from the Lichess.org open database converted
|
258 |
from PGN format to UCI format. It is divided into two main configurations: `moves`
|
259 |
and `headers`. The `moves` configuration includes a UUID called `site` and the UCI
|
@@ -310,6 +348,10 @@ configs:
|
|
310 |
data_files:
|
311 |
- split: train
|
312 |
path: data/201306-*
|
|
|
|
|
|
|
|
|
313 |
- config_name: 201307-moves
|
314 |
data_files:
|
315 |
- split: train
|
|
|
254 |
num_examples: 224679
|
255 |
download_size: 12011278
|
256 |
dataset_size: 38460608
|
257 |
+
- config_name: 201307-headers
|
258 |
+
features:
|
259 |
+
- name: event
|
260 |
+
dtype: string
|
261 |
+
- name: site
|
262 |
+
dtype: string
|
263 |
+
- name: white
|
264 |
+
dtype: string
|
265 |
+
- name: black
|
266 |
+
dtype: string
|
267 |
+
- name: result
|
268 |
+
dtype: string
|
269 |
+
- name: utcdate
|
270 |
+
dtype: date32
|
271 |
+
- name: utctime
|
272 |
+
dtype: time64[us]
|
273 |
+
- name: whiteelo
|
274 |
+
dtype: int64
|
275 |
+
- name: blackelo
|
276 |
+
dtype: int64
|
277 |
+
- name: whiteratingdiff
|
278 |
+
dtype: float64
|
279 |
+
- name: blackratingdiff
|
280 |
+
dtype: float64
|
281 |
+
- name: eco
|
282 |
+
dtype: string
|
283 |
+
- name: opening
|
284 |
+
dtype: string
|
285 |
+
- name: timecontrol
|
286 |
+
dtype: string
|
287 |
+
- name: termination
|
288 |
+
dtype: string
|
289 |
+
splits:
|
290 |
+
- name: train
|
291 |
+
num_bytes: 50175383
|
292 |
+
num_examples: 293459
|
293 |
+
download_size: 15746824
|
294 |
+
dataset_size: 50175383
|
295 |
description: '"The dataset contains games from the Lichess.org open database converted
|
296 |
from PGN format to UCI format. It is divided into two main configurations: `moves`
|
297 |
and `headers`. The `moves` configuration includes a UUID called `site` and the UCI
|
|
|
348 |
data_files:
|
349 |
- split: train
|
350 |
path: data/201306-*
|
351 |
+
- config_name: 201307-headers
|
352 |
+
data_files:
|
353 |
+
- split: train
|
354 |
+
path: headers/201307/train-*
|
355 |
- config_name: 201307-moves
|
356 |
data_files:
|
357 |
- split: train
|
headers/201307/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:db6352cb1f051a10e0cbacf7e2aaf944bee5eb9e760b4bef425f35391952ecfd
|
3 |
+
size 15746824
|