matrixportal commited on
Commit
f3295c1
·
verified ·
1 Parent(s): 5b6d486

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: CohereLabs/aya-expanse-8b
3
+ language:
4
+ - tr
5
+ - en
6
+ library_name: transformers
7
+ license: apache-2.0
8
+ tags:
9
+ - matrixportal
10
+ inference: false
11
+ ---
12
+
13
+ # Aya-Medikal GGUF Quantized Models
14
+
15
+ ## Technical Details
16
+ - **Quantization Tool:** llama.cpp
17
+ - **Version:** version: 5186 (13be08da)
18
+
19
+ ## Model Information
20
+ - **Base Model:** [matrixportal/Aya-Medikal](https://huggingface.co/matrixportal/Aya-Medikal)
21
+ - **Quantized by:** [matrixportal](https://huggingface.co/matrixportal)
22
+
23
+ ## Available Files
24
+ | 🚀 Download | 🔢 Type | 📝 Description |
25
+ |------------|---------|---------------|
26
+ | [Download](https://huggingface.co/matrixportal/Aya-Medikal-GGUF/resolve/main/aya-medikal.q2_k.gguf) | Q2 K | Tiny size, lowest quality (emergency use only) |
27
+ | [Download](https://huggingface.co/matrixportal/Aya-Medikal-GGUF/resolve/main/aya-medikal.q3_k_s.gguf) | Q3 K S | Very small, low quality (basic tasks) |
28
+ | [Download](https://huggingface.co/matrixportal/Aya-Medikal-GGUF/resolve/main/aya-medikal.q3_k_m.gguf) | Q3 K M | Small, acceptable quality |
29
+ | [Download](https://huggingface.co/matrixportal/Aya-Medikal-GGUF/resolve/main/aya-medikal.q3_k_l.gguf) | Q3 K L | Small, better than Q3_K_M (good for low RAM) |
30
+ | [Download](https://huggingface.co/matrixportal/Aya-Medikal-GGUF/resolve/main/aya-medikal.q4_0.gguf) | Q4 0 | Standard 4-bit (fast on ARM) |
31
+ | [Download](https://huggingface.co/matrixportal/Aya-Medikal-GGUF/resolve/main/aya-medikal.q4_k_s.gguf) | Q4 K S | 4-bit optimized (good space savings) |
32
+ | [Download](https://huggingface.co/matrixportal/Aya-Medikal-GGUF/resolve/main/aya-medikal.q4_k_m.gguf) | Q4 K M | 4-bit balanced (recommended default) |
33
+ | [Download](https://huggingface.co/matrixportal/Aya-Medikal-GGUF/resolve/main/aya-medikal.q5_0.gguf) | Q5 0 | 5-bit high quality |
34
+ | [Download](https://huggingface.co/matrixportal/Aya-Medikal-GGUF/resolve/main/aya-medikal.q5_k_s.gguf) | Q5 K S | 5-bit optimized |
35
+ | [Download](https://huggingface.co/matrixportal/Aya-Medikal-GGUF/resolve/main/aya-medikal.q5_k_m.gguf) | Q5 K M | 5-bit best (recommended HQ option) |
36
+ | [Download](https://huggingface.co/matrixportal/Aya-Medikal-GGUF/resolve/main/aya-medikal.q6_k.gguf) | Q6 K | 6-bit near-perfect (premium quality) |
37
+ | [Download](https://huggingface.co/matrixportal/Aya-Medikal-GGUF/resolve/main/aya-medikal.q8_0.gguf) | Q8 0 | 8-bit maximum (overkill for most) |
38
+ | [Download](https://huggingface.co/matrixportal/Aya-Medikal-GGUF/resolve/main/aya-medikal.f16.gguf) | F16 | Full precision (maximum accuracy) |
39
+
40
+ 💡 **Q4 K M** provides the best balance for most use cases