austindavis
commited on
Commit
•
f0738ef
1
Parent(s):
a7ec6dd
Upload dataset
Browse files
README.md
CHANGED
@@ -1356,6 +1356,44 @@ dataset_info:
|
|
1356 |
num_examples: 4161162
|
1357 |
download_size: 250866581
|
1358 |
dataset_size: 815327955
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1359 |
description: '"The dataset contains games from the Lichess.org open database converted
|
1360 |
from PGN format to UCI format. It is divided into two main configurations: `moves`
|
1361 |
and `headers`. The `moves` configuration includes a UUID called `site` and the UCI
|
@@ -1648,6 +1686,10 @@ configs:
|
|
1648 |
data_files:
|
1649 |
- split: train
|
1650 |
path: data/201512-*
|
|
|
|
|
|
|
|
|
1651 |
- config_name: 201601-moves
|
1652 |
data_files:
|
1653 |
- split: train
|
|
|
1356 |
num_examples: 4161162
|
1357 |
download_size: 250866581
|
1358 |
dataset_size: 815327955
|
1359 |
+
- config_name: 201601-headers
|
1360 |
+
features:
|
1361 |
+
- name: event
|
1362 |
+
dtype: string
|
1363 |
+
- name: site
|
1364 |
+
dtype: string
|
1365 |
+
- name: white
|
1366 |
+
dtype: string
|
1367 |
+
- name: black
|
1368 |
+
dtype: string
|
1369 |
+
- name: result
|
1370 |
+
dtype: string
|
1371 |
+
- name: utcdate
|
1372 |
+
dtype: string
|
1373 |
+
- name: utctime
|
1374 |
+
dtype: string
|
1375 |
+
- name: whiteelo
|
1376 |
+
dtype: int64
|
1377 |
+
- name: blackelo
|
1378 |
+
dtype: int64
|
1379 |
+
- name: whiteratingdiff
|
1380 |
+
dtype: float64
|
1381 |
+
- name: blackratingdiff
|
1382 |
+
dtype: float64
|
1383 |
+
- name: eco
|
1384 |
+
dtype: string
|
1385 |
+
- name: opening
|
1386 |
+
dtype: string
|
1387 |
+
- name: timecontrol
|
1388 |
+
dtype: string
|
1389 |
+
- name: termination
|
1390 |
+
dtype: string
|
1391 |
+
splits:
|
1392 |
+
- name: train
|
1393 |
+
num_bytes: 932274709
|
1394 |
+
num_examples: 4770357
|
1395 |
+
download_size: 290332072
|
1396 |
+
dataset_size: 932274709
|
1397 |
description: '"The dataset contains games from the Lichess.org open database converted
|
1398 |
from PGN format to UCI format. It is divided into two main configurations: `moves`
|
1399 |
and `headers`. The `moves` configuration includes a UUID called `site` and the UCI
|
|
|
1686 |
data_files:
|
1687 |
- split: train
|
1688 |
path: data/201512-*
|
1689 |
+
- config_name: 201601-headers
|
1690 |
+
data_files:
|
1691 |
+
- split: train
|
1692 |
+
path: headers/201601/train-*
|
1693 |
- config_name: 201601-moves
|
1694 |
data_files:
|
1695 |
- split: train
|
headers/201601/train-00000-of-00002.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f9a447ff3281b9e19e00ee6211a15bd69d55192be0b720b0d065aa7cb17a0ab8
|
3 |
+
size 144914479
|
headers/201601/train-00001-of-00002.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2568999118120d4f014081c09288b5eada1b188f350ba02723100a1ce8a102a8
|
3 |
+
size 145417593
|