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
|
@@ -5,9 +5,6 @@ tags:
|
|
| 5 |
- game-ai
|
| 6 |
- pytorch
|
| 7 |
- safetensors
|
| 8 |
-
safetensors:
|
| 9 |
-
total_parameters: 31708102
|
| 10 |
-
dtype: float32
|
| 11 |
library_name: transformers
|
| 12 |
datasets:
|
| 13 |
- Maxlegrec/ChessFENS
|
|
|
|
| 5 |
- game-ai
|
| 6 |
- pytorch
|
| 7 |
- safetensors
|
|
|
|
|
|
|
|
|
|
| 8 |
library_name: transformers
|
| 9 |
datasets:
|
| 10 |
- Maxlegrec/ChessFENS
|