austindavis
commited on
Commit
•
c338809
1
Parent(s):
c049f90
Upload dataset
Browse files- README.md +42 -0
- headers/201411/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -824,6 +824,44 @@ dataset_info:
|
|
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
|
@@ -1004,6 +1042,10 @@ configs:
|
|
1004 |
data_files:
|
1005 |
- split: train
|
1006 |
path: data/201410-*
|
|
|
|
|
|
|
|
|
1007 |
- config_name: 201411-moves
|
1008 |
data_files:
|
1009 |
- split: train
|
|
|
824 |
num_examples: 1111302
|
825 |
download_size: 61430690
|
826 |
dataset_size: 211712151
|
827 |
+
- config_name: 201411-headers
|
828 |
+
features:
|
829 |
+
- name: event
|
830 |
+
dtype: string
|
831 |
+
- name: site
|
832 |
+
dtype: string
|
833 |
+
- name: white
|
834 |
+
dtype: string
|
835 |
+
- name: black
|
836 |
+
dtype: string
|
837 |
+
- name: result
|
838 |
+
dtype: string
|
839 |
+
- name: utcdate
|
840 |
+
dtype: string
|
841 |
+
- name: utctime
|
842 |
+
dtype: string
|
843 |
+
- name: whiteelo
|
844 |
+
dtype: int64
|
845 |
+
- name: blackelo
|
846 |
+
dtype: int64
|
847 |
+
- name: whiteratingdiff
|
848 |
+
dtype: float64
|
849 |
+
- name: blackratingdiff
|
850 |
+
dtype: float64
|
851 |
+
- name: eco
|
852 |
+
dtype: string
|
853 |
+
- name: opening
|
854 |
+
dtype: string
|
855 |
+
- name: timecontrol
|
856 |
+
dtype: string
|
857 |
+
- name: termination
|
858 |
+
dtype: string
|
859 |
+
splits:
|
860 |
+
- name: train
|
861 |
+
num_bytes: 230870247
|
862 |
+
num_examples: 1209291
|
863 |
+
download_size: 67539038
|
864 |
+
dataset_size: 230870247
|
865 |
description: '"The dataset contains games from the Lichess.org open database converted
|
866 |
from PGN format to UCI format. It is divided into two main configurations: `moves`
|
867 |
and `headers`. The `moves` configuration includes a UUID called `site` and the UCI
|
|
|
1042 |
data_files:
|
1043 |
- split: train
|
1044 |
path: data/201410-*
|
1045 |
+
- config_name: 201411-headers
|
1046 |
+
data_files:
|
1047 |
+
- split: train
|
1048 |
+
path: headers/201411/train-*
|
1049 |
- config_name: 201411-moves
|
1050 |
data_files:
|
1051 |
- split: train
|
headers/201411/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:53902e99b83d38706e29be1cbb06c67a0a62c487edd49a9e58eeacb121878dae
|
3 |
+
size 67539038
|