Update README.md
Browse files
README.md
CHANGED
|
@@ -12,4 +12,31 @@ tags:
|
|
| 12 |
|
| 13 |
# **Computron-Bots-1.7B-R1-GGUF**
|
| 14 |
|
| 15 |
-
> **Computron-Bots-1.7B-R1** is a **general-purpose safe question-answering model** fine-tuned from **Qwen3-1.7B**, specifically designed for **direct and efficient factual responses** without complex reasoning chains. It provides straightforward, accurate answers across diverse topics, making it ideal for knowledge retrieval, information systems, and applications requiring quick, reliable responses.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
|
| 13 |
# **Computron-Bots-1.7B-R1-GGUF**
|
| 14 |
|
| 15 |
+
> **Computron-Bots-1.7B-R1** is a **general-purpose safe question-answering model** fine-tuned from **Qwen3-1.7B**, specifically designed for **direct and efficient factual responses** without complex reasoning chains. It provides straightforward, accurate answers across diverse topics, making it ideal for knowledge retrieval, information systems, and applications requiring quick, reliable responses.
|
| 16 |
+
|
| 17 |
+
## Model Files
|
| 18 |
+
|
| 19 |
+
| File Name | Size | Format | Description |
|
| 20 |
+
|-----------|------|--------|-------------|
|
| 21 |
+
| Computron-Bots-1.7B-R1.F32.gguf | 6.89 GB | F32 | Full precision 32-bit floating point |
|
| 22 |
+
| Computron-Bots-1.7B-R1.F16.gguf | 3.45 GB | F16 | Half precision 16-bit floating point |
|
| 23 |
+
| Computron-Bots-1.7B-R1.BF16.gguf | 3.45 GB | BF16 | Brain floating point 16-bit |
|
| 24 |
+
| Computron-Bots-1.7B-R1.Q8_0.gguf | 1.83 GB | Q8_0 | 8-bit quantized |
|
| 25 |
+
| Computron-Bots-1.7B-R1.Q6_K.gguf | 1.42 GB | Q6_K | 6-bit quantized |
|
| 26 |
+
| Computron-Bots-1.7B-R1.Q5_K_M.gguf | 1.26 GB | Q5_K_M | 5-bit quantized, medium quality |
|
| 27 |
+
| Computron-Bots-1.7B-R1.Q5_K_S.gguf | 1.23 GB | Q5_K_S | 5-bit quantized, small quality |
|
| 28 |
+
| Computron-Bots-1.7B-R1.Q4_K_M.gguf | 1.11 GB | Q4_K_M | 4-bit quantized, medium quality |
|
| 29 |
+
| Computron-Bots-1.7B-R1.Q4_K_S.gguf | 1.06 GB | Q4_K_S | 4-bit quantized, small quality |
|
| 30 |
+
| Computron-Bots-1.7B-R1.Q3_K_L.gguf | 1 GB | Q3_K_L | 3-bit quantized, large quality |
|
| 31 |
+
| Computron-Bots-1.7B-R1.Q3_K_M.gguf | 940 MB | Q3_K_M | 3-bit quantized, medium quality |
|
| 32 |
+
| Computron-Bots-1.7B-R1.Q3_K_S.gguf | 867 MB | Q3_K_S | 3-bit quantized, small quality |
|
| 33 |
+
| Computron-Bots-1.7B-R1.Q2_K.gguf | 778 MB | Q2_K | 2-bit quantized |
|
| 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 |
+

|