Update README.md
Browse files# Qwen 3 Code Reasoning
A small Qwen 3 4 billion parameter model trained on [nvidia/OpenCodeReasoning](https://huggingface.co/datasets/nvidia/OpenCodeReasoning) for coding tasks.
For Coding, it is recommended to be in thinking mode.
### Strengths
- Code generation
- Logical question answering
### Drawbacks
- Overthinking
- Context overflow
## Recommended Usage:
- [Ollama](https://ollama.com/)
- [LM Studio](https://lmstudio.ai/)
- [Llama.cpp](https://github.com/ggml-org/llama.cpp)
README.md
CHANGED
@@ -5,4 +5,5 @@ datasets:
|
|
5 |
- vicgalle/creative-rubrics-gpt-4.5-o3-R1
|
6 |
base_model:
|
7 |
- unsloth/Qwen3-4B-GGUF
|
|
|
8 |
---
|
|
|
5 |
- vicgalle/creative-rubrics-gpt-4.5-o3-R1
|
6 |
base_model:
|
7 |
- unsloth/Qwen3-4B-GGUF
|
8 |
+
pipeline_tag: text-generation
|
9 |
---
|