austindavis
commited on
Commit
•
02e02e6
1
Parent(s):
8cb641a
Upload dataset
Browse files- README.md +44 -0
- data/201308/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -240,6 +240,46 @@ dataset_info:
|
|
240 |
num_examples: 293459
|
241 |
download_size: 73771299
|
242 |
dataset_size: 149211800
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
243 |
configs:
|
244 |
- config_name: '201301'
|
245 |
data_files:
|
@@ -265,6 +305,10 @@ configs:
|
|
265 |
data_files:
|
266 |
- split: train
|
267 |
path: data/201307/train-*
|
|
|
|
|
|
|
|
|
268 |
---
|
269 |
|
270 |
# Dataset Card for Lichess.org UCI Dataset
|
|
|
240 |
num_examples: 293459
|
241 |
download_size: 73771299
|
242 |
dataset_size: 149211800
|
243 |
+
- config_name: '201308'
|
244 |
+
features:
|
245 |
+
- name: Event
|
246 |
+
dtype: string
|
247 |
+
- name: Site
|
248 |
+
dtype: string
|
249 |
+
- name: White
|
250 |
+
dtype: string
|
251 |
+
- name: Black
|
252 |
+
dtype: string
|
253 |
+
- name: Result
|
254 |
+
dtype: string
|
255 |
+
- name: UTCDate
|
256 |
+
dtype: date32
|
257 |
+
- name: UTCTime
|
258 |
+
dtype: time64[us]
|
259 |
+
- name: WhiteElo
|
260 |
+
dtype: int64
|
261 |
+
- name: BlackElo
|
262 |
+
dtype: int64
|
263 |
+
- name: WhiteRatingDiff
|
264 |
+
dtype: float64
|
265 |
+
- name: BlackRatingDiff
|
266 |
+
dtype: float64
|
267 |
+
- name: ECO
|
268 |
+
dtype: string
|
269 |
+
- name: Opening
|
270 |
+
dtype: string
|
271 |
+
- name: TimeControl
|
272 |
+
dtype: string
|
273 |
+
- name: Termination
|
274 |
+
dtype: string
|
275 |
+
- name: Transcript
|
276 |
+
dtype: string
|
277 |
+
splits:
|
278 |
+
- name: train
|
279 |
+
num_bytes: 165515031
|
280 |
+
num_examples: 325525
|
281 |
+
download_size: 81837913
|
282 |
+
dataset_size: 165515031
|
283 |
configs:
|
284 |
- config_name: '201301'
|
285 |
data_files:
|
|
|
305 |
data_files:
|
306 |
- split: train
|
307 |
path: data/201307/train-*
|
308 |
+
- config_name: '201308'
|
309 |
+
data_files:
|
310 |
+
- split: train
|
311 |
+
path: data/201308/train-*
|
312 |
---
|
313 |
|
314 |
# Dataset Card for Lichess.org UCI Dataset
|
data/201308/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2c4c48cd041e4990ae24c646ecab2ec8925863ccd0467017931457308301b4b7
|
3 |
+
size 81837913
|