austindavis
commited on
Commit
•
e4a457f
1
Parent(s):
e89d435
Upload dataset
Browse files- README.md +44 -0
- data/201305/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -160,6 +160,46 @@ dataset_info:
|
|
160 |
num_examples: 157871
|
161 |
download_size: 40329683
|
162 |
dataset_size: 80988552
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
163 |
configs:
|
164 |
- config_name: '201301'
|
165 |
data_files:
|
@@ -177,6 +217,10 @@ configs:
|
|
177 |
data_files:
|
178 |
- split: train
|
179 |
path: data/201304/train-*
|
|
|
|
|
|
|
|
|
180 |
---
|
181 |
|
182 |
# Dataset Card for Lichess.org UCI Dataset
|
|
|
160 |
num_examples: 157871
|
161 |
download_size: 40329683
|
162 |
dataset_size: 80988552
|
163 |
+
- config_name: '201305'
|
164 |
+
features:
|
165 |
+
- name: Event
|
166 |
+
dtype: string
|
167 |
+
- name: Site
|
168 |
+
dtype: string
|
169 |
+
- name: White
|
170 |
+
dtype: string
|
171 |
+
- name: Black
|
172 |
+
dtype: string
|
173 |
+
- name: Result
|
174 |
+
dtype: string
|
175 |
+
- name: UTCDate
|
176 |
+
dtype: date32
|
177 |
+
- name: UTCTime
|
178 |
+
dtype: time64[us]
|
179 |
+
- name: WhiteElo
|
180 |
+
dtype: int64
|
181 |
+
- name: BlackElo
|
182 |
+
dtype: int64
|
183 |
+
- name: WhiteRatingDiff
|
184 |
+
dtype: float64
|
185 |
+
- name: BlackRatingDiff
|
186 |
+
dtype: float64
|
187 |
+
- name: ECO
|
188 |
+
dtype: string
|
189 |
+
- name: Opening
|
190 |
+
dtype: string
|
191 |
+
- name: TimeControl
|
192 |
+
dtype: string
|
193 |
+
- name: Termination
|
194 |
+
dtype: string
|
195 |
+
- name: Transcript
|
196 |
+
dtype: string
|
197 |
+
splits:
|
198 |
+
- name: train
|
199 |
+
num_bytes: 92018051
|
200 |
+
num_examples: 179550
|
201 |
+
download_size: 45404561
|
202 |
+
dataset_size: 92018051
|
203 |
configs:
|
204 |
- config_name: '201301'
|
205 |
data_files:
|
|
|
217 |
data_files:
|
218 |
- split: train
|
219 |
path: data/201304/train-*
|
220 |
+
- config_name: '201305'
|
221 |
+
data_files:
|
222 |
+
- split: train
|
223 |
+
path: data/201305/train-*
|
224 |
---
|
225 |
|
226 |
# Dataset Card for Lichess.org UCI Dataset
|
data/201305/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4c3a2d9b45c5bb4a630cea768fad1bf0750bd86eb2daa6ebe70b5a22c8e3dda2
|
3 |
+
size 45404561
|