austindavis
commited on
Commit
•
aee4b9d
1
Parent(s):
b88df01
Upload dataset
Browse files
README.md
CHANGED
@@ -1166,6 +1166,44 @@ dataset_info:
|
|
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
|
@@ -1418,6 +1456,10 @@ configs:
|
|
1418 |
data_files:
|
1419 |
- split: train
|
1420 |
path: data/201507-*
|
|
|
|
|
|
|
|
|
1421 |
- config_name: 201508-moves
|
1422 |
data_files:
|
1423 |
- split: train
|
|
|
1166 |
num_examples: 2455141
|
1167 |
download_size: 141800743
|
1168 |
dataset_size: 481735660
|
1169 |
+
- config_name: 201508-headers
|
1170 |
+
features:
|
1171 |
+
- name: event
|
1172 |
+
dtype: string
|
1173 |
+
- name: site
|
1174 |
+
dtype: string
|
1175 |
+
- name: white
|
1176 |
+
dtype: string
|
1177 |
+
- name: black
|
1178 |
+
dtype: string
|
1179 |
+
- name: result
|
1180 |
+
dtype: string
|
1181 |
+
- name: utcdate
|
1182 |
+
dtype: string
|
1183 |
+
- name: utctime
|
1184 |
+
dtype: string
|
1185 |
+
- name: whiteelo
|
1186 |
+
dtype: int64
|
1187 |
+
- name: blackelo
|
1188 |
+
dtype: int64
|
1189 |
+
- name: whiteratingdiff
|
1190 |
+
dtype: float64
|
1191 |
+
- name: blackratingdiff
|
1192 |
+
dtype: float64
|
1193 |
+
- name: eco
|
1194 |
+
dtype: string
|
1195 |
+
- name: opening
|
1196 |
+
dtype: string
|
1197 |
+
- name: timecontrol
|
1198 |
+
dtype: string
|
1199 |
+
- name: termination
|
1200 |
+
dtype: string
|
1201 |
+
splits:
|
1202 |
+
- name: train
|
1203 |
+
num_bytes: 515482698
|
1204 |
+
num_examples: 2621861
|
1205 |
+
download_size: 152343588
|
1206 |
+
dataset_size: 515482698
|
1207 |
description: '"The dataset contains games from the Lichess.org open database converted
|
1208 |
from PGN format to UCI format. It is divided into two main configurations: `moves`
|
1209 |
and `headers`. The `moves` configuration includes a UUID called `site` and the UCI
|
|
|
1456 |
data_files:
|
1457 |
- split: train
|
1458 |
path: data/201507-*
|
1459 |
+
- config_name: 201508-headers
|
1460 |
+
data_files:
|
1461 |
+
- split: train
|
1462 |
+
path: headers/201508/train-*
|
1463 |
- config_name: 201508-moves
|
1464 |
data_files:
|
1465 |
- split: train
|
headers/201508/train-00000-of-00002.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad1fdbd169b3c4fe8977bb97fb103272b05fa408ff35e2b77b896bcecb1e821c
|
3 |
+
size 75951336
|
headers/201508/train-00001-of-00002.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4fd084b062e2278b6b114f742be3a1281d3d04c0c530ddf7171d77277e31e399
|
3 |
+
size 76392252
|