stack-2-9-demo / README.md
Walid Sobhi
Update README.md
446d77e verified
---
title: Stack 2.9 Code Assistant
emoji: 💻
colorFrom: purple
colorTo: blue
sdk: gradio
sdk_version: 6.11.0
python_version: '3.11'
app_file: app.py
pinned: false
---
# Stack 2.9 Code Assistant
A free HuggingFace Space demo running **Qwen2.5-Coder-1.5B-Instruct** — a capable open-source coding model.
## About This Demo
This Space demonstrates a coding assistant built on Qwen2.5-Coder. The model is excellent at:
- Python, JavaScript, TypeScript, and 50+ languages
- Code completion and generation
- Debugging and bug fixes
- Explaining code concepts
## Fine-Tuned Version
The full fine-tuned model was trained on Stack Exchange data but requires paid LFS storage on HuggingFace (6GB model file exceeds free tier).
For local deployment with the fine-tuned weights, use:
```bash
ollama pull walidsobhie/stack-2-9
ollama run walidsobhie/stack-2-9
```
## Technical Details
- **Model:** Qwen/Qwen2.5-Coder-1.5B-Instruct
- **Framework:** Gradio + Transformers
- **Hardware:** Free T4 GPU (HuggingFace Spaces)