austindavis
commited on
Commit
•
d3aba8a
1
Parent(s):
d91cbef
Upload dataset
Browse files- README.md +42 -0
- headers/201308/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -292,6 +292,44 @@ dataset_info:
|
|
292 |
num_examples: 293459
|
293 |
download_size: 15746824
|
294 |
dataset_size: 50175383
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
295 |
description: '"The dataset contains games from the Lichess.org open database converted
|
296 |
from PGN format to UCI format. It is divided into two main configurations: `moves`
|
297 |
and `headers`. The `moves` configuration includes a UUID called `site` and the UCI
|
@@ -356,6 +394,10 @@ configs:
|
|
356 |
data_files:
|
357 |
- split: train
|
358 |
path: data/201307-*
|
|
|
|
|
|
|
|
|
359 |
- config_name: 201308-moves
|
360 |
data_files:
|
361 |
- split: train
|
|
|
292 |
num_examples: 293459
|
293 |
download_size: 15746824
|
294 |
dataset_size: 50175383
|
295 |
+
- config_name: 201308-headers
|
296 |
+
features:
|
297 |
+
- name: event
|
298 |
+
dtype: string
|
299 |
+
- name: site
|
300 |
+
dtype: string
|
301 |
+
- name: white
|
302 |
+
dtype: string
|
303 |
+
- name: black
|
304 |
+
dtype: string
|
305 |
+
- name: result
|
306 |
+
dtype: string
|
307 |
+
- name: utcdate
|
308 |
+
dtype: date32
|
309 |
+
- name: utctime
|
310 |
+
dtype: time64[us]
|
311 |
+
- name: whiteelo
|
312 |
+
dtype: int64
|
313 |
+
- name: blackelo
|
314 |
+
dtype: int64
|
315 |
+
- name: whiteratingdiff
|
316 |
+
dtype: float64
|
317 |
+
- name: blackratingdiff
|
318 |
+
dtype: float64
|
319 |
+
- name: eco
|
320 |
+
dtype: string
|
321 |
+
- name: opening
|
322 |
+
dtype: string
|
323 |
+
- name: timecontrol
|
324 |
+
dtype: string
|
325 |
+
- name: termination
|
326 |
+
dtype: string
|
327 |
+
splits:
|
328 |
+
- name: train
|
329 |
+
num_bytes: 55757812
|
330 |
+
num_examples: 325525
|
331 |
+
download_size: 17532132
|
332 |
+
dataset_size: 55757812
|
333 |
description: '"The dataset contains games from the Lichess.org open database converted
|
334 |
from PGN format to UCI format. It is divided into two main configurations: `moves`
|
335 |
and `headers`. The `moves` configuration includes a UUID called `site` and the UCI
|
|
|
394 |
data_files:
|
395 |
- split: train
|
396 |
path: data/201307-*
|
397 |
+
- config_name: 201308-headers
|
398 |
+
data_files:
|
399 |
+
- split: train
|
400 |
+
path: headers/201308/train-*
|
401 |
- config_name: 201308-moves
|
402 |
data_files:
|
403 |
- split: train
|
headers/201308/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9fcaf53d8dfa8a2ee36eac96ebb432a43a7bfc6c6b21e4e9afb3e8cc2354a159
|
3 |
+
size 17532132
|