An open API service indexing awesome lists of open source software.

https://github.com/mlabonne/chessllm


https://github.com/mlabonne/chessllm

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          


♟️ Chess LLM



⚔️ Chess LLM Arena
🏆 Leaderboard


Train your own chess LLM and compete in the arena!


| Notebook | Description | Notebook |
| ----------------- | ----------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
| Chess LLM Dataset | Create your own PGN dataset based on Lichess data and ELO scores. | Open In Colab |
| Chess LLM Trainer | Train your own chess small language models on your datasets. | Open In Colab |

# Installation

To install the utility package, run the following command in the root directory of the repository:

```bash
pip install -e .
```

# Windows OS
- Install GTK3 Runtime
- Add the bin path to chess_utils.py under os.add_dll_directory

# Install Stockfish
- Download Stockfish from https://stockfishchess.org/download/
- Place the stockfish-windows-x86-64-avx2 under stockfish folder in main project