austindavis
commited on
Upload dataset
Browse files- README.md +44 -0
- data/201310/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -360,6 +360,46 @@ dataset_info:
|
|
360 |
num_examples: 325098
|
361 |
download_size: 81003500
|
362 |
dataset_size: 163951165
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
363 |
configs:
|
364 |
- config_name: '201301'
|
365 |
data_files:
|
@@ -397,6 +437,10 @@ configs:
|
|
397 |
data_files:
|
398 |
- split: train
|
399 |
path: data/201309/train-*
|
|
|
|
|
|
|
|
|
400 |
---
|
401 |
|
402 |
# Dataset Card for Lichess.org UCI Dataset
|
|
|
360 |
num_examples: 325098
|
361 |
download_size: 81003500
|
362 |
dataset_size: 163951165
|
363 |
+
- config_name: '201310'
|
364 |
+
features:
|
365 |
+
- name: Event
|
366 |
+
dtype: string
|
367 |
+
- name: Site
|
368 |
+
dtype: string
|
369 |
+
- name: White
|
370 |
+
dtype: string
|
371 |
+
- name: Black
|
372 |
+
dtype: string
|
373 |
+
- name: Result
|
374 |
+
dtype: string
|
375 |
+
- name: UTCDate
|
376 |
+
dtype: date32
|
377 |
+
- name: UTCTime
|
378 |
+
dtype: time64[us]
|
379 |
+
- name: WhiteElo
|
380 |
+
dtype: int64
|
381 |
+
- name: BlackElo
|
382 |
+
dtype: int64
|
383 |
+
- name: WhiteRatingDiff
|
384 |
+
dtype: float64
|
385 |
+
- name: BlackRatingDiff
|
386 |
+
dtype: float64
|
387 |
+
- name: ECO
|
388 |
+
dtype: string
|
389 |
+
- name: Opening
|
390 |
+
dtype: string
|
391 |
+
- name: TimeControl
|
392 |
+
dtype: string
|
393 |
+
- name: Termination
|
394 |
+
dtype: string
|
395 |
+
- name: Transcript
|
396 |
+
dtype: string
|
397 |
+
splits:
|
398 |
+
- name: train
|
399 |
+
num_bytes: 209361453
|
400 |
+
num_examples: 411039
|
401 |
+
download_size: 103389120
|
402 |
+
dataset_size: 209361453
|
403 |
configs:
|
404 |
- config_name: '201301'
|
405 |
data_files:
|
|
|
437 |
data_files:
|
438 |
- split: train
|
439 |
path: data/201309/train-*
|
440 |
+
- config_name: '201310'
|
441 |
+
data_files:
|
442 |
+
- split: train
|
443 |
+
path: data/201310/train-*
|
444 |
---
|
445 |
|
446 |
# Dataset Card for Lichess.org UCI Dataset
|
data/201310/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b1042b6cd45a545791affb5f21543f910f05224fcedaf1998acf174c26c171cf
|
3 |
+
size 103389120
|