bonna46 commited on
Commit
ae4728d
1 Parent(s): 6bf0ece

Update README

Browse files
Files changed (1) hide show
  1. README.md +35 -3
README.md CHANGED
@@ -1,3 +1,35 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+ # Dataset Card for Dataset Name
6
+
7
+ <!-- Provide a quick summary of the dataset. -->
8
+ CHESS data with 2 Representation- FEN format and Natural language format.
9
+
10
+ ## Dataset Details
11
+
12
+ ### Dataset Description
13
+
14
+ <!-- Provide a longer summary of what this dataset is. -->
15
+ This dataset contains 30000+ Chess data. Chess data can be represented using FEN notation and also in language description format. Each datarow of this dataset contains FEN notation, next best move in UCI format and Natural Language Description of that specific FEN notation.
16
+ This dataset is created using Stockfish.
17
+
18
+
19
+ ## Dataset Structure
20
+
21
+ <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
22
+ FEN: FEN notation
23
+ Next move: Next optimal move for FEN state
24
+ FEN + Next move: Aggregated input and output
25
+ NL Format of FEN: Natural Language Description of FEN format
26
+
27
+
28
+ ### Recommendations
29
+
30
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
31
+ One FEN notation can have more than one optimal Best move. We have presented only one Best move based on Centipawn accuracy
32
+
33
+ ## Dataset Card Authors [optional]
34
+
35
+ Sadia Jahan