austindavis
commited on
Commit
•
6ed0eaa
1
Parent(s):
4ef7bfb
Upload dataset
Browse files
README.md
CHANGED
@@ -1470,6 +1470,44 @@ dataset_info:
|
|
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
|
@@ -1786,6 +1824,10 @@ configs:
|
|
1786 |
data_files:
|
1787 |
- split: train
|
1788 |
path: data/201603-*
|
|
|
|
|
|
|
|
|
1789 |
- config_name: 201604-moves
|
1790 |
data_files:
|
1791 |
- split: train
|
|
|
1470 |
num_examples: 5801234
|
1471 |
download_size: 357678101
|
1472 |
dataset_size: 1130121428
|
1473 |
+
- config_name: 201604-headers
|
1474 |
+
features:
|
1475 |
+
- name: event
|
1476 |
+
dtype: string
|
1477 |
+
- name: site
|
1478 |
+
dtype: string
|
1479 |
+
- name: white
|
1480 |
+
dtype: string
|
1481 |
+
- name: black
|
1482 |
+
dtype: string
|
1483 |
+
- name: result
|
1484 |
+
dtype: string
|
1485 |
+
- name: utcdate
|
1486 |
+
dtype: string
|
1487 |
+
- name: utctime
|
1488 |
+
dtype: string
|
1489 |
+
- name: whiteelo
|
1490 |
+
dtype: int64
|
1491 |
+
- name: blackelo
|
1492 |
+
dtype: int64
|
1493 |
+
- name: whiteratingdiff
|
1494 |
+
dtype: float64
|
1495 |
+
- name: blackratingdiff
|
1496 |
+
dtype: float64
|
1497 |
+
- name: eco
|
1498 |
+
dtype: string
|
1499 |
+
- name: opening
|
1500 |
+
dtype: string
|
1501 |
+
- name: timecontrol
|
1502 |
+
dtype: string
|
1503 |
+
- name: termination
|
1504 |
+
dtype: string
|
1505 |
+
splits:
|
1506 |
+
- name: train
|
1507 |
+
num_bytes: 1154154577
|
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
|
|
|
1824 |
data_files:
|
1825 |
- split: train
|
1826 |
path: data/201603-*
|
1827 |
+
- config_name: 201604-headers
|
1828 |
+
data_files:
|
1829 |
+
- split: train
|
1830 |
+
path: headers/201604/train-*
|
1831 |
- config_name: 201604-moves
|
1832 |
data_files:
|
1833 |
- split: train
|
headers/201604/train-00000-of-00003.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d0a7e58b40be67f2f9fe1073580027fc7faf7f54644d13505a0e0a4a94f058b5
|
3 |
+
size 122086503
|
headers/201604/train-00001-of-00003.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1aeb8b94081805c47f9b2648a5217a92aff91ed81102b10618f4384b7f384cb2
|
3 |
+
size 122165714
|
headers/201604/train-00002-of-00003.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8787e1a83cbe9f8a482f5081c182819b993038765df529431eb3e2beea0a4c4a
|
3 |
+
size 122177953
|