Instructions to use Maxlegrec/ChessBot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Maxlegrec/ChessBot with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="Maxlegrec/ChessBot", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Maxlegrec/ChessBot", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -13,9 +13,6 @@ model-index:
|
|
| 13 |
type: other
|
| 14 |
name: Chess Move Prediction
|
| 15 |
metrics:
|
| 16 |
-
- type: accuracy
|
| 17 |
-
name: Legal Move Accuracy
|
| 18 |
-
value: 0.95
|
| 19 |
- type: other
|
| 20 |
name: Parameters
|
| 21 |
value: 31.7M
|
|
|
|
| 13 |
type: other
|
| 14 |
name: Chess Move Prediction
|
| 15 |
metrics:
|
|
|
|
|
|
|
|
|
|
| 16 |
- type: other
|
| 17 |
name: Parameters
|
| 18 |
value: 31.7M
|