Upload dataset
Browse files
E2H-Lichess/eval-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a31d96358206eab81622f009b70d5a732e5374d188fa5a8e0a866711d30b6097
|
3 |
+
size 19407240
|
E2H-Lichess/train-00000-of-00002.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f1c69c4b6d1bdea96a073c86d83b62a90feb7c5e95c8ea5bf90cf89cf1eb3899
|
3 |
+
size 139335857
|
E2H-Lichess/train-00001-of-00002.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9589b3c025db1168eaec00db2bea5679223d6b899fc319ba5fb4a4ffc2b471fb
|
3 |
+
size 139097680
|
README.md
CHANGED
@@ -133,6 +133,77 @@ dataset_info:
|
|
133 |
num_examples: 4000
|
134 |
download_size: 33577472
|
135 |
dataset_size: 77974810
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
136 |
configs:
|
137 |
- config_name: E2H-AMC
|
138 |
data_files:
|
@@ -146,4 +217,10 @@ configs:
|
|
146 |
path: E2H-Codeforces/train-*
|
147 |
- split: eval
|
148 |
path: E2H-Codeforces/eval-*
|
|
|
|
|
|
|
|
|
|
|
|
|
149 |
---
|
|
|
133 |
num_examples: 4000
|
134 |
download_size: 33577472
|
135 |
dataset_size: 77974810
|
136 |
+
- config_name: E2H-Lichess
|
137 |
+
features:
|
138 |
+
- name: puzzle_id
|
139 |
+
dtype: string
|
140 |
+
- name: rating
|
141 |
+
dtype: float64
|
142 |
+
- name: rating_std
|
143 |
+
dtype: float64
|
144 |
+
- name: rating_quantile
|
145 |
+
dtype: float64
|
146 |
+
- name: tag
|
147 |
+
dtype: string
|
148 |
+
- name: fen
|
149 |
+
dtype: string
|
150 |
+
- name: pgn
|
151 |
+
dtype: string
|
152 |
+
- name: annotated_pgn
|
153 |
+
dtype: string
|
154 |
+
- name: uci_seq
|
155 |
+
dtype: string
|
156 |
+
- name: san_seq
|
157 |
+
dtype: string
|
158 |
+
- name: answer_san
|
159 |
+
dtype: string
|
160 |
+
- name: answer_uci
|
161 |
+
dtype: string
|
162 |
+
- name: init_num_moves
|
163 |
+
dtype: int64
|
164 |
+
- name: player
|
165 |
+
dtype: string
|
166 |
+
- name: popularity_score
|
167 |
+
dtype: int64
|
168 |
+
- name: puzzle_num_plays
|
169 |
+
dtype: int64
|
170 |
+
- name: motif_tags
|
171 |
+
sequence: string
|
172 |
+
- name: phase_tags
|
173 |
+
sequence: string
|
174 |
+
- name: mate_tags
|
175 |
+
sequence: string
|
176 |
+
- name: special_move_tags
|
177 |
+
sequence: string
|
178 |
+
- name: game_origin_tags
|
179 |
+
sequence: string
|
180 |
+
- name: opening_tags
|
181 |
+
sequence: string
|
182 |
+
- name: game_hash
|
183 |
+
dtype: string
|
184 |
+
- name: game_url
|
185 |
+
dtype: string
|
186 |
+
- name: game_pgn
|
187 |
+
dtype: string
|
188 |
+
- name: game_annotated_pgn
|
189 |
+
dtype: string
|
190 |
+
- name: unnorm_rating
|
191 |
+
dtype: int64
|
192 |
+
- name: unnorm_rating_std
|
193 |
+
dtype: int64
|
194 |
+
- name: previous_fen
|
195 |
+
dtype: string
|
196 |
+
- name: last_move_uci
|
197 |
+
dtype: string
|
198 |
+
splits:
|
199 |
+
- name: train
|
200 |
+
num_bytes: 633749139
|
201 |
+
num_examples: 71763
|
202 |
+
- name: eval
|
203 |
+
num_bytes: 44154200
|
204 |
+
num_examples: 5000
|
205 |
+
download_size: 297840777
|
206 |
+
dataset_size: 677903339
|
207 |
configs:
|
208 |
- config_name: E2H-AMC
|
209 |
data_files:
|
|
|
217 |
path: E2H-Codeforces/train-*
|
218 |
- split: eval
|
219 |
path: E2H-Codeforces/eval-*
|
220 |
+
- config_name: E2H-Lichess
|
221 |
+
data_files:
|
222 |
+
- split: train
|
223 |
+
path: E2H-Lichess/train-*
|
224 |
+
- split: eval
|
225 |
+
path: E2H-Lichess/eval-*
|
226 |
---
|