austindavis
commited on
Commit
•
4bfee01
1
Parent(s):
72c3fc8
Upload dataset
Browse files
README.md
CHANGED
@@ -1280,6 +1280,44 @@ dataset_info:
|
|
1280 |
num_examples: 3400418
|
1281 |
download_size: 201875291
|
1282 |
dataset_size: 667706163
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1283 |
description: '"The dataset contains games from the Lichess.org open database converted
|
1284 |
from PGN format to UCI format. It is divided into two main configurations: `moves`
|
1285 |
and `headers`. The `moves` configuration includes a UUID called `site` and the UCI
|
@@ -1556,6 +1594,10 @@ configs:
|
|
1556 |
data_files:
|
1557 |
- split: train
|
1558 |
path: data/201510-*
|
|
|
|
|
|
|
|
|
1559 |
- config_name: 201511-moves
|
1560 |
data_files:
|
1561 |
- split: train
|
|
|
1280 |
num_examples: 3400418
|
1281 |
download_size: 201875291
|
1282 |
dataset_size: 667706163
|
1283 |
+
- config_name: 201511-headers
|
1284 |
+
features:
|
1285 |
+
- name: event
|
1286 |
+
dtype: string
|
1287 |
+
- name: site
|
1288 |
+
dtype: string
|
1289 |
+
- name: white
|
1290 |
+
dtype: string
|
1291 |
+
- name: black
|
1292 |
+
dtype: string
|
1293 |
+
- name: result
|
1294 |
+
dtype: string
|
1295 |
+
- name: utcdate
|
1296 |
+
dtype: string
|
1297 |
+
- name: utctime
|
1298 |
+
dtype: string
|
1299 |
+
- name: whiteelo
|
1300 |
+
dtype: int64
|
1301 |
+
- name: blackelo
|
1302 |
+
dtype: int64
|
1303 |
+
- name: whiteratingdiff
|
1304 |
+
dtype: float64
|
1305 |
+
- name: blackratingdiff
|
1306 |
+
dtype: float64
|
1307 |
+
- name: eco
|
1308 |
+
dtype: string
|
1309 |
+
- name: opening
|
1310 |
+
dtype: string
|
1311 |
+
- name: timecontrol
|
1312 |
+
dtype: string
|
1313 |
+
- name: termination
|
1314 |
+
dtype: string
|
1315 |
+
splits:
|
1316 |
+
- name: train
|
1317 |
+
num_bytes: 703805155
|
1318 |
+
num_examples: 3595776
|
1319 |
+
download_size: 214539337
|
1320 |
+
dataset_size: 703805155
|
1321 |
description: '"The dataset contains games from the Lichess.org open database converted
|
1322 |
from PGN format to UCI format. It is divided into two main configurations: `moves`
|
1323 |
and `headers`. The `moves` configuration includes a UUID called `site` and the UCI
|
|
|
1594 |
data_files:
|
1595 |
- split: train
|
1596 |
path: data/201510-*
|
1597 |
+
- config_name: 201511-headers
|
1598 |
+
data_files:
|
1599 |
+
- split: train
|
1600 |
+
path: headers/201511/train-*
|
1601 |
- config_name: 201511-moves
|
1602 |
data_files:
|
1603 |
- split: train
|
headers/201511/train-00000-of-00002.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:668ca07ef23e5d0cb981966f4231143ca1cc56be95e8f6fbaaee0cfbd60268b7
|
3 |
+
size 107090676
|
headers/201511/train-00001-of-00002.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a3da76a6c7ae6b1d21a81b2e7b54086b6ab6da2d8203b09f9cbc91f4a5b00051
|
3 |
+
size 107448661
|