File size: 2,550 Bytes
1666c56
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
dc1fe92
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1666c56
 
 
 
 
 
dc1fe92
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
base_model: malhajar/Mistral-7B-Instruct-v0.2-turkish
language:
- tr
- en
pipeline_tag: text-generation
license: apache-2.0
model_type: mistral
library_name: transformers
inference: false
---
## Mistral 7B Instruct v0.2 Turkish
- **Model creator:** [malhajar](https://huggingface.co/malhajar)
- **Original model:** [Mistral-7B-Instruct-v0.2-turkish](https://huggingface.co/malhajar/Mistral-7B-Instruct-v0.2-turkish)

<!-- description start -->
## Description
This repo contains GGUF format model files for [malhajar's Mistral 7B Instruct v0.2 Turkish](https://huggingface.co/malhajar/Mistral-7B-Instruct-v0.2-turkish)

## Original model
- **Developed by:** [`Mohamad Alhajar`](https://www.linkedin.com/in/muhammet-alhajar/) 
- **Language(s) (NLP):** Turkish
- **Finetuned from model:** [`mistralai/Mistral-7B-Instruct-v0.2`](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2)

# Quantization methods
| quantization method | bits | size     | use case                                            | recommended |
|---------------------|------|----------|-----------------------------------------------------|-------------|
| Q2_K                | 2    | 2.72 GB  | smallest, significant quality loss  | ❌         |
| Q3_K_S              | 3    | 3.16 GB  | very small, high quality loss                       | ❌         |
| Q3_K_M              | 3    | 3.52 GB  | very small, high quality loss                       | ❌         |
| Q3_K_L              | 3    | 3.82 GB  | small, substantial quality loss                     | ❌         |
| Q4_0                | 4    | 4.11 GB  | legacy; small, very high quality loss  | ❌         |
| Q4_K_S              | 4    | 4.14 GB  | small, greater quality loss                         | ❌         |
| Q4_K_M              | 4    | 4.37 GB  | medium, balanced quality               | ✅         |
| Q5_0                | 5    | 5.00 GB  | legacy; medium, balanced quality  | ❌         |
| Q5_K_S              | 5    | 5.00 GB  | large, low quality loss                | ✅         |
| Q5_K_M              | 5    | 5.13 GB  | large, very low quality loss           | ✅         |
| Q6_K                | 6    | 5.94 GB  | very large, extremely low quality loss              | ❌         |
| Q8_0                | 8    | 7.70 GB  | very large, extremely low quality loss   | ❌         |
| FP16                | 16   | 14.5 GB  | enormous, minuscule quality loss  | ❌  |

## Prompt Template
```
### Instruction:
<prompt> (without the <>)
### Response:
```
<!-- description end -->