austindavis
commited on
Commit
•
72c3fc8
1
Parent(s):
dcc9d45
Upload dataset
Browse files
README.md
CHANGED
@@ -1242,6 +1242,44 @@ dataset_info:
|
|
1242 |
num_examples: 2844677
|
1243 |
download_size: 166775616
|
1244 |
dataset_size: 557031485
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1245 |
description: '"The dataset contains games from the Lichess.org open database converted
|
1246 |
from PGN format to UCI format. It is divided into two main configurations: `moves`
|
1247 |
and `headers`. The `moves` configuration includes a UUID called `site` and the UCI
|
@@ -1510,6 +1548,10 @@ configs:
|
|
1510 |
data_files:
|
1511 |
- split: train
|
1512 |
path: data/201509-*
|
|
|
|
|
|
|
|
|
1513 |
- config_name: 201510-moves
|
1514 |
data_files:
|
1515 |
- split: train
|
|
|
1242 |
num_examples: 2844677
|
1243 |
download_size: 166775616
|
1244 |
dataset_size: 557031485
|
1245 |
+
- config_name: 201510-headers
|
1246 |
+
features:
|
1247 |
+
- name: event
|
1248 |
+
dtype: string
|
1249 |
+
- name: site
|
1250 |
+
dtype: string
|
1251 |
+
- name: white
|
1252 |
+
dtype: string
|
1253 |
+
- name: black
|
1254 |
+
dtype: string
|
1255 |
+
- name: result
|
1256 |
+
dtype: string
|
1257 |
+
- name: utcdate
|
1258 |
+
dtype: string
|
1259 |
+
- name: utctime
|
1260 |
+
dtype: string
|
1261 |
+
- name: whiteelo
|
1262 |
+
dtype: int64
|
1263 |
+
- name: blackelo
|
1264 |
+
dtype: int64
|
1265 |
+
- name: whiteratingdiff
|
1266 |
+
dtype: float64
|
1267 |
+
- name: blackratingdiff
|
1268 |
+
dtype: float64
|
1269 |
+
- name: eco
|
1270 |
+
dtype: string
|
1271 |
+
- name: opening
|
1272 |
+
dtype: string
|
1273 |
+
- name: timecontrol
|
1274 |
+
dtype: string
|
1275 |
+
- name: termination
|
1276 |
+
dtype: string
|
1277 |
+
splits:
|
1278 |
+
- name: train
|
1279 |
+
num_bytes: 667706163
|
1280 |
+
num_examples: 3400418
|
1281 |
+
download_size: 201875291
|
1282 |
+
dataset_size: 667706163
|
1283 |
description: '"The dataset contains games from the Lichess.org open database converted
|
1284 |
from PGN format to UCI format. It is divided into two main configurations: `moves`
|
1285 |
and `headers`. The `moves` configuration includes a UUID called `site` and the UCI
|
|
|
1548 |
data_files:
|
1549 |
- split: train
|
1550 |
path: data/201509-*
|
1551 |
+
- config_name: 201510-headers
|
1552 |
+
data_files:
|
1553 |
+
- split: train
|
1554 |
+
path: headers/201510/train-*
|
1555 |
- config_name: 201510-moves
|
1556 |
data_files:
|
1557 |
- split: train
|
headers/201510/train-00000-of-00002.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cf9c1e83daa0faeb4146a47f518041df0eddefa91b032edaa68ae5550091b51e
|
3 |
+
size 100558263
|
headers/201510/train-00001-of-00002.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1dcf1011def6a48b88f3d2841f53a321d8d0f702bdd5f06347cae200f50a9ddb
|
3 |
+
size 101317028
|