Spaces:
Sleeping
Sleeping
File size: 1,020 Bytes
b58b524 446d77e b58b524 c71c4d0 28af4ae c71c4d0 e26fedd c71c4d0 267c212 c71c4d0 267c212 c71c4d0 e26fedd b58b524 e26fedd c71c4d0 e26fedd c71c4d0 e26fedd c71c4d0 446d77e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | ---
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) |