kruskakli commited on
Commit
0e61307
·
verified ·
1 Parent(s): dcd4379

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +54 -3
README.md CHANGED
@@ -1,3 +1,54 @@
1
- ---
2
- license: mpl-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mpl-2.0
3
+ ---
4
+
5
+ # Model Card for Model ID
6
+
7
+ <!-- Provide a quick summary of what the model is/does. -->
8
+
9
+ This model is used for playing chess.
10
+
11
+ ## Model Details
12
+
13
+ ### Model Description
14
+
15
+ <!-- Provide a longer summary of what this model is. -->
16
+
17
+
18
+
19
+ - **Developed by:** kruskakli
20
+ - **Model type:** Fully Connected Neural Network (FNN) for Chess Move Prediction
21
+ - **License:** mpl-2.0
22
+
23
+
24
+ ### Model Sources [optional]
25
+
26
+ <!-- Provide the basic links for the model. -->
27
+
28
+ - **Repository:** https://github.com/etnt/ChessNet
29
+
30
+
31
+ ## Uses
32
+
33
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
34
+
35
+ This model is used for playing chess. together with the code in: https://github.com/etnt/ChessNet
36
+
37
+
38
+ ## How to Get Started with the Model
39
+
40
+ TBD
41
+
42
+ ## Training Details
43
+
44
+ ### Training Data
45
+
46
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
47
+
48
+ [More Information Needed]
49
+
50
+ ### Training Procedure
51
+
52
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
53
+
54
+ TBD