austindavis
commited on
Commit
•
7cb00be
1
Parent(s):
c07382b
Upload dataset
Browse files- README.md +42 -0
- headers/201409/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -444,6 +444,44 @@ dataset_info:
|
|
444 |
num_examples: 578262
|
445 |
download_size: 31618717
|
446 |
dataset_size: 99283116
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
447 |
description: '"The dataset contains games from the Lichess.org open database converted
|
448 |
from PGN format to UCI format. It is divided into two main configurations: `moves`
|
449 |
and `headers`. The `moves` configuration includes a UUID called `site` and the UCI
|
@@ -576,6 +614,10 @@ configs:
|
|
576 |
data_files:
|
577 |
- split: train
|
578 |
path: data/201408-*
|
|
|
|
|
|
|
|
|
579 |
- config_name: 201409-moves
|
580 |
data_files:
|
581 |
- split: train
|
|
|
444 |
num_examples: 578262
|
445 |
download_size: 31618717
|
446 |
dataset_size: 99283116
|
447 |
+
- config_name: 201409-headers
|
448 |
+
features:
|
449 |
+
- name: event
|
450 |
+
dtype: string
|
451 |
+
- name: site
|
452 |
+
dtype: string
|
453 |
+
- name: white
|
454 |
+
dtype: string
|
455 |
+
- name: black
|
456 |
+
dtype: string
|
457 |
+
- name: result
|
458 |
+
dtype: string
|
459 |
+
- name: utcdate
|
460 |
+
dtype: string
|
461 |
+
- name: utctime
|
462 |
+
dtype: string
|
463 |
+
- name: whiteelo
|
464 |
+
dtype: int64
|
465 |
+
- name: blackelo
|
466 |
+
dtype: int64
|
467 |
+
- name: whiteratingdiff
|
468 |
+
dtype: float64
|
469 |
+
- name: blackratingdiff
|
470 |
+
dtype: float64
|
471 |
+
- name: eco
|
472 |
+
dtype: string
|
473 |
+
- name: opening
|
474 |
+
dtype: string
|
475 |
+
- name: timecontrol
|
476 |
+
dtype: string
|
477 |
+
- name: termination
|
478 |
+
dtype: string
|
479 |
+
splits:
|
480 |
+
- name: train
|
481 |
+
num_bytes: 189380199
|
482 |
+
num_examples: 1000056
|
483 |
+
download_size: 55076845
|
484 |
+
dataset_size: 189380199
|
485 |
description: '"The dataset contains games from the Lichess.org open database converted
|
486 |
from PGN format to UCI format. It is divided into two main configurations: `moves`
|
487 |
and `headers`. The `moves` configuration includes a UUID called `site` and the UCI
|
|
|
614 |
data_files:
|
615 |
- split: train
|
616 |
path: data/201408-*
|
617 |
+
- config_name: 201409-headers
|
618 |
+
data_files:
|
619 |
+
- split: train
|
620 |
+
path: headers/201409/train-*
|
621 |
- config_name: 201409-moves
|
622 |
data_files:
|
623 |
- split: train
|
headers/201409/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ed273d67ae6c8093e5528c95e5efb29dc58b4c3d39c449d22908a212ddad9623
|
3 |
+
size 55076845
|