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
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,6 +7,11 @@ metrics:
|
|
| 7 |
avg cpl:
|
| 8 |
- 100
|
| 9 |
pipeline_tag: reinforcement-learning
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
# NeoChess
|
| 12 |

|
|
|
|
| 7 |
avg cpl:
|
| 8 |
- 100
|
| 9 |
pipeline_tag: reinforcement-learning
|
| 10 |
+
tags:
|
| 11 |
+
- pytorch
|
| 12 |
+
- mlx
|
| 13 |
+
- transformers
|
| 14 |
+
- chess
|
| 15 |
---
|
| 16 |
# NeoChess
|
| 17 |

|