Jaidchen commited on
Commit
72699aa
·
verified ·
1 Parent(s): 2e50e7d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -6
README.md CHANGED
@@ -6,6 +6,10 @@ base_model: Qwen/Qwen3.6-27B
6
  pipeline_tag: text-generation
7
  ---
8
 
 
 
 
 
9
  # Focus
10
 
11
  repackaged [Qwen 3.6 27B](https://huggingface.co/Qwen/Qwen3.6-27B) with a simplified architecture and minor opinionated improvements
@@ -42,7 +46,7 @@ repackaged [Qwen 3.6 27B](https://huggingface.co/Qwen/Qwen3.6-27B) with a simpli
42
  <td>1199</td>
43
  <td>866</td>
44
  </tr>
45
- <tr style='background: rgb(from currentColor r g b / 10%); color: rgb(from currentColor r g b / 60%)'>
46
  <td>tensor type</td>
47
  <td>bf16</td>
48
  <td>bf16</td>
@@ -52,17 +56,17 @@ repackaged [Qwen 3.6 27B](https://huggingface.co/Qwen/Qwen3.6-27B) with a simpli
52
  <td>27 781 427 952</td>
53
  <td>27 320 697 856</td>
54
  </tr>
55
- <tr style='background: rgb(from currentColor r g b / 10%); color: rgb(from currentColor r g b / 60%)'>
56
  <td>vocabulary size</td>
57
  <td>248 320</td>
58
  <td>248 320</td>
59
  </tr>
60
- <tr style='background: rgb(from currentColor r g b / 10%); color: rgb(from currentColor r g b / 60%)'>
61
  <td>context size</td>
62
  <td>262 144</td>
63
  <td>262 144</td>
64
  </tr>
65
- <tr style='background: rgb(from currentColor r g b / 10%); color: rgb(from currentColor r g b / 60%)'>
66
  <td>MTP</td>
67
  <td>integrated</td>
68
  <td>integrated</td>
@@ -131,9 +135,15 @@ repackaged [Qwen 3.6 27B](https://huggingface.co/Qwen/Qwen3.6-27B) with a simpli
131
  - legally blind
132
  - Pictures and video frames can still be present in the context without crashing, but their contents are no longer interpreted by the model and won’t do anything else than waste space.
133
  - If you occasionally rely on those capabilities, I suggest adding a `consult` tool to your harness that calls a vision-enabled subagent model like [Gemini Flash](https://openrouter.ai/~google/gemini-flash-latest) or [GPT](https://openrouter.ai/~openai/gpt-latest).
134
- - The applied coercions may confuse your inference engine in case it has fixed expectations about the model’s architecture and thus lead to unpredictable behavior.
 
 
 
 
 
135
  - model file not split, possibly causing issues if intended to be stored on an HDD from the previous century
 
136
 
137
  ## license
138
 
139
- Apache 2.0, derived from [Qwen 3.6 27B](https://huggingface.co/Qwen/Qwen3.5-27B/blob/main/LICENSE)
 
6
  pipeline_tag: text-generation
7
  ---
8
 
9
+ <center>
10
+ <img style='height: 16em' src='https://cdn-uploads.huggingface.co/production/uploads/63e9a1c4ccae1fe5c622b9f6/ADYJx3gsTmTVPuhHGMM5S.webp'/>
11
+ </center>
12
+
13
  # Focus
14
 
15
  repackaged [Qwen 3.6 27B](https://huggingface.co/Qwen/Qwen3.6-27B) with a simplified architecture and minor opinionated improvements
 
46
  <td>1199</td>
47
  <td>866</td>
48
  </tr>
49
+ <tr style='background: rgb(from currentColor r g b / 10%); color: rgb(from currentColor r g b / 10%)'>
50
  <td>tensor type</td>
51
  <td>bf16</td>
52
  <td>bf16</td>
 
56
  <td>27 781 427 952</td>
57
  <td>27 320 697 856</td>
58
  </tr>
59
+ <tr style='background: rgb(from currentColor r g b / 10%); color: rgb(from currentColor r g b / 10%)'>
60
  <td>vocabulary size</td>
61
  <td>248 320</td>
62
  <td>248 320</td>
63
  </tr>
64
+ <tr style='background: rgb(from currentColor r g b / 10%); color: rgb(from currentColor r g b / 10%)'>
65
  <td>context size</td>
66
  <td>262 144</td>
67
  <td>262 144</td>
68
  </tr>
69
+ <tr style='background: rgb(from currentColor r g b / 10%); color: rgb(from currentColor r g b / 10%)'>
70
  <td>MTP</td>
71
  <td>integrated</td>
72
  <td>integrated</td>
 
135
  - legally blind
136
  - Pictures and video frames can still be present in the context without crashing, but their contents are no longer interpreted by the model and won’t do anything else than waste space.
137
  - If you occasionally rely on those capabilities, I suggest adding a `consult` tool to your harness that calls a vision-enabled subagent model like [Gemini Flash](https://openrouter.ai/~google/gemini-flash-latest) or [GPT](https://openrouter.ai/~openai/gpt-latest).
138
+ - reduced compatibility
139
+ - The applied coercions may confuse your inference engine in case it has fixed expectations about the model’s architecture and thus lead to unpredictable behavior.
140
+ - The simplified architecture is handled by the `Qwen3_5ForCausalLM` class which may not be included in your inference engine. In this case you would need to ask your agent or integrate it yourself.
141
+
142
+ ## caveats
143
+
144
  - model file not split, possibly causing issues if intended to be stored on an HDD from the previous century
145
+ - random sampling disabled by default, less suitable for long-form writing, entertainment and casual chat
146
 
147
  ## license
148
 
149
+ Apache 2.0, derived from [Qwen 3.6 27B](https://huggingface.co/Qwen/Qwen3.5-27B/blob/main/LICENSE)