austindavis
commited on
Commit
•
7ff75e0
1
Parent(s):
d3aba8a
Upload dataset
Browse files- README.md +42 -0
- headers/201309/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -330,6 +330,44 @@ dataset_info:
|
|
330 |
num_examples: 325525
|
331 |
download_size: 17532132
|
332 |
dataset_size: 55757812
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
333 |
description: '"The dataset contains games from the Lichess.org open database converted
|
334 |
from PGN format to UCI format. It is divided into two main configurations: `moves`
|
335 |
and `headers`. The `moves` configuration includes a UUID called `site` and the UCI
|
@@ -402,6 +440,10 @@ configs:
|
|
402 |
data_files:
|
403 |
- split: train
|
404 |
path: data/201308-*
|
|
|
|
|
|
|
|
|
405 |
- config_name: 201309-moves
|
406 |
data_files:
|
407 |
- split: train
|
|
|
330 |
num_examples: 325525
|
331 |
download_size: 17532132
|
332 |
dataset_size: 55757812
|
333 |
+
- config_name: 201309-headers
|
334 |
+
features:
|
335 |
+
- name: event
|
336 |
+
dtype: string
|
337 |
+
- name: site
|
338 |
+
dtype: string
|
339 |
+
- name: white
|
340 |
+
dtype: string
|
341 |
+
- name: black
|
342 |
+
dtype: string
|
343 |
+
- name: result
|
344 |
+
dtype: string
|
345 |
+
- name: utcdate
|
346 |
+
dtype: date32
|
347 |
+
- name: utctime
|
348 |
+
dtype: time64[us]
|
349 |
+
- name: whiteelo
|
350 |
+
dtype: int64
|
351 |
+
- name: blackelo
|
352 |
+
dtype: int64
|
353 |
+
- name: whiteratingdiff
|
354 |
+
dtype: float64
|
355 |
+
- name: blackratingdiff
|
356 |
+
dtype: float64
|
357 |
+
- name: eco
|
358 |
+
dtype: string
|
359 |
+
- name: opening
|
360 |
+
dtype: string
|
361 |
+
- name: timecontrol
|
362 |
+
dtype: string
|
363 |
+
- name: termination
|
364 |
+
dtype: string
|
365 |
+
splits:
|
366 |
+
- name: train
|
367 |
+
num_bytes: 55675760
|
368 |
+
num_examples: 325098
|
369 |
+
download_size: 17609637
|
370 |
+
dataset_size: 55675760
|
371 |
description: '"The dataset contains games from the Lichess.org open database converted
|
372 |
from PGN format to UCI format. It is divided into two main configurations: `moves`
|
373 |
and `headers`. The `moves` configuration includes a UUID called `site` and the UCI
|
|
|
440 |
data_files:
|
441 |
- split: train
|
442 |
path: data/201308-*
|
443 |
+
- config_name: 201309-headers
|
444 |
+
data_files:
|
445 |
+
- split: train
|
446 |
+
path: headers/201309/train-*
|
447 |
- config_name: 201309-moves
|
448 |
data_files:
|
449 |
- split: train
|
headers/201309/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c77f74ba0620ad21048891f35b6ac26c46c244fb86e4f75abe519dd164122c82
|
3 |
+
size 17609637
|