austindavis
commited on
Commit
•
b88df01
1
Parent(s):
2171178
Upload dataset
Browse files- README.md +42 -0
- headers/201507/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -1128,6 +1128,44 @@ dataset_info:
|
|
1128 |
num_examples: 2324106
|
1129 |
download_size: 134047483
|
1130 |
dataset_size: 454071222
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1131 |
description: '"The dataset contains games from the Lichess.org open database converted
|
1132 |
from PGN format to UCI format. It is divided into two main configurations: `moves`
|
1133 |
and `headers`. The `moves` configuration includes a UUID called `site` and the UCI
|
@@ -1372,6 +1410,10 @@ configs:
|
|
1372 |
data_files:
|
1373 |
- split: train
|
1374 |
path: data/201506-*
|
|
|
|
|
|
|
|
|
1375 |
- config_name: 201507-moves
|
1376 |
data_files:
|
1377 |
- split: train
|
|
|
1128 |
num_examples: 2324106
|
1129 |
download_size: 134047483
|
1130 |
dataset_size: 454071222
|
1131 |
+
- config_name: 201507-headers
|
1132 |
+
features:
|
1133 |
+
- name: event
|
1134 |
+
dtype: string
|
1135 |
+
- name: site
|
1136 |
+
dtype: string
|
1137 |
+
- name: white
|
1138 |
+
dtype: string
|
1139 |
+
- name: black
|
1140 |
+
dtype: string
|
1141 |
+
- name: result
|
1142 |
+
dtype: string
|
1143 |
+
- name: utcdate
|
1144 |
+
dtype: string
|
1145 |
+
- name: utctime
|
1146 |
+
dtype: string
|
1147 |
+
- name: whiteelo
|
1148 |
+
dtype: int64
|
1149 |
+
- name: blackelo
|
1150 |
+
dtype: int64
|
1151 |
+
- name: whiteratingdiff
|
1152 |
+
dtype: float64
|
1153 |
+
- name: blackratingdiff
|
1154 |
+
dtype: float64
|
1155 |
+
- name: eco
|
1156 |
+
dtype: string
|
1157 |
+
- name: opening
|
1158 |
+
dtype: string
|
1159 |
+
- name: timecontrol
|
1160 |
+
dtype: string
|
1161 |
+
- name: termination
|
1162 |
+
dtype: string
|
1163 |
+
splits:
|
1164 |
+
- name: train
|
1165 |
+
num_bytes: 481735660
|
1166 |
+
num_examples: 2455141
|
1167 |
+
download_size: 141800743
|
1168 |
+
dataset_size: 481735660
|
1169 |
description: '"The dataset contains games from the Lichess.org open database converted
|
1170 |
from PGN format to UCI format. It is divided into two main configurations: `moves`
|
1171 |
and `headers`. The `moves` configuration includes a UUID called `site` and the UCI
|
|
|
1410 |
data_files:
|
1411 |
- split: train
|
1412 |
path: data/201506-*
|
1413 |
+
- config_name: 201507-headers
|
1414 |
+
data_files:
|
1415 |
+
- split: train
|
1416 |
+
path: headers/201507/train-*
|
1417 |
- config_name: 201507-moves
|
1418 |
data_files:
|
1419 |
- split: train
|
headers/201507/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a3b5838875f91341ca4b5640f8d41307c70a2e727f5d843fc2e528719e146171
|
3 |
+
size 141800743
|