austindavis
commited on
Commit
•
09c82ac
1
Parent(s):
ffc5c68
Upload dataset
Browse files- README.md +44 -0
- data/201312/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -400,6 +400,46 @@ dataset_info:
|
|
400 |
num_examples: 411039
|
401 |
download_size: 103389120
|
402 |
dataset_size: 209361453
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
403 |
configs:
|
404 |
- config_name: '201301'
|
405 |
data_files:
|
@@ -441,6 +481,10 @@ configs:
|
|
441 |
data_files:
|
442 |
- split: train
|
443 |
path: data/201310/train-*
|
|
|
|
|
|
|
|
|
444 |
---
|
445 |
|
446 |
# Dataset Card for Lichess.org UCI Dataset
|
|
|
400 |
num_examples: 411039
|
401 |
download_size: 103389120
|
402 |
dataset_size: 209361453
|
403 |
+
- config_name: '201312'
|
404 |
+
features:
|
405 |
+
- name: Event
|
406 |
+
dtype: string
|
407 |
+
- name: Site
|
408 |
+
dtype: string
|
409 |
+
- name: White
|
410 |
+
dtype: string
|
411 |
+
- name: Black
|
412 |
+
dtype: string
|
413 |
+
- name: Result
|
414 |
+
dtype: string
|
415 |
+
- name: UTCDate
|
416 |
+
dtype: date32
|
417 |
+
- name: UTCTime
|
418 |
+
dtype: time64[us]
|
419 |
+
- name: WhiteElo
|
420 |
+
dtype: int64
|
421 |
+
- name: BlackElo
|
422 |
+
dtype: int64
|
423 |
+
- name: WhiteRatingDiff
|
424 |
+
dtype: float64
|
425 |
+
- name: BlackRatingDiff
|
426 |
+
dtype: float64
|
427 |
+
- name: ECO
|
428 |
+
dtype: string
|
429 |
+
- name: Opening
|
430 |
+
dtype: string
|
431 |
+
- name: TimeControl
|
432 |
+
dtype: string
|
433 |
+
- name: Termination
|
434 |
+
dtype: string
|
435 |
+
- name: Transcript
|
436 |
+
dtype: string
|
437 |
+
splits:
|
438 |
+
- name: train
|
439 |
+
num_bytes: 294571388
|
440 |
+
num_examples: 578262
|
441 |
+
download_size: 146045029
|
442 |
+
dataset_size: 294571388
|
443 |
configs:
|
444 |
- config_name: '201301'
|
445 |
data_files:
|
|
|
481 |
data_files:
|
482 |
- split: train
|
483 |
path: data/201310/train-*
|
484 |
+
- config_name: '201312'
|
485 |
+
data_files:
|
486 |
+
- split: train
|
487 |
+
path: data/201312/train-*
|
488 |
---
|
489 |
|
490 |
# Dataset Card for Lichess.org UCI Dataset
|
data/201312/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2ac106b0b77e9fd413d8c1df3aa0a0f2d40e95504ae6dfc1d94919b143867159
|
3 |
+
size 146045029
|