austindavis
commited on
Commit
•
a570194
1
Parent(s):
77b7bdd
Upload dataset
Browse files- README.md +42 -0
- headers/201306/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -216,6 +216,44 @@ dataset_info:
|
|
216 |
num_examples: 179550
|
217 |
download_size: 9499827
|
218 |
dataset_size: 30787801
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
219 |
description: '"The dataset contains games from the Lichess.org open database converted
|
220 |
from PGN format to UCI format. It is divided into two main configurations: `moves`
|
221 |
and `headers`. The `moves` configuration includes a UUID called `site` and the UCI
|
@@ -264,6 +302,10 @@ configs:
|
|
264 |
data_files:
|
265 |
- split: train
|
266 |
path: data/201305-*
|
|
|
|
|
|
|
|
|
267 |
- config_name: 201306-moves
|
268 |
data_files:
|
269 |
- split: train
|
|
|
216 |
num_examples: 179550
|
217 |
download_size: 9499827
|
218 |
dataset_size: 30787801
|
219 |
+
- config_name: 201306-headers
|
220 |
+
features:
|
221 |
+
- name: event
|
222 |
+
dtype: string
|
223 |
+
- name: site
|
224 |
+
dtype: string
|
225 |
+
- name: white
|
226 |
+
dtype: string
|
227 |
+
- name: black
|
228 |
+
dtype: string
|
229 |
+
- name: result
|
230 |
+
dtype: string
|
231 |
+
- name: utcdate
|
232 |
+
dtype: date32
|
233 |
+
- name: utctime
|
234 |
+
dtype: time64[us]
|
235 |
+
- name: whiteelo
|
236 |
+
dtype: int64
|
237 |
+
- name: blackelo
|
238 |
+
dtype: int64
|
239 |
+
- name: whiteratingdiff
|
240 |
+
dtype: float64
|
241 |
+
- name: blackratingdiff
|
242 |
+
dtype: float64
|
243 |
+
- name: eco
|
244 |
+
dtype: string
|
245 |
+
- name: opening
|
246 |
+
dtype: string
|
247 |
+
- name: timecontrol
|
248 |
+
dtype: string
|
249 |
+
- name: termination
|
250 |
+
dtype: string
|
251 |
+
splits:
|
252 |
+
- name: train
|
253 |
+
num_bytes: 38460608
|
254 |
+
num_examples: 224679
|
255 |
+
download_size: 12011278
|
256 |
+
dataset_size: 38460608
|
257 |
description: '"The dataset contains games from the Lichess.org open database converted
|
258 |
from PGN format to UCI format. It is divided into two main configurations: `moves`
|
259 |
and `headers`. The `moves` configuration includes a UUID called `site` and the UCI
|
|
|
302 |
data_files:
|
303 |
- split: train
|
304 |
path: data/201305-*
|
305 |
+
- config_name: 201306-headers
|
306 |
+
data_files:
|
307 |
+
- split: train
|
308 |
+
path: headers/201306/train-*
|
309 |
- config_name: 201306-moves
|
310 |
data_files:
|
311 |
- split: train
|
headers/201306/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e094f73448b6d27a0951852796d5e55ae2f1eea9c1d7f786645dcef0a29f747b
|
3 |
+
size 12011278
|