austindavis
commited on
Commit
•
9180bd6
1
Parent(s):
148a77a
Upload dataset
Browse files
README.md
CHANGED
@@ -102,6 +102,44 @@ dataset_info:
|
|
102 |
num_examples: 123961
|
103 |
download_size: 6487839
|
104 |
dataset_size: 21155456
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
105 |
description: '"The dataset contains games from the Lichess.org open database converted
|
106 |
from PGN format to UCI format. It is divided into two main configurations: `moves`
|
107 |
and `headers`. The `moves` configuration includes a UUID called `site` and the UCI
|
@@ -1184,6 +1222,10 @@ configs:
|
|
1184 |
data_files:
|
1185 |
- split: train
|
1186 |
path: data/202402-*
|
|
|
|
|
|
|
|
|
1187 |
example:
|
1188 |
moves:
|
1189 |
site: xxxxxxx
|
|
|
102 |
num_examples: 123961
|
103 |
download_size: 6487839
|
104 |
dataset_size: 21155456
|
105 |
+
- config_name: metadata/201302-headers
|
106 |
+
features:
|
107 |
+
- name: event
|
108 |
+
dtype: string
|
109 |
+
- name: site
|
110 |
+
dtype: string
|
111 |
+
- name: white
|
112 |
+
dtype: string
|
113 |
+
- name: black
|
114 |
+
dtype: string
|
115 |
+
- name: result
|
116 |
+
dtype: string
|
117 |
+
- name: utcdate
|
118 |
+
dtype: date32
|
119 |
+
- name: utctime
|
120 |
+
dtype: time64[us]
|
121 |
+
- name: whiteelo
|
122 |
+
dtype: int64
|
123 |
+
- name: blackelo
|
124 |
+
dtype: int64
|
125 |
+
- name: whiteratingdiff
|
126 |
+
dtype: float64
|
127 |
+
- name: blackratingdiff
|
128 |
+
dtype: float64
|
129 |
+
- name: eco
|
130 |
+
dtype: string
|
131 |
+
- name: opening
|
132 |
+
dtype: string
|
133 |
+
- name: timecontrol
|
134 |
+
dtype: string
|
135 |
+
- name: termination
|
136 |
+
dtype: string
|
137 |
+
splits:
|
138 |
+
- name: train
|
139 |
+
num_bytes: 21155456
|
140 |
+
num_examples: 123961
|
141 |
+
download_size: 6487839
|
142 |
+
dataset_size: 21155456
|
143 |
description: '"The dataset contains games from the Lichess.org open database converted
|
144 |
from PGN format to UCI format. It is divided into two main configurations: `moves`
|
145 |
and `headers`. The `moves` configuration includes a UUID called `site` and the UCI
|
|
|
1222 |
data_files:
|
1223 |
- split: train
|
1224 |
path: data/202402-*
|
1225 |
+
- config_name: metadata/201302-headers
|
1226 |
+
data_files:
|
1227 |
+
- split: train
|
1228 |
+
path: metadata/201302-headers/train-*
|
1229 |
example:
|
1230 |
moves:
|
1231 |
site: xxxxxxx
|
metadata/201302-headers/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c6e4a36e612a869c5bbc7bd39c7296ca375e9f00b02bbcba9833ed8b5534039f
|
3 |
+
size 6487839
|