austindavis
commited on
Upload dataset
Browse files- README.md +42 -0
- headers/201312/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -406,6 +406,44 @@ dataset_info:
|
|
406 |
num_examples: 411039
|
407 |
download_size: 22045781
|
408 |
dataset_size: 70482274
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
409 |
description: '"The dataset contains games from the Lichess.org open database converted
|
410 |
from PGN format to UCI format. It is divided into two main configurations: `moves`
|
411 |
and `headers`. The `moves` configuration includes a UUID called `site` and the UCI
|
@@ -498,6 +536,10 @@ configs:
|
|
498 |
data_files:
|
499 |
- split: train
|
500 |
path: data/201311-*
|
|
|
|
|
|
|
|
|
501 |
- config_name: 201312-moves
|
502 |
data_files:
|
503 |
- split: train
|
|
|
406 |
num_examples: 411039
|
407 |
download_size: 22045781
|
408 |
dataset_size: 70482274
|
409 |
+
- config_name: 201312-headers
|
410 |
+
features:
|
411 |
+
- name: event
|
412 |
+
dtype: string
|
413 |
+
- name: site
|
414 |
+
dtype: string
|
415 |
+
- name: white
|
416 |
+
dtype: string
|
417 |
+
- name: black
|
418 |
+
dtype: string
|
419 |
+
- name: result
|
420 |
+
dtype: string
|
421 |
+
- name: utcdate
|
422 |
+
dtype: date32
|
423 |
+
- name: utctime
|
424 |
+
dtype: time64[us]
|
425 |
+
- name: whiteelo
|
426 |
+
dtype: int64
|
427 |
+
- name: blackelo
|
428 |
+
dtype: int64
|
429 |
+
- name: whiteratingdiff
|
430 |
+
dtype: float64
|
431 |
+
- name: blackratingdiff
|
432 |
+
dtype: float64
|
433 |
+
- name: eco
|
434 |
+
dtype: string
|
435 |
+
- name: opening
|
436 |
+
dtype: string
|
437 |
+
- name: timecontrol
|
438 |
+
dtype: string
|
439 |
+
- name: termination
|
440 |
+
dtype: string
|
441 |
+
splits:
|
442 |
+
- name: train
|
443 |
+
num_bytes: 99283116
|
444 |
+
num_examples: 578262
|
445 |
+
download_size: 31618717
|
446 |
+
dataset_size: 99283116
|
447 |
description: '"The dataset contains games from the Lichess.org open database converted
|
448 |
from PGN format to UCI format. It is divided into two main configurations: `moves`
|
449 |
and `headers`. The `moves` configuration includes a UUID called `site` and the UCI
|
|
|
536 |
data_files:
|
537 |
- split: train
|
538 |
path: data/201311-*
|
539 |
+
- config_name: 201312-headers
|
540 |
+
data_files:
|
541 |
+
- split: train
|
542 |
+
path: headers/201312/train-*
|
543 |
- config_name: 201312-moves
|
544 |
data_files:
|
545 |
- split: train
|
headers/201312/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:905b5f3bbba58215812184bfe42690ac073d99d99d2af26c34d530ee38f12913
|
3 |
+
size 31618717
|