prithivMLmods commited on
Commit
93f550c
·
verified ·
1 Parent(s): d7845e4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -1
README.md CHANGED
@@ -16,4 +16,31 @@ tags:
16
 
17
  # **Octans-Qwen3-UI-Code-4B-GGUF**
18
 
19
- > Octans-Qwen3-UI-Code-4B is an optimized successor of Muscae-Qwen3-UI-Code-4B, fine-tuned for enhanced UI reasoning precision, layout structuring, and frontend code synthesis. Built upon Qwen3-4B and refined through Abliterated Reasoning Optimization, it delivers balanced, structured, and production-grade UI code outputs for experimental and research use. Ideal for frontend developers, UI engineers, and design system researchers exploring next-generation code synthesis.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
 
17
  # **Octans-Qwen3-UI-Code-4B-GGUF**
18
 
19
+ > Octans-Qwen3-UI-Code-4B is an optimized successor of Muscae-Qwen3-UI-Code-4B, fine-tuned for enhanced UI reasoning precision, layout structuring, and frontend code synthesis. Built upon Qwen3-4B and refined through Abliterated Reasoning Optimization, it delivers balanced, structured, and production-grade UI code outputs for experimental and research use. Ideal for frontend developers, UI engineers, and design system researchers exploring next-generation code synthesis.
20
+
21
+ ## Model Files
22
+
23
+ | File Name | Quant Type | File Size |
24
+ | - | - | - |
25
+ | Octans-Qwen3-UI-Code-4B.BF16.gguf | BF16 | 8.05 GB |
26
+ | Octans-Qwen3-UI-Code-4B.F16.gguf | F16 | 8.05 GB |
27
+ | Octans-Qwen3-UI-Code-4B.F32.gguf | F32 | 16.1 GB |
28
+ | Octans-Qwen3-UI-Code-4B.Q2_K.gguf | Q2_K | 1.67 GB |
29
+ | Octans-Qwen3-UI-Code-4B.Q3_K_L.gguf | Q3_K_L | 2.24 GB |
30
+ | Octans-Qwen3-UI-Code-4B.Q3_K_M.gguf | Q3_K_M | 2.08 GB |
31
+ | Octans-Qwen3-UI-Code-4B.Q3_K_S.gguf | Q3_K_S | 1.89 GB |
32
+ | Octans-Qwen3-UI-Code-4B.Q4_K_M.gguf | Q4_K_M | 2.5 GB |
33
+ | Octans-Qwen3-UI-Code-4B.Q4_K_S.gguf | Q4_K_S | 2.38 GB |
34
+ | Octans-Qwen3-UI-Code-4B.Q5_K_M.gguf | Q5_K_M | 2.89 GB |
35
+ | Octans-Qwen3-UI-Code-4B.Q5_K_S.gguf | Q5_K_S | 2.82 GB |
36
+ | Octans-Qwen3-UI-Code-4B.Q6_K.gguf | Q6_K | 3.31 GB |
37
+ | Octans-Qwen3-UI-Code-4B.Q8_0.gguf | Q8_0 | 4.28 GB |
38
+
39
+ ## Quants Usage
40
+
41
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
42
+
43
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
44
+ types (lower is better):
45
+
46
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)