https://github.com/mlabonne/chessllm
https://github.com/mlabonne/chessllm
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mlabonne/chessllm
- Owner: mlabonne
- Created: 2024-01-12T17:56:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-24T15:51:46.000Z (over 1 year ago)
- Last Synced: 2025-04-23T07:53:31.705Z (6 months ago)
- Language: Jupyter Notebook
- Size: 6.92 MB
- Stars: 35
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
| Notebook | Description | Notebook |
| ----------------- | ----------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
| Chess LLM Dataset | Create your own PGN dataset based on Lichess data and ELO scores. ||
| Chess LLM Trainer | Train your own chess small language models on your datasets. ||
# 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