ZirTech commited on
Commit
c6482c2
·
verified ·
1 Parent(s): cf3c8e0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -5
README.md CHANGED
@@ -1,5 +1,32 @@
1
- ---
2
- license: other
3
- license_name: ztech-license
4
- license_link: LICENSE
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: ztech-license
4
+ license_link: LICENSE
5
+ language:
6
+ - en
7
+ pipeline_tag: text-generation
8
+ ---
9
+
10
+ # OmniMath-2B - GGUF Quantized
11
+
12
+ This repository contains **GGUF format quantizations** of the [OmniMath-2B](https://huggingface.co/ZirTech/OmniMath-2B) model, a 2-billion parameter language model specialized for mathematical reasoning.
13
+
14
+ Original model: [ZirTech/OmniMath-2B](https://huggingface.co/ZirTech/OmniMath-2B)
15
+
16
+ ## Quantizations & File Sizes
17
+
18
+ | Quantization | File Size | Description |
19
+ |--------------|-----------|-------------|
20
+ | **Q2_K** | 969 MB | 2-bit, smallest, lowest quality |
21
+ | **Q3_K_S** | 1.02 GB | 3-bit, small |
22
+ | **Q3_K_M** | 1.10 GB | 3-bit, medium |
23
+ | **Q3_K_L** | 1.16 GB | 3-bit, large |
24
+ | **IQ4_XS** | 1.20 GB | 4-bit integer with improved accuracy |
25
+ | **Q4_K_S** | 1.21 GB | 4-bit, small |
26
+ | **Q4_K_M** | 1.27 GB | 4-bit, medium (good balance) |
27
+ | **Q5_K_S** | 1.37 GB | 5-bit, small |
28
+ | **Q5_K_M** | 1.41 GB | 5-bit, medium |
29
+ | **Q6_K** | 1.56 GB | 6-bit, high quality |
30
+ | **Q8_0** | 2.01 GB | 8-bit, near‑original quality |
31
+ | **F16** | 3.78 GB | 16-bit float (original weights) |
32
+