Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: SicariusSicariiStuff/X-Ray_Alpha
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
license: gemma
|
6 |
+
tags:
|
7 |
+
- llama-cpp
|
8 |
+
---
|
9 |
+
|
10 |
+
# matrixportal/X-Ray_Alpha-GGUF
|
11 |
+
This model was converted to GGUF format from [`SicariusSicariiStuff/X-Ray_Alpha`](https://huggingface.co/SicariusSicariiStuff/X-Ray_Alpha)
|
12 |
+
Refer to the [original model card](https://huggingface.co/SicariusSicariiStuff/X-Ray_Alpha) for more details on the model.
|
13 |
+
|
14 |
+
## β
Quantized Models Download List
|
15 |
+
**β¨ Recommended for CPU:** `Q4_K_M` | **β‘ Recommended for ARM CPU:** `Q4_0` | **π Best Quality:** `Q8_0`
|
16 |
+
|
17 |
+
| π Download | π’ Type | π Notes |
|
18 |
+
|:---------|:-----|:------|
|
19 |
+
| [Download](https://huggingface.co/matrixportal/X-Ray_Alpha-GGUF/resolve/main/x-ray_alpha-q2_k.gguf) |  | Basic quantization |
|
20 |
+
| [Download](https://huggingface.co/matrixportal/X-Ray_Alpha-GGUF/resolve/main/x-ray_alpha-q3_k_s.gguf) |  | Small size |
|
21 |
+
| [Download](https://huggingface.co/matrixportal/X-Ray_Alpha-GGUF/resolve/main/x-ray_alpha-q3_k_m.gguf) |  | Balanced quality |
|
22 |
+
| [Download](https://huggingface.co/matrixportal/X-Ray_Alpha-GGUF/resolve/main/x-ray_alpha-q3_k_l.gguf) |  | Better quality |
|
23 |
+
| [Download](https://huggingface.co/matrixportal/X-Ray_Alpha-GGUF/resolve/main/x-ray_alpha-q4_0.gguf) |  | Fast on ARM |
|
24 |
+
| [Download](https://huggingface.co/matrixportal/X-Ray_Alpha-GGUF/resolve/main/x-ray_alpha-q4_k_s.gguf) |  | Fast, recommended |
|
25 |
+
| [Download](https://huggingface.co/matrixportal/X-Ray_Alpha-GGUF/resolve/main/x-ray_alpha-q4_k_m.gguf) |  β | Best balance |
|
26 |
+
| [Download](https://huggingface.co/matrixportal/X-Ray_Alpha-GGUF/resolve/main/x-ray_alpha-q5_0.gguf) |  | Good quality |
|
27 |
+
| [Download](https://huggingface.co/matrixportal/X-Ray_Alpha-GGUF/resolve/main/x-ray_alpha-q5_k_s.gguf) |  | Balanced |
|
28 |
+
| [Download](https://huggingface.co/matrixportal/X-Ray_Alpha-GGUF/resolve/main/x-ray_alpha-q5_k_m.gguf) |  | High quality |
|
29 |
+
| [Download](https://huggingface.co/matrixportal/X-Ray_Alpha-GGUF/resolve/main/x-ray_alpha-q6_k.gguf) |  π | Very good quality |
|
30 |
+
| [Download](https://huggingface.co/matrixportal/X-Ray_Alpha-GGUF/resolve/main/x-ray_alpha-q8_0.gguf) |  β‘ | Fast, best quality |
|
31 |
+
| [Download](https://huggingface.co/matrixportal/X-Ray_Alpha-GGUF/resolve/main/x-ray_alpha-f16.gguf) |  | Maximum accuracy |
|
32 |
+
|
33 |
+
π‘ **Tip:** Use `F16` for maximum precision when quality is critical
|