austindavis
commited on
Upload dataset
Browse files- README.md +44 -0
- data/201405/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -440,6 +440,46 @@ dataset_info:
|
|
440 |
num_examples: 578262
|
441 |
download_size: 146045029
|
442 |
dataset_size: 294571388
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
443 |
configs:
|
444 |
- config_name: '201301'
|
445 |
data_files:
|
@@ -485,6 +525,10 @@ configs:
|
|
485 |
data_files:
|
486 |
- split: train
|
487 |
path: data/201312/train-*
|
|
|
|
|
|
|
|
|
488 |
---
|
489 |
|
490 |
# Dataset Card for Lichess.org UCI Dataset
|
|
|
440 |
num_examples: 578262
|
441 |
download_size: 146045029
|
442 |
dataset_size: 294571388
|
443 |
+
- config_name: '201405'
|
444 |
+
features:
|
445 |
+
- name: Event
|
446 |
+
dtype: string
|
447 |
+
- name: Site
|
448 |
+
dtype: string
|
449 |
+
- name: White
|
450 |
+
dtype: string
|
451 |
+
- name: Black
|
452 |
+
dtype: string
|
453 |
+
- name: Result
|
454 |
+
dtype: string
|
455 |
+
- name: UTCDate
|
456 |
+
dtype: date32
|
457 |
+
- name: UTCTime
|
458 |
+
dtype: time64[us]
|
459 |
+
- name: WhiteElo
|
460 |
+
dtype: int64
|
461 |
+
- name: BlackElo
|
462 |
+
dtype: int64
|
463 |
+
- name: WhiteRatingDiff
|
464 |
+
dtype: float64
|
465 |
+
- name: BlackRatingDiff
|
466 |
+
dtype: float64
|
467 |
+
- name: ECO
|
468 |
+
dtype: string
|
469 |
+
- name: Opening
|
470 |
+
dtype: string
|
471 |
+
- name: TimeControl
|
472 |
+
dtype: string
|
473 |
+
- name: Termination
|
474 |
+
dtype: string
|
475 |
+
- name: Transcript
|
476 |
+
dtype: string
|
477 |
+
splits:
|
478 |
+
- name: train
|
479 |
+
num_bytes: 465450844
|
480 |
+
num_examples: 905374
|
481 |
+
download_size: 231032543
|
482 |
+
dataset_size: 465450844
|
483 |
configs:
|
484 |
- config_name: '201301'
|
485 |
data_files:
|
|
|
525 |
data_files:
|
526 |
- split: train
|
527 |
path: data/201312/train-*
|
528 |
+
- config_name: '201405'
|
529 |
+
data_files:
|
530 |
+
- split: train
|
531 |
+
path: data/201405/train-*
|
532 |
---
|
533 |
|
534 |
# Dataset Card for Lichess.org UCI Dataset
|
data/201405/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ada49dbc5b0b62d29f808fa64587c11cceb0c35b6fc1b23b1a268f7d449b395d
|
3 |
+
size 231032543
|