austindavis
commited on
Upload dataset
Browse files- README.md +42 -0
- headers/201410/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -786,6 +786,44 @@ dataset_info:
|
|
786 |
num_examples: 1000056
|
787 |
download_size: 55076845
|
788 |
dataset_size: 189380199
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
789 |
description: '"The dataset contains games from the Lichess.org open database converted
|
790 |
from PGN format to UCI format. It is divided into two main configurations: `moves`
|
791 |
and `headers`. The `moves` configuration includes a UUID called `site` and the UCI
|
@@ -958,6 +996,10 @@ configs:
|
|
958 |
data_files:
|
959 |
- split: train
|
960 |
path: data/201409-*
|
|
|
|
|
|
|
|
|
961 |
- config_name: 201410-moves
|
962 |
data_files:
|
963 |
- split: train
|
|
|
786 |
num_examples: 1000056
|
787 |
download_size: 55076845
|
788 |
dataset_size: 189380199
|
789 |
+
- config_name: 201410-headers
|
790 |
+
features:
|
791 |
+
- name: event
|
792 |
+
dtype: string
|
793 |
+
- name: site
|
794 |
+
dtype: string
|
795 |
+
- name: white
|
796 |
+
dtype: string
|
797 |
+
- name: black
|
798 |
+
dtype: string
|
799 |
+
- name: result
|
800 |
+
dtype: string
|
801 |
+
- name: utcdate
|
802 |
+
dtype: string
|
803 |
+
- name: utctime
|
804 |
+
dtype: string
|
805 |
+
- name: whiteelo
|
806 |
+
dtype: float64
|
807 |
+
- name: blackelo
|
808 |
+
dtype: float64
|
809 |
+
- name: whiteratingdiff
|
810 |
+
dtype: float64
|
811 |
+
- name: blackratingdiff
|
812 |
+
dtype: float64
|
813 |
+
- name: eco
|
814 |
+
dtype: string
|
815 |
+
- name: opening
|
816 |
+
dtype: string
|
817 |
+
- name: timecontrol
|
818 |
+
dtype: string
|
819 |
+
- name: termination
|
820 |
+
dtype: string
|
821 |
+
splits:
|
822 |
+
- name: train
|
823 |
+
num_bytes: 211712151
|
824 |
+
num_examples: 1111302
|
825 |
+
download_size: 61430690
|
826 |
+
dataset_size: 211712151
|
827 |
description: '"The dataset contains games from the Lichess.org open database converted
|
828 |
from PGN format to UCI format. It is divided into two main configurations: `moves`
|
829 |
and `headers`. The `moves` configuration includes a UUID called `site` and the UCI
|
|
|
996 |
data_files:
|
997 |
- split: train
|
998 |
path: data/201409-*
|
999 |
+
- config_name: 201410-headers
|
1000 |
+
data_files:
|
1001 |
+
- split: train
|
1002 |
+
path: headers/201410/train-*
|
1003 |
- config_name: 201410-moves
|
1004 |
data_files:
|
1005 |
- split: train
|
headers/201410/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7a717732a93384636777ce023fa435137244a35deb78ee0601ea7215c5ea75bd
|
3 |
+
size 61430690
|