Update README.md
Browse files
README.md
CHANGED
|
@@ -7,6 +7,13 @@ language:
|
|
| 7 |
base_model:
|
| 8 |
- GetSoloTech/Qwen3-Code-Reasoning-4B
|
| 9 |
pipeline_tag: text-generation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
# GetSoloTech/Qwen3-Code-Reasoning-4B-GGUF
|
|
@@ -170,4 +177,4 @@ For questions about this GGUF model, please open an issue in the repository.
|
|
| 170 |
|
| 171 |
---
|
| 172 |
|
| 173 |
-
**Note**: This model is specifically optimized for competitive programming and code reasoning tasks. The GGUF format enables efficient inference on various hardware configurations while maintaining the model's reasoning capabilities.
|
|
|
|
| 7 |
base_model:
|
| 8 |
- GetSoloTech/Qwen3-Code-Reasoning-4B
|
| 9 |
pipeline_tag: text-generation
|
| 10 |
+
tags:
|
| 11 |
+
- coding
|
| 12 |
+
- reasoning
|
| 13 |
+
- problem-solving
|
| 14 |
+
- algorithms
|
| 15 |
+
- python
|
| 16 |
+
- c++
|
| 17 |
---
|
| 18 |
|
| 19 |
# GetSoloTech/Qwen3-Code-Reasoning-4B-GGUF
|
|
|
|
| 177 |
|
| 178 |
---
|
| 179 |
|
| 180 |
+
**Note**: This model is specifically optimized for competitive programming and code reasoning tasks. The GGUF format enables efficient inference on various hardware configurations while maintaining the model's reasoning capabilities.
|