Upload dataset
Browse files
README.md
CHANGED
|
@@ -1,3 +1,50 @@
|
|
| 1 |
---
|
| 2 |
license: cc0-1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
| 1 |
---
|
| 2 |
license: cc0-1.0
|
| 3 |
+
configs:
|
| 4 |
+
- config_name: default
|
| 5 |
+
data_files:
|
| 6 |
+
- split: train
|
| 7 |
+
path: data/year=2018/month=02/train-*
|
| 8 |
+
dataset_info:
|
| 9 |
+
features:
|
| 10 |
+
- name: Event
|
| 11 |
+
dtype: string
|
| 12 |
+
- name: Site
|
| 13 |
+
dtype: string
|
| 14 |
+
- name: White
|
| 15 |
+
dtype: string
|
| 16 |
+
- name: Black
|
| 17 |
+
dtype: string
|
| 18 |
+
- name: Result
|
| 19 |
+
dtype: string
|
| 20 |
+
- name: WhiteTitle
|
| 21 |
+
dtype: string
|
| 22 |
+
- name: BlackTitle
|
| 23 |
+
dtype: string
|
| 24 |
+
- name: WhiteElo
|
| 25 |
+
dtype: int16
|
| 26 |
+
- name: BlackElo
|
| 27 |
+
dtype: int16
|
| 28 |
+
- name: WhiteRatingDiff
|
| 29 |
+
dtype: int16
|
| 30 |
+
- name: BlackRatingDiff
|
| 31 |
+
dtype: int16
|
| 32 |
+
- name: UTCDate
|
| 33 |
+
dtype: date32
|
| 34 |
+
- name: UTCTime
|
| 35 |
+
dtype: time32[s]
|
| 36 |
+
- name: Termination
|
| 37 |
+
dtype: string
|
| 38 |
+
- name: TimeControl
|
| 39 |
+
dtype: string
|
| 40 |
+
- name: AnalysisRequester
|
| 41 |
+
dtype: string
|
| 42 |
+
- name: movetext
|
| 43 |
+
dtype: string
|
| 44 |
+
splits:
|
| 45 |
+
- name: train
|
| 46 |
+
num_bytes: 154771309
|
| 47 |
+
num_examples: 187751
|
| 48 |
+
download_size: 55931263
|
| 49 |
+
dataset_size: 154771309
|
| 50 |
---
|
data/year=2018/month=02/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b98dc6c7f03360aaa1d2c9c2b56f81288a215cf3fe8ef6034e0522ef815780a1
|
| 3 |
+
size 55931263
|