Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: matrixportal/Turkce-LLM
|
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 |
+
# Metafor GGUF Quantized Models
|
14 |
+
|
15 |
+
## Technical Details
|
16 |
+
- **Quantization Tool:** llama.cpp
|
17 |
+
- **Version:** version: 5170 (658987cf)
|
18 |
+
|
19 |
+
## Model Information
|
20 |
+
- **Base Model:** [matrixportal/Metafor](https://huggingface.co/matrixportal/Metafor)
|
21 |
+
- **Quantized by:** [matrixportal](https://huggingface.co/matrixportal)
|
22 |
+
|
23 |
+
## Available Files
|
24 |
+
| 🚀 Download | 🔢 Type | 📝 Description |
|
25 |
+
|------------|---------|---------------|
|
26 |
+
| [Download](https://huggingface.co/matrixportal/Metafor-GGUF/resolve/main/metafor.q4_0.gguf) | Q4 0 | Standard 4-bit (fast on ARM) |
|
27 |
+
| [Download](https://huggingface.co/matrixportal/Metafor-GGUF/resolve/main/metafor.q4_k_m.gguf) | Q4 K M | 4-bit balanced (recommended default) |
|
28 |
+
| [Download](https://huggingface.co/matrixportal/Metafor-GGUF/resolve/main/metafor.q5_k_m.gguf) | Q5 K M | 5-bit best (recommended HQ option) |
|
29 |
+
|
30 |
+
💡 **Q4 K M** provides the best balance for most use cases
|