Instructions to use LLM-course/chess-llm-MaximeMuh2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use LLM-course/chess-llm-MaximeMuh2 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("LLM-course/chess-llm-MaximeMuh2", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "bos_token": "[BOS]", | |
| "eos_token": "[EOS]", | |
| "pad_token": "[PAD]", | |
| "unk_token": "[UNK]" | |
| } | |