Instructions to use sigmoidneuron123/NeoChess with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use sigmoidneuron123/NeoChess with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir NeoChess sigmoidneuron123/NeoChess
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- LM Studio
Create config.json
Browse files- config.json +5 -0
config.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name":"NeoChess",
|
| 3 |
+
"type":"Chessbot",
|
| 4 |
+
"embedding_dim": 64
|
| 5 |
+
}
|