Update README.md
Browse files
README.md
CHANGED
@@ -11,11 +11,27 @@ dataset_info:
|
|
11 |
dtype: string
|
12 |
splits:
|
13 |
- name: train
|
14 |
-
num_bytes: 45252
|
15 |
num_examples: 519
|
16 |
download_size: 18157
|
17 |
-
dataset_size: 45252
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
---
|
19 |
# Dataset Card for "yolochess_deepblue"
|
20 |
|
21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
dtype: string
|
12 |
splits:
|
13 |
- name: train
|
14 |
+
num_bytes: 45252
|
15 |
num_examples: 519
|
16 |
download_size: 18157
|
17 |
+
dataset_size: 45252
|
18 |
+
license: gpl-3.0
|
19 |
+
task_categories:
|
20 |
+
- text-classification
|
21 |
+
- reinforcement-learning
|
22 |
+
tags:
|
23 |
+
- chess
|
24 |
+
size_categories:
|
25 |
+
- n<1K
|
26 |
---
|
27 |
# Dataset Card for "yolochess_deepblue"
|
28 |
|
29 |
+
Source: https://github.com/niklasf/python-chess/tree/master/data/pgn
|
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: 519
|