austindavis
commited on
Upload dataset
Browse files- README.md +42 -0
- headers/201310/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -368,6 +368,44 @@ dataset_info:
|
|
368 |
num_examples: 325098
|
369 |
download_size: 17609637
|
370 |
dataset_size: 55675760
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
371 |
description: '"The dataset contains games from the Lichess.org open database converted
|
372 |
from PGN format to UCI format. It is divided into two main configurations: `moves`
|
373 |
and `headers`. The `moves` configuration includes a UUID called `site` and the UCI
|
@@ -448,6 +486,10 @@ configs:
|
|
448 |
data_files:
|
449 |
- split: train
|
450 |
path: data/201309-*
|
|
|
|
|
|
|
|
|
451 |
- config_name: 201310-moves
|
452 |
data_files:
|
453 |
- split: train
|
|
|
368 |
num_examples: 325098
|
369 |
download_size: 17609637
|
370 |
dataset_size: 55675760
|
371 |
+
- config_name: 201310-headers
|
372 |
+
features:
|
373 |
+
- name: event
|
374 |
+
dtype: string
|
375 |
+
- name: site
|
376 |
+
dtype: string
|
377 |
+
- name: white
|
378 |
+
dtype: string
|
379 |
+
- name: black
|
380 |
+
dtype: string
|
381 |
+
- name: result
|
382 |
+
dtype: string
|
383 |
+
- name: utcdate
|
384 |
+
dtype: date32
|
385 |
+
- name: utctime
|
386 |
+
dtype: time64[us]
|
387 |
+
- name: whiteelo
|
388 |
+
dtype: int64
|
389 |
+
- name: blackelo
|
390 |
+
dtype: int64
|
391 |
+
- name: whiteratingdiff
|
392 |
+
dtype: float64
|
393 |
+
- name: blackratingdiff
|
394 |
+
dtype: float64
|
395 |
+
- name: eco
|
396 |
+
dtype: string
|
397 |
+
- name: opening
|
398 |
+
dtype: string
|
399 |
+
- name: timecontrol
|
400 |
+
dtype: string
|
401 |
+
- name: termination
|
402 |
+
dtype: string
|
403 |
+
splits:
|
404 |
+
- name: train
|
405 |
+
num_bytes: 70482274
|
406 |
+
num_examples: 411039
|
407 |
+
download_size: 22045781
|
408 |
+
dataset_size: 70482274
|
409 |
description: '"The dataset contains games from the Lichess.org open database converted
|
410 |
from PGN format to UCI format. It is divided into two main configurations: `moves`
|
411 |
and `headers`. The `moves` configuration includes a UUID called `site` and the UCI
|
|
|
486 |
data_files:
|
487 |
- split: train
|
488 |
path: data/201309-*
|
489 |
+
- config_name: 201310-headers
|
490 |
+
data_files:
|
491 |
+
- split: train
|
492 |
+
path: headers/201310/train-*
|
493 |
- config_name: 201310-moves
|
494 |
data_files:
|
495 |
- split: train
|
headers/201310/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fa6219eb0933b5ed4cf9980c3bd10a28972956e26386535748101199adeda1fc
|
3 |
+
size 22045781
|