Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -15,7 +15,23 @@ dataset_info:
|
|
15 |
num_examples: 22116598
|
16 |
download_size: 1044871571
|
17 |
dataset_size: 1794337922
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
---
|
19 |
# Dataset Card for "yolochess_lichess-elite_2211"
|
20 |
|
21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
num_examples: 22116598
|
16 |
download_size: 1044871571
|
17 |
dataset_size: 1794337922
|
18 |
+
task_categories:
|
19 |
+
- text-classification
|
20 |
+
- reinforcement-learning
|
21 |
+
license: cc
|
22 |
+
tags:
|
23 |
+
- chess
|
24 |
+
size_categories:
|
25 |
+
- 10M<n<100M
|
26 |
---
|
27 |
# Dataset Card for "yolochess_lichess-elite_2211"
|
28 |
|
29 |
+
Source: https://database.nikonoel.fr/ - filtered from https://database.lichess.org for November 2022
|
30 |
+
|
31 |
+
Features:
|
32 |
+
- fen = Chess board position in [FEN](https://en.wikipedia.org/wiki/Forsyth%E2%80%93Edwards_Notation) format
|
33 |
+
- move = Move played by a strong human player in this position
|
34 |
+
- result = Final result of the match
|
35 |
+
- eco = Category of the opening, first character of [ECO](https://en.wikipedia.org/wiki/Encyclopaedia_of_Chess_Openings)-code
|
36 |
+
|
37 |
+
Samples: 22.1 million
|