matrixportal commited on
Commit
92f0c80
·
verified ·
1 Parent(s): 9cce4ed

Upload README.md with huggingface_hub

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