chess-net / README.md
kruskakli's picture
Update README.md
0e61307 verified
---
license: mpl-2.0
---
# Model Card for Model ID
<!-- Provide a quick summary of what the model is/does. -->
This model is used for playing chess.
## Model Details
### Model Description
<!-- Provide a longer summary of what this model is. -->
- **Developed by:** kruskakli
- **Model type:** Fully Connected Neural Network (FNN) for Chess Move Prediction
- **License:** mpl-2.0
### Model Sources [optional]
<!-- Provide the basic links for the model. -->
- **Repository:** https://github.com/etnt/ChessNet
## Uses
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
This model is used for playing chess. together with the code in: https://github.com/etnt/ChessNet
## How to Get Started with the Model
TBD
## Training Details
### Training Data
<!-- 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. -->
[More Information Needed]
### Training Procedure
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
TBD