austindavis
commited on
Commit
•
4ef7bfb
1
Parent(s):
7d5b0ef
Upload dataset
Browse files
README.md
CHANGED
@@ -1432,6 +1432,44 @@ dataset_info:
|
|
1432 |
num_examples: 5015361
|
1433 |
download_size: 307695357
|
1434 |
dataset_size: 978121579
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1435 |
description: '"The dataset contains games from the Lichess.org open database converted
|
1436 |
from PGN format to UCI format. It is divided into two main configurations: `moves`
|
1437 |
and `headers`. The `moves` configuration includes a UUID called `site` and the UCI
|
@@ -1740,6 +1778,10 @@ configs:
|
|
1740 |
data_files:
|
1741 |
- split: train
|
1742 |
path: data/201602-*
|
|
|
|
|
|
|
|
|
1743 |
- config_name: 201603-moves
|
1744 |
data_files:
|
1745 |
- split: train
|
|
|
1432 |
num_examples: 5015361
|
1433 |
download_size: 307695357
|
1434 |
dataset_size: 978121579
|
1435 |
+
- config_name: 201603-headers
|
1436 |
+
features:
|
1437 |
+
- name: event
|
1438 |
+
dtype: string
|
1439 |
+
- name: site
|
1440 |
+
dtype: string
|
1441 |
+
- name: white
|
1442 |
+
dtype: string
|
1443 |
+
- name: black
|
1444 |
+
dtype: string
|
1445 |
+
- name: result
|
1446 |
+
dtype: string
|
1447 |
+
- name: utcdate
|
1448 |
+
dtype: string
|
1449 |
+
- name: utctime
|
1450 |
+
dtype: string
|
1451 |
+
- name: whiteelo
|
1452 |
+
dtype: int64
|
1453 |
+
- name: blackelo
|
1454 |
+
dtype: int64
|
1455 |
+
- name: whiteratingdiff
|
1456 |
+
dtype: float64
|
1457 |
+
- name: blackratingdiff
|
1458 |
+
dtype: float64
|
1459 |
+
- name: eco
|
1460 |
+
dtype: string
|
1461 |
+
- name: opening
|
1462 |
+
dtype: string
|
1463 |
+
- name: timecontrol
|
1464 |
+
dtype: string
|
1465 |
+
- name: termination
|
1466 |
+
dtype: string
|
1467 |
+
splits:
|
1468 |
+
- name: train
|
1469 |
+
num_bytes: 1130121428
|
1470 |
+
num_examples: 5801234
|
1471 |
+
download_size: 357678101
|
1472 |
+
dataset_size: 1130121428
|
1473 |
description: '"The dataset contains games from the Lichess.org open database converted
|
1474 |
from PGN format to UCI format. It is divided into two main configurations: `moves`
|
1475 |
and `headers`. The `moves` configuration includes a UUID called `site` and the UCI
|
|
|
1778 |
data_files:
|
1779 |
- split: train
|
1780 |
path: data/201602-*
|
1781 |
+
- config_name: 201603-headers
|
1782 |
+
data_files:
|
1783 |
+
- split: train
|
1784 |
+
path: headers/201603/train-*
|
1785 |
- config_name: 201603-moves
|
1786 |
data_files:
|
1787 |
- split: train
|
headers/201603/train-00000-of-00003.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3b0e8bee3447b2aefcd91c66dab757a7e6dd1893486dccb213eb61e676fdb1ab
|
3 |
+
size 118869131
|
headers/201603/train-00001-of-00003.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6cfca7e7f97408da0b661f4e2902e3d4db8d2f6615dec2d1f05bb142a3ebc20e
|
3 |
+
size 119218897
|
headers/201603/train-00002-of-00003.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2c70f4e810f2d1155783cbdef32bb4f9f34eb82b0b12f709f6b70a1c40175469
|
3 |
+
size 119590073
|