Image-Text-to-Text
Transformers
Safetensors
qwen3_5
text-generation-inference
unsloth
reasoning
chain-of-thought
lora
sft
agent
tool-use
function-calling
coder
conversational
Jackrong commited on
Commit
ca35421
·
verified ·
1 Parent(s): 29a1c09

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -32,6 +32,10 @@ datasets:
32
 
33
  As the base model of this model, **Qwopus3.5-9B-v3.5** is already a model with powerful capabilities. On this foundation, **Qwopus3.5-9B-coder** is specially optimized and fine-tuned for high-performance Agentic Coding, complex Tool Calling, and deep logical reasoning.
34
 
 
 
 
 
35
  ![image](https://cdn-uploads.huggingface.co/production/uploads/66309bd090589b7c65950665/8qFQVuCxbgkWqKa2B_Vph.jpeg)
36
 
37
  > [!TIP]
@@ -50,6 +54,7 @@ This model is designed specifically for the following goals:
50
  - 🛠 More stable and accurate Tool Calling capabilities for terminal commands, file operations, and browsers
51
  - 🔁 Better cross-data source distillation alignment
52
 
 
53
  > [!WARNING]
54
  > - **Community Release Notice**: Qwopus3.5-9B-coder is released purely as an experimental community version, aiming to explore the combination of Agent capabilities and deep reasoning, and is only for research and exploration use.
55
  > - **Warning**: Because this model is vertically fine-tuned for programming agents and deep reasoning, and has not undergone comprehensive general performance evaluation, its capabilities in general domains or specific non-programming tasks may suffer from Capability Decay. Users are advised to be aware of its limitations in other scenarios while exploring its core capabilities.
@@ -70,7 +75,7 @@ To verify the execution efficiency and logical robustness of **Qwopus3.5-9B-code
70
  ### 🧪 Benchmark Results
71
 
72
  <div style="display: inline-block; padding: 6px 16px; background: #e0f2fe; color: #0369a1; border: 1px solid #bae6fd; border-radius: 8px; font-weight: 700; font-size: 16px; margin-bottom: 12px;">1. Complex Agent Performance - HermesAgent-20</div>
73
- The following is the comparative performance under the HermesAgent-20 (containing 20 complex agent scenarios) task set:
74
 
75
  <table style="width: 100%; border-collapse: collapse; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;">
76
  <thead>
 
32
 
33
  As the base model of this model, **Qwopus3.5-9B-v3.5** is already a model with powerful capabilities. On this foundation, **Qwopus3.5-9B-coder** is specially optimized and fine-tuned for high-performance Agentic Coding, complex Tool Calling, and deep logical reasoning.
34
 
35
+ > 💡 **Why the 9B Dense Model?**
36
+ > We believe that the 9B dense architecture represents the perfect **"sweet spot"** for large language models. It runs seamlessly at 8-bit precision on entry-level 16GB RAM devices—such as standard laptops and the Mac mini—making it exceptionally lightweight yet highly versatile. Without requiring expensive hardware, it allows you to achieve excellent performance paired with impressive inference speeds. Simply put, **Qwen3.5-9B is currently the best open-source model in its class.**
37
+
38
+
39
  ![image](https://cdn-uploads.huggingface.co/production/uploads/66309bd090589b7c65950665/8qFQVuCxbgkWqKa2B_Vph.jpeg)
40
 
41
  > [!TIP]
 
54
  - 🛠 More stable and accurate Tool Calling capabilities for terminal commands, file operations, and browsers
55
  - 🔁 Better cross-data source distillation alignment
56
 
57
+
58
  > [!WARNING]
59
  > - **Community Release Notice**: Qwopus3.5-9B-coder is released purely as an experimental community version, aiming to explore the combination of Agent capabilities and deep reasoning, and is only for research and exploration use.
60
  > - **Warning**: Because this model is vertically fine-tuned for programming agents and deep reasoning, and has not undergone comprehensive general performance evaluation, its capabilities in general domains or specific non-programming tasks may suffer from Capability Decay. Users are advised to be aware of its limitations in other scenarios while exploring its core capabilities.
 
75
  ### 🧪 Benchmark Results
76
 
77
  <div style="display: inline-block; padding: 6px 16px; background: #e0f2fe; color: #0369a1; border: 1px solid #bae6fd; border-radius: 8px; font-weight: 700; font-size: 16px; margin-bottom: 12px;">1. Complex Agent Performance - HermesAgent-20</div>
78
+ The following is the comparative performance under the HermesAgent-20 task set:
79
 
80
  <table style="width: 100%; border-collapse: collapse; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;">
81
  <thead>