prithivMLmods commited on
Commit
05d36fc
·
verified ·
1 Parent(s): 60d7b8b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +42 -3
README.md CHANGED
@@ -1,3 +1,42 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ base_model:
6
+ - prithivMLmods/rStar-Coder-Qwen3-0.6B
7
+ pipeline_tag: text-generation
8
+ library_name: transformers
9
+ tags:
10
+ - text-generation-inference
11
+ ---
12
+
13
+ # **rStar-Coder-Qwen3-0.6B-GGUF**
14
+
15
+ > rStar-Coder-Qwen3-0.6B is a compact, multi-domain language model fine-tuned from Qwen-0.6B using the rStar-Coder dataset, which incorporates code expert clusters and an extended symbolic reasoning collection; it excels at unified reasoning across code, mathematics, and science, delivering advanced code generation, algorithm synthesis, multi-language error detection, and step-by-step scientific problem-solving, while supporting structured output in LaTeX, Markdown, JSON, CSV, and YAML—making it ideal for developers, educators, and researchers requiring efficient STEM-oriented AI on mid-range GPUs, offline clusters, and edge devices, with a focus on logic-driven responses and technical data generation rather than general chat or creative writing.
16
+
17
+ # Model Files
18
+
19
+ | File Name | Size | Quant Type |
20
+ |-----------|------|------------|
21
+ | rStar-Coder-Qwen3-0.6B.BF16.gguf | 1.2 GB | BF16 |
22
+ | rStar-Coder-Qwen3-0.6B.F16.gguf | 1.2 GB | F16 |
23
+ | rStar-Coder-Qwen3-0.6B.F32.gguf | 2.39 GB | F32 |
24
+ | rStar-Coder-Qwen3-0.6B.Q2_K.gguf | 296 MB | Q2_K |
25
+ | rStar-Coder-Qwen3-0.6B.Q3_K_L.gguf | 368 MB | Q3_K_L |
26
+ | rStar-Coder-Qwen3-0.6B.Q3_K_M.gguf | 347 MB | Q3_K_M |
27
+ | rStar-Coder-Qwen3-0.6B.Q3_K_S.gguf | 323 MB | Q3_K_S |
28
+ | rStar-Coder-Qwen3-0.6B.Q4_K_M.gguf | 397 MB | Q4_K_M |
29
+ | rStar-Coder-Qwen3-0.6B.Q4_K_S.gguf | 383 MB | Q4_K_S |
30
+ | rStar-Coder-Qwen3-0.6B.Q5_K_M.gguf | 444 MB | Q5_K_M |
31
+ | rStar-Coder-Qwen3-0.6B.Q5_K_S.gguf | 437 MB | Q5_K_S |
32
+ | rStar-Coder-Qwen3-0.6B.Q6_K.gguf | 495 MB | Q6_K |
33
+ | rStar-Coder-Qwen3-0.6B.Q8_0.gguf | 639 MB | Q8_0 |
34
+
35
+ ## Quants Usage
36
+
37
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
38
+
39
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
40
+ types (lower is better):
41
+
42
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)