Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Chess Positions with Stockfish Evaluations
|
2 |
|
3 |
This dataset contains a collection of chess positions in Forsyth-Edwards Notation (FEN), each paired with a corresponding evaluation from the Stockfish chess engine. It is designed for use in training machine learning models for chess, analyzing chess positions, or for any application requiring a large set of evaluated positions.
|
@@ -72,4 +84,4 @@ This dataset was generated using:
|
|
72 |
|
73 |
## License
|
74 |
|
75 |
-
This dataset is released under the [MIT License](https://opensource.org/licenses/MIT). You are free to use, modify, and distribute it for any purpose.
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
task_categories:
|
4 |
+
- token-classification
|
5 |
+
- text-classification
|
6 |
+
- text-generation
|
7 |
+
language:
|
8 |
+
- en
|
9 |
+
pretty_name: ChessSet-Community
|
10 |
+
size_categories:
|
11 |
+
- 1K<n<10K
|
12 |
+
---
|
13 |
# Chess Positions with Stockfish Evaluations
|
14 |
|
15 |
This dataset contains a collection of chess positions in Forsyth-Edwards Notation (FEN), each paired with a corresponding evaluation from the Stockfish chess engine. It is designed for use in training machine learning models for chess, analyzing chess positions, or for any application requiring a large set of evaluated positions.
|
|
|
84 |
|
85 |
## License
|
86 |
|
87 |
+
This dataset is released under the [MIT License](https://opensource.org/licenses/MIT). You are free to use, modify, and distribute it for any purpose.
|