Spaces:
Sleeping
Sleeping
walidsobhie-code commited on
Commit ·
e26fedd
1
Parent(s): ea38274
Update Space with app and Dockerfile
Browse files
README.md
CHANGED
|
@@ -1,10 +1,45 @@
|
|
| 1 |
---
|
| 2 |
-
title: Stack 2
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Stack 2.9 Code Assistant
|
| 3 |
+
emoji: 💻
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: purple
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
+
tags:
|
| 9 |
+
- code-generation
|
| 10 |
+
- python
|
| 11 |
+
- qwen
|
| 12 |
+
- coding-assistant
|
| 13 |
---
|
| 14 |
|
| 15 |
+
# Stack 2.9 - Code Assistant
|
| 16 |
+
|
| 17 |
+
A coding assistant powered by Qwen2.5-Coder-1.5B, fine-tuned on Stack Overflow data.
|
| 18 |
+
|
| 19 |
+
## Features
|
| 20 |
+
|
| 21 |
+
- **Code Generation** - Write Python, SQL, JavaScript, and more
|
| 22 |
+
- **Code Debugging** - Find and fix bugs in your code
|
| 23 |
+
- **Programming Help** - Get explanations and refactoring suggestions
|
| 24 |
+
- **Chat Interface** - Easy-to-use Gradio UI
|
| 25 |
+
|
| 26 |
+
## Usage
|
| 27 |
+
|
| 28 |
+
1. Enter your prompt in the text box
|
| 29 |
+
2. Adjust settings (max tokens, temperature)
|
| 30 |
+
3. Click "Generate" to get your response
|
| 31 |
+
|
| 32 |
+
## Model
|
| 33 |
+
|
| 34 |
+
- **Base Model:** Qwen/Qwen2.5-Coder-1.5B
|
| 35 |
+
- **Context Length:** 32K tokens
|
| 36 |
+
- **Fine-tuned on:** Stack Overflow Q&A data
|
| 37 |
+
|
| 38 |
+
## Note
|
| 39 |
+
|
| 40 |
+
This demo uses the base Qwen2.5-Coder-1.5B model. The full fine-tuned model (5.75GB) is available at:
|
| 41 |
+
https://huggingface.co/my-ai-stack/Stack-2-9-finetuned
|
| 42 |
+
|
| 43 |
+
## License
|
| 44 |
+
|
| 45 |
+
Apache 2.0
|