austindavis
commited on
Commit
•
0cac421
1
Parent(s):
6ed0eaa
Upload dataset
Browse files
README.md
CHANGED
@@ -1508,6 +1508,44 @@ dataset_info:
|
|
1508 |
num_examples: 5922667
|
1509 |
download_size: 366430170
|
1510 |
dataset_size: 1154154577
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1511 |
description: '"The dataset contains games from the Lichess.org open database converted
|
1512 |
from PGN format to UCI format. It is divided into two main configurations: `moves`
|
1513 |
and `headers`. The `moves` configuration includes a UUID called `site` and the UCI
|
@@ -1832,6 +1870,10 @@ configs:
|
|
1832 |
data_files:
|
1833 |
- split: train
|
1834 |
path: data/201604-*
|
|
|
|
|
|
|
|
|
1835 |
- config_name: 201605-moves
|
1836 |
data_files:
|
1837 |
- split: train
|
|
|
1508 |
num_examples: 5922667
|
1509 |
download_size: 366430170
|
1510 |
dataset_size: 1154154577
|
1511 |
+
- config_name: 201605-headers
|
1512 |
+
features:
|
1513 |
+
- name: event
|
1514 |
+
dtype: string
|
1515 |
+
- name: site
|
1516 |
+
dtype: string
|
1517 |
+
- name: white
|
1518 |
+
dtype: string
|
1519 |
+
- name: black
|
1520 |
+
dtype: string
|
1521 |
+
- name: result
|
1522 |
+
dtype: string
|
1523 |
+
- name: utcdate
|
1524 |
+
dtype: string
|
1525 |
+
- name: utctime
|
1526 |
+
dtype: string
|
1527 |
+
- name: whiteelo
|
1528 |
+
dtype: int64
|
1529 |
+
- name: blackelo
|
1530 |
+
dtype: int64
|
1531 |
+
- name: whiteratingdiff
|
1532 |
+
dtype: float64
|
1533 |
+
- name: blackratingdiff
|
1534 |
+
dtype: float64
|
1535 |
+
- name: eco
|
1536 |
+
dtype: string
|
1537 |
+
- name: opening
|
1538 |
+
dtype: string
|
1539 |
+
- name: timecontrol
|
1540 |
+
dtype: string
|
1541 |
+
- name: termination
|
1542 |
+
dtype: string
|
1543 |
+
splits:
|
1544 |
+
- name: train
|
1545 |
+
num_bytes: 1209671107
|
1546 |
+
num_examples: 6225957
|
1547 |
+
download_size: 385939447
|
1548 |
+
dataset_size: 1209671107
|
1549 |
description: '"The dataset contains games from the Lichess.org open database converted
|
1550 |
from PGN format to UCI format. It is divided into two main configurations: `moves`
|
1551 |
and `headers`. The `moves` configuration includes a UUID called `site` and the UCI
|
|
|
1870 |
data_files:
|
1871 |
- split: train
|
1872 |
path: data/201604-*
|
1873 |
+
- config_name: 201605-headers
|
1874 |
+
data_files:
|
1875 |
+
- split: train
|
1876 |
+
path: headers/201605/train-*
|
1877 |
- config_name: 201605-moves
|
1878 |
data_files:
|
1879 |
- split: train
|
headers/201605/train-00000-of-00003.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8bf05d91f0374d06581b0be47e88014c3174d204ca4e0905a6d4cedd92cd970d
|
3 |
+
size 128506807
|
headers/201605/train-00001-of-00003.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d0edaad6c19df389fd95c97fcb8123bd94de357213802053ff71e1514c81f789
|
3 |
+
size 128728008
|
headers/201605/train-00002-of-00003.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1139fb318030a93d5de09eb3895b447298b0f1b272a776c9728c6508ce30265a
|
3 |
+
size 128704632
|