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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -1
README.md CHANGED
@@ -8,4 +8,22 @@ base_model:
8
  pipeline_tag: text-generation
9
  tags:
10
  - code
11
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  pipeline_tag: text-generation
9
  tags:
10
  - code
11
+ ---
12
+
13
+ # Qwen 3 Code Reasoning
14
+
15
+ A small Qwen 3 4 billion parameter model trained on [nvidia/OpenCodeReasoning](https://huggingface.co/datasets/nvidia/OpenCodeReasoning) for coding tasks.
16
+ For Coding, it is recommended to be in thinking mode.
17
+
18
+ ## Strengths
19
+ - Code generation
20
+ - Logical question answering
21
+
22
+ ## Drawbacks
23
+ - Heavy overthinking
24
+ - Context overflow
25
+
26
+ ## Recommended Usage:
27
+ - [Ollama](https://ollama.com/)
28
+ - [LM Studio](https://lmstudio.ai/)
29
+ - [Llama.cpp](https://github.com/ggml-org/llama.cpp)