Update model card with author name
Browse files
README.md
CHANGED
|
@@ -10,10 +10,10 @@ tags:
|
|
| 10 |
- fine-tuned
|
| 11 |
---
|
| 12 |
|
| 13 |
-
#
|
| 14 |
|
| 15 |
-
A fine-tuned coding + general AI assistant
|
| 16 |
-
trained entirely on a MacBook M-chip.
|
| 17 |
|
| 18 |
## What it does
|
| 19 |
- Writes production-ready Python, JavaScript, and more
|
|
@@ -39,3 +39,7 @@ ollama pull qwen2.5-coder:7b-instruct
|
|
| 39 |
# Run
|
| 40 |
ollama run qwen2.5-coder:7b-instruct
|
| 41 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
- fine-tuned
|
| 11 |
---
|
| 12 |
|
| 13 |
+
# sunilagali/my-coding-assistant
|
| 14 |
|
| 15 |
+
A fine-tuned coding + general AI assistant by **Sunil Agali**, built on
|
| 16 |
+
Qwen2.5-Coder-7B-Instruct and trained entirely on a MacBook M-chip.
|
| 17 |
|
| 18 |
## What it does
|
| 19 |
- Writes production-ready Python, JavaScript, and more
|
|
|
|
| 39 |
# Run
|
| 40 |
ollama run qwen2.5-coder:7b-instruct
|
| 41 |
```
|
| 42 |
+
|
| 43 |
+
## Author
|
| 44 |
+
- Hugging Face: https://huggingface.co/sunilagali
|
| 45 |
+
- Model: https://huggingface.co/sunilagali/my-coding-assistant
|