austindavis
commited on
Commit
•
8cb641a
1
Parent(s):
e4a457f
Upload dataset
Browse files- README.md +44 -0
- data/201307/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -200,6 +200,46 @@ dataset_info:
|
|
200 |
num_examples: 179550
|
201 |
download_size: 45404561
|
202 |
dataset_size: 92018051
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
203 |
configs:
|
204 |
- config_name: '201301'
|
205 |
data_files:
|
@@ -221,6 +261,10 @@ configs:
|
|
221 |
data_files:
|
222 |
- split: train
|
223 |
path: data/201305/train-*
|
|
|
|
|
|
|
|
|
224 |
---
|
225 |
|
226 |
# Dataset Card for Lichess.org UCI Dataset
|
|
|
200 |
num_examples: 179550
|
201 |
download_size: 45404561
|
202 |
dataset_size: 92018051
|
203 |
+
- config_name: '201307'
|
204 |
+
features:
|
205 |
+
- name: Event
|
206 |
+
dtype: string
|
207 |
+
- name: Site
|
208 |
+
dtype: string
|
209 |
+
- name: White
|
210 |
+
dtype: string
|
211 |
+
- name: Black
|
212 |
+
dtype: string
|
213 |
+
- name: Result
|
214 |
+
dtype: string
|
215 |
+
- name: UTCDate
|
216 |
+
dtype: date32
|
217 |
+
- name: UTCTime
|
218 |
+
dtype: time64[us]
|
219 |
+
- name: WhiteElo
|
220 |
+
dtype: int64
|
221 |
+
- name: BlackElo
|
222 |
+
dtype: int64
|
223 |
+
- name: WhiteRatingDiff
|
224 |
+
dtype: float64
|
225 |
+
- name: BlackRatingDiff
|
226 |
+
dtype: float64
|
227 |
+
- name: ECO
|
228 |
+
dtype: string
|
229 |
+
- name: Opening
|
230 |
+
dtype: string
|
231 |
+
- name: TimeControl
|
232 |
+
dtype: string
|
233 |
+
- name: Termination
|
234 |
+
dtype: string
|
235 |
+
- name: Transcript
|
236 |
+
dtype: string
|
237 |
+
splits:
|
238 |
+
- name: train
|
239 |
+
num_bytes: 149211800
|
240 |
+
num_examples: 293459
|
241 |
+
download_size: 73771299
|
242 |
+
dataset_size: 149211800
|
243 |
configs:
|
244 |
- config_name: '201301'
|
245 |
data_files:
|
|
|
261 |
data_files:
|
262 |
- split: train
|
263 |
path: data/201305/train-*
|
264 |
+
- config_name: '201307'
|
265 |
+
data_files:
|
266 |
+
- split: train
|
267 |
+
path: data/201307/train-*
|
268 |
---
|
269 |
|
270 |
# Dataset Card for Lichess.org UCI Dataset
|
data/201307/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ef57c82f7ab3990603d64b28423bb8ded4a20063590c3952c218aab6047ca475
|
3 |
+
size 73771299
|