austindavis
commited on
Upload dataset
Browse files
README.md
CHANGED
@@ -1660,6 +1660,44 @@ dataset_info:
|
|
1660 |
num_examples: 6483257
|
1661 |
download_size: 404092003
|
1662 |
dataset_size: 1271315552
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1663 |
description: '"The dataset contains games from the Lichess.org open database converted
|
1664 |
from PGN format to UCI format. It is divided into two main configurations: `moves`
|
1665 |
and `headers`. The `moves` configuration includes a UUID called `site` and the UCI
|
@@ -2016,6 +2054,10 @@ configs:
|
|
2016 |
data_files:
|
2017 |
- split: train
|
2018 |
path: data/201608-*
|
|
|
|
|
|
|
|
|
2019 |
- config_name: 201609-moves
|
2020 |
data_files:
|
2021 |
- split: train
|
|
|
1660 |
num_examples: 6483257
|
1661 |
download_size: 404092003
|
1662 |
dataset_size: 1271315552
|
1663 |
+
- config_name: 201609-headers
|
1664 |
+
features:
|
1665 |
+
- name: event
|
1666 |
+
dtype: string
|
1667 |
+
- name: site
|
1668 |
+
dtype: string
|
1669 |
+
- name: white
|
1670 |
+
dtype: string
|
1671 |
+
- name: black
|
1672 |
+
dtype: string
|
1673 |
+
- name: result
|
1674 |
+
dtype: string
|
1675 |
+
- name: utcdate
|
1676 |
+
dtype: string
|
1677 |
+
- name: utctime
|
1678 |
+
dtype: string
|
1679 |
+
- name: whiteelo
|
1680 |
+
dtype: int64
|
1681 |
+
- name: blackelo
|
1682 |
+
dtype: int64
|
1683 |
+
- name: whiteratingdiff
|
1684 |
+
dtype: float64
|
1685 |
+
- name: blackratingdiff
|
1686 |
+
dtype: float64
|
1687 |
+
- name: eco
|
1688 |
+
dtype: string
|
1689 |
+
- name: opening
|
1690 |
+
dtype: string
|
1691 |
+
- name: timecontrol
|
1692 |
+
dtype: string
|
1693 |
+
- name: termination
|
1694 |
+
dtype: string
|
1695 |
+
splits:
|
1696 |
+
- name: train
|
1697 |
+
num_bytes: 1335237302
|
1698 |
+
num_examples: 6813113
|
1699 |
+
download_size: 425117757
|
1700 |
+
dataset_size: 1335237302
|
1701 |
description: '"The dataset contains games from the Lichess.org open database converted
|
1702 |
from PGN format to UCI format. It is divided into two main configurations: `moves`
|
1703 |
and `headers`. The `moves` configuration includes a UUID called `site` and the UCI
|
|
|
2054 |
data_files:
|
2055 |
- split: train
|
2056 |
path: data/201608-*
|
2057 |
+
- config_name: 201609-headers
|
2058 |
+
data_files:
|
2059 |
+
- split: train
|
2060 |
+
path: headers/201609/train-*
|
2061 |
- config_name: 201609-moves
|
2062 |
data_files:
|
2063 |
- split: train
|
headers/201609/train-00000-of-00003.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dda512adf5a8acfee705b1ba3c77ab6e02ce223bcfa769838c551034c1824dd8
|
3 |
+
size 141569932
|
headers/201609/train-00001-of-00003.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:73fe11d7a3dcdf98c32cb185a9b365d8ae2302984a51e20506ce95700ece858c
|
3 |
+
size 141820323
|
headers/201609/train-00002-of-00003.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f0da80b3daefa86809628bf093c10e1fa4d70ea2e56d888b7dbe3963b19d9b84
|
3 |
+
size 141727502
|