austindavis
commited on
Commit
•
358b2da
1
Parent(s):
02e02e6
Upload dataset
Browse files- README.md +44 -0
- data/201309/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -280,6 +280,46 @@ dataset_info:
|
|
280 |
num_examples: 325525
|
281 |
download_size: 81837913
|
282 |
dataset_size: 165515031
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
283 |
configs:
|
284 |
- config_name: '201301'
|
285 |
data_files:
|
@@ -309,6 +349,10 @@ configs:
|
|
309 |
data_files:
|
310 |
- split: train
|
311 |
path: data/201308/train-*
|
|
|
|
|
|
|
|
|
312 |
---
|
313 |
|
314 |
# Dataset Card for Lichess.org UCI Dataset
|
|
|
280 |
num_examples: 325525
|
281 |
download_size: 81837913
|
282 |
dataset_size: 165515031
|
283 |
+
- config_name: '201309'
|
284 |
+
features:
|
285 |
+
- name: Event
|
286 |
+
dtype: string
|
287 |
+
- name: Site
|
288 |
+
dtype: string
|
289 |
+
- name: White
|
290 |
+
dtype: string
|
291 |
+
- name: Black
|
292 |
+
dtype: string
|
293 |
+
- name: Result
|
294 |
+
dtype: string
|
295 |
+
- name: UTCDate
|
296 |
+
dtype: date32
|
297 |
+
- name: UTCTime
|
298 |
+
dtype: time64[us]
|
299 |
+
- name: WhiteElo
|
300 |
+
dtype: int64
|
301 |
+
- name: BlackElo
|
302 |
+
dtype: int64
|
303 |
+
- name: WhiteRatingDiff
|
304 |
+
dtype: float64
|
305 |
+
- name: BlackRatingDiff
|
306 |
+
dtype: float64
|
307 |
+
- name: ECO
|
308 |
+
dtype: string
|
309 |
+
- name: Opening
|
310 |
+
dtype: string
|
311 |
+
- name: TimeControl
|
312 |
+
dtype: string
|
313 |
+
- name: Termination
|
314 |
+
dtype: string
|
315 |
+
- name: Transcript
|
316 |
+
dtype: string
|
317 |
+
splits:
|
318 |
+
- name: train
|
319 |
+
num_bytes: 163951165
|
320 |
+
num_examples: 325098
|
321 |
+
download_size: 81003500
|
322 |
+
dataset_size: 163951165
|
323 |
configs:
|
324 |
- config_name: '201301'
|
325 |
data_files:
|
|
|
349 |
data_files:
|
350 |
- split: train
|
351 |
path: data/201308/train-*
|
352 |
+
- config_name: '201309'
|
353 |
+
data_files:
|
354 |
+
- split: train
|
355 |
+
path: data/201309/train-*
|
356 |
---
|
357 |
|
358 |
# Dataset Card for Lichess.org UCI Dataset
|
data/201309/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b851d7a476b34b23a10f04e27ab1865c2968b709238ad2ce5180b8e12c3478b
|
3 |
+
size 81003500
|