austindavis
commited on
Upload dataset
Browse files- README.md +42 -0
- headers/201304/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -140,6 +140,44 @@ dataset_info:
|
|
140 |
num_examples: 158635
|
141 |
download_size: 8300668
|
142 |
dataset_size: 27026323
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
143 |
description: '"The dataset contains games from the Lichess.org open database converted
|
144 |
from PGN format to UCI format. It is divided into two main configurations: `moves`
|
145 |
and `headers`. The `moves` configuration includes a UUID called `site` and the UCI
|
@@ -172,6 +210,10 @@ configs:
|
|
172 |
data_files:
|
173 |
- split: train
|
174 |
path: data/201303-*
|
|
|
|
|
|
|
|
|
175 |
- config_name: 201304-moves
|
176 |
data_files:
|
177 |
- split: train
|
|
|
140 |
num_examples: 158635
|
141 |
download_size: 8300668
|
142 |
dataset_size: 27026323
|
143 |
+
- config_name: 201304-headers
|
144 |
+
features:
|
145 |
+
- name: event
|
146 |
+
dtype: string
|
147 |
+
- name: site
|
148 |
+
dtype: string
|
149 |
+
- name: white
|
150 |
+
dtype: string
|
151 |
+
- name: black
|
152 |
+
dtype: string
|
153 |
+
- name: result
|
154 |
+
dtype: string
|
155 |
+
- name: utcdate
|
156 |
+
dtype: date32
|
157 |
+
- name: utctime
|
158 |
+
dtype: time64[us]
|
159 |
+
- name: whiteelo
|
160 |
+
dtype: int64
|
161 |
+
- name: blackelo
|
162 |
+
dtype: int64
|
163 |
+
- name: whiteratingdiff
|
164 |
+
dtype: float64
|
165 |
+
- name: blackratingdiff
|
166 |
+
dtype: float64
|
167 |
+
- name: eco
|
168 |
+
dtype: string
|
169 |
+
- name: opening
|
170 |
+
dtype: string
|
171 |
+
- name: timecontrol
|
172 |
+
dtype: string
|
173 |
+
- name: termination
|
174 |
+
dtype: string
|
175 |
+
splits:
|
176 |
+
- name: train
|
177 |
+
num_bytes: 27075305
|
178 |
+
num_examples: 157871
|
179 |
+
download_size: 8357025
|
180 |
+
dataset_size: 27075305
|
181 |
description: '"The dataset contains games from the Lichess.org open database converted
|
182 |
from PGN format to UCI format. It is divided into two main configurations: `moves`
|
183 |
and `headers`. The `moves` configuration includes a UUID called `site` and the UCI
|
|
|
210 |
data_files:
|
211 |
- split: train
|
212 |
path: data/201303-*
|
213 |
+
- config_name: 201304-headers
|
214 |
+
data_files:
|
215 |
+
- split: train
|
216 |
+
path: headers/201304/train-*
|
217 |
- config_name: 201304-moves
|
218 |
data_files:
|
219 |
- split: train
|
headers/201304/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:59aff663623a5b44323f81de730ae851bb1a2190baf6f20f71bd09c3875eb20c
|
3 |
+
size 8357025
|