Safetensors
GGUF
gemma3_text
chess
gemma
lora
fine-tuned
commentary
game-analysis
flutter
mobile
multilingual
conversational
Instructions to use NAKSTStudio/chess-gemma-commentary with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use NAKSTStudio/chess-gemma-commentary with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf NAKSTStudio/chess-gemma-commentary:F16 # Run inference directly in the terminal: llama cli -hf NAKSTStudio/chess-gemma-commentary:F16
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf NAKSTStudio/chess-gemma-commentary:F16 # Run inference directly in the terminal: llama cli -hf NAKSTStudio/chess-gemma-commentary:F16
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf NAKSTStudio/chess-gemma-commentary:F16 # Run inference directly in the terminal: ./llama-cli -hf NAKSTStudio/chess-gemma-commentary:F16
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf NAKSTStudio/chess-gemma-commentary:F16 # Run inference directly in the terminal: ./build/bin/llama-cli -hf NAKSTStudio/chess-gemma-commentary:F16
Use Docker
docker model run hf.co/NAKSTStudio/chess-gemma-commentary:F16
- LM Studio
- Jan
- Ollama
How to use NAKSTStudio/chess-gemma-commentary with Ollama:
ollama run hf.co/NAKSTStudio/chess-gemma-commentary:F16
- Unsloth Studio
How to use NAKSTStudio/chess-gemma-commentary with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for NAKSTStudio/chess-gemma-commentary to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for NAKSTStudio/chess-gemma-commentary to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for NAKSTStudio/chess-gemma-commentary to start chatting
- Docker Model Runner
How to use NAKSTStudio/chess-gemma-commentary with Docker Model Runner:
docker model run hf.co/NAKSTStudio/chess-gemma-commentary:F16
- Lemonade
How to use NAKSTStudio/chess-gemma-commentary with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull NAKSTStudio/chess-gemma-commentary:F16
Run and chat with the model
lemonade run user.chess-gemma-commentary-F16
List all available models
lemonade list
- Atomic Chat
Chess Gemma 3 fine-tuned model with commentary generation
Browse files- .gitattributes +1 -0
- README.md +3 -3
- chess-commentary-model.task +3 -0
.gitattributes
CHANGED
|
@@ -34,3 +34,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
chess-commentary-model.task filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -30,7 +30,7 @@ language:
|
|
| 30 |
# Chess Gemma Commentary 🎯♟️
|
| 31 |
### By NAKST Studio
|
| 32 |
<br>
|
| 33 |
-
Fine-tuned <strong>Gemma 3 270M</strong> model for generating chess move commentary, ELO predictions, and move classifications in <strong>14 languages</strong>.
|
| 34 |
|
| 35 |
---
|
| 36 |
|
|
@@ -51,11 +51,11 @@ Fine-tuned <strong>Gemma 3 270M</strong> model for generating chess move comment
|
|
| 51 |
|
| 52 |
- **Base Model:** Google Gemma 3 270M (270 Million Parameters)
|
| 53 |
- **Fine-tuning Method:** LoRA (Low-Rank Adaptation) - Rank 8, Alpha 16
|
| 54 |
-
- **Training Data:**
|
| 55 |
- **Training Epochs:** 3
|
| 56 |
- **Training Framework:** Unsloth + Hugging Face Transformers
|
| 57 |
- **Hardware:** Google Colab T4 GPU
|
| 58 |
-
- **Model Size:** 500MB (full) /
|
| 59 |
- **Languages Supported:** 14 (English, Hindi, Spanish, Mandarin Chinese, French, German, Portuguese, Russian, Japanese, Arabic, Korean, Turkish, Indonesian, Bengali)
|
| 60 |
|
| 61 |
## Capabilities
|
|
|
|
| 30 |
# Chess Gemma Commentary 🎯♟️
|
| 31 |
### By NAKST Studio
|
| 32 |
<br>
|
| 33 |
+
Fine-tuned <strong>Gemma 3 270M</strong> model for generating chess move commentary, ELO predictions, and move classifications in <strong>14 languages</strong>. Includes an optional .task file for lightweight mobile inference with flutter_gemma
|
| 34 |
|
| 35 |
---
|
| 36 |
|
|
|
|
| 51 |
|
| 52 |
- **Base Model:** Google Gemma 3 270M (270 Million Parameters)
|
| 53 |
- **Fine-tuning Method:** LoRA (Low-Rank Adaptation) - Rank 8, Alpha 16
|
| 54 |
+
- **Training Data:** 25,000+ chess positions with expert commentary
|
| 55 |
- **Training Epochs:** 3
|
| 56 |
- **Training Framework:** Unsloth + Hugging Face Transformers
|
| 57 |
- **Hardware:** Google Colab T4 GPU
|
| 58 |
+
- **Model Size:** 500MB (full) / 270 mb .task (int 8 dynamic quantized)
|
| 59 |
- **Languages Supported:** 14 (English, Hindi, Spanish, Mandarin Chinese, French, German, Portuguese, Russian, Japanese, Arabic, Korean, Turkish, Indonesian, Bengali)
|
| 60 |
|
| 61 |
## Capabilities
|
chess-commentary-model.task
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:864840419c74f39bbf5238d641820c65921e20180e4fc8942978b1dda4d836e5
|
| 3 |
+
size 284368243
|