ertghiu256 commited on
Commit
168bf93
·
verified ·
1 Parent(s): 2410a5c

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
- Heavy overthinking
- Context overflow

## Recommended Usage:
- [Ollama](https://ollama.com/)
- [LM Studio](https://lmstudio.ai/)
- [Llama.cpp](https://github.com/ggml-org/llama.cpp)

Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -6,4 +6,6 @@ datasets:
6
  base_model:
7
  - unsloth/Qwen3-4B-GGUF
8
  pipeline_tag: text-generation
 
 
9
  ---
 
6
  base_model:
7
  - unsloth/Qwen3-4B-GGUF
8
  pipeline_tag: text-generation
9
+ tags:
10
+ - code
11
  ---