morriszms commited on
Commit
5e3fdc2
1 Parent(s): cc34220

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,15 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ mistral-turkish-v2-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ mistral-turkish-v2-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ mistral-turkish-v2-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ mistral-turkish-v2-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ mistral-turkish-v2-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ mistral-turkish-v2-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ mistral-turkish-v2-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ mistral-turkish-v2-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ mistral-turkish-v2-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ mistral-turkish-v2-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ mistral-turkish-v2-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ mistral-turkish-v2-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
+ tags:
6
+ - text-generation-inference
7
+ - transformers
8
+ - unsloth
9
+ - mistral
10
+ - trl
11
+ - sft
12
+ - TensorBlock
13
+ - GGUF
14
+ datasets:
15
+ - merve/turkish_instructions
16
+ base_model: notbdq/mistral-turkish-v2
17
+ ---
18
+
19
+ <div style="width: auto; margin-left: auto; margin-right: auto">
20
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
21
+ </div>
22
+ <div style="display: flex; justify-content: space-between; width: 100%;">
23
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
24
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
25
+ Feedback and support: TensorBlock's <a href="https://x.com/tensorblock_aoi">Twitter/X</a>, <a href="https://t.me/TensorBlock">Telegram Group</a> and <a href="https://x.com/tensorblock_aoi">Discord server</a>
26
+ </p>
27
+ </div>
28
+ </div>
29
+
30
+ ## notbdq/mistral-turkish-v2 - GGUF
31
+
32
+ This repo contains GGUF format model files for [notbdq/mistral-turkish-v2](https://huggingface.co/notbdq/mistral-turkish-v2).
33
+
34
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
35
+
36
+ ## Prompt template
37
+
38
+ ```
39
+ <s>[INST] {prompt} [/INST]
40
+ ```
41
+
42
+ ## Model file specification
43
+
44
+ | Filename | Quant type | File Size | Description |
45
+ | -------- | ---------- | --------- | ----------- |
46
+ | [mistral-turkish-v2-Q2_K.gguf](https://huggingface.co/tensorblock/mistral-turkish-v2-GGUF/tree/main/mistral-turkish-v2-Q2_K.gguf) | Q2_K | 2.532 GB | smallest, significant quality loss - not recommended for most purposes |
47
+ | [mistral-turkish-v2-Q3_K_S.gguf](https://huggingface.co/tensorblock/mistral-turkish-v2-GGUF/tree/main/mistral-turkish-v2-Q3_K_S.gguf) | Q3_K_S | 2.947 GB | very small, high quality loss |
48
+ | [mistral-turkish-v2-Q3_K_M.gguf](https://huggingface.co/tensorblock/mistral-turkish-v2-GGUF/tree/main/mistral-turkish-v2-Q3_K_M.gguf) | Q3_K_M | 3.277 GB | very small, high quality loss |
49
+ | [mistral-turkish-v2-Q3_K_L.gguf](https://huggingface.co/tensorblock/mistral-turkish-v2-GGUF/tree/main/mistral-turkish-v2-Q3_K_L.gguf) | Q3_K_L | 3.560 GB | small, substantial quality loss |
50
+ | [mistral-turkish-v2-Q4_0.gguf](https://huggingface.co/tensorblock/mistral-turkish-v2-GGUF/tree/main/mistral-turkish-v2-Q4_0.gguf) | Q4_0 | 3.827 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
51
+ | [mistral-turkish-v2-Q4_K_S.gguf](https://huggingface.co/tensorblock/mistral-turkish-v2-GGUF/tree/main/mistral-turkish-v2-Q4_K_S.gguf) | Q4_K_S | 3.856 GB | small, greater quality loss |
52
+ | [mistral-turkish-v2-Q4_K_M.gguf](https://huggingface.co/tensorblock/mistral-turkish-v2-GGUF/tree/main/mistral-turkish-v2-Q4_K_M.gguf) | Q4_K_M | 4.068 GB | medium, balanced quality - recommended |
53
+ | [mistral-turkish-v2-Q5_0.gguf](https://huggingface.co/tensorblock/mistral-turkish-v2-GGUF/tree/main/mistral-turkish-v2-Q5_0.gguf) | Q5_0 | 4.654 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
54
+ | [mistral-turkish-v2-Q5_K_S.gguf](https://huggingface.co/tensorblock/mistral-turkish-v2-GGUF/tree/main/mistral-turkish-v2-Q5_K_S.gguf) | Q5_K_S | 4.654 GB | large, low quality loss - recommended |
55
+ | [mistral-turkish-v2-Q5_K_M.gguf](https://huggingface.co/tensorblock/mistral-turkish-v2-GGUF/tree/main/mistral-turkish-v2-Q5_K_M.gguf) | Q5_K_M | 4.779 GB | large, very low quality loss - recommended |
56
+ | [mistral-turkish-v2-Q6_K.gguf](https://huggingface.co/tensorblock/mistral-turkish-v2-GGUF/tree/main/mistral-turkish-v2-Q6_K.gguf) | Q6_K | 5.534 GB | very large, extremely low quality loss |
57
+ | [mistral-turkish-v2-Q8_0.gguf](https://huggingface.co/tensorblock/mistral-turkish-v2-GGUF/tree/main/mistral-turkish-v2-Q8_0.gguf) | Q8_0 | 7.167 GB | very large, extremely low quality loss - not recommended |
58
+
59
+
60
+ ## Downloading instruction
61
+
62
+ ### Command line
63
+
64
+ Firstly, install Huggingface Client
65
+
66
+ ```shell
67
+ pip install -U "huggingface_hub[cli]"
68
+ ```
69
+
70
+ Then, downoad the individual model file the a local directory
71
+
72
+ ```shell
73
+ huggingface-cli download tensorblock/mistral-turkish-v2-GGUF --include "mistral-turkish-v2-Q2_K.gguf" --local-dir MY_LOCAL_DIR
74
+ ```
75
+
76
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
77
+
78
+ ```shell
79
+ huggingface-cli download tensorblock/mistral-turkish-v2-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
80
+ ```
mistral-turkish-v2-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd2fa6e6c5979b85941a74f8bbcf8412b52d5358143ddb632b44f085b51888b9
3
+ size 2719243168
mistral-turkish-v2-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9652c9d55271b1e4397d02113d5fd2c1b38115c94a825cf3e47be603a8605e33
3
+ size 3822025632
mistral-turkish-v2-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96dfcee9c5f89780602202da7dcc9a202b7857980156a289237c7b423b2ac1a4
3
+ size 3518987168
mistral-turkish-v2-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:839c65d95781ebcff1a6af4f7eeaeb132babf77dcbdeb1aa2f45fdd0eece41c7
3
+ size 3164568480
mistral-turkish-v2-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f2f3766443db06ac909282708b12cf35d9a597ec17357da67d517f2a1b0cff2
3
+ size 4108917664
mistral-turkish-v2-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:430a56f49ae9c5d8947c53eebf68c39167ca6077af06cd9309eb63e5c212ef7b
3
+ size 4368440224
mistral-turkish-v2-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:334ff755032ac38ef07171d80c48aaaa175b772f9f80b4756497fc84ddf1e25f
3
+ size 4140374944
mistral-turkish-v2-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aedf0e854bcb1b888940d402bd03a803c023ac005b7c296ab56e7be6dd4ca7e4
3
+ size 4997716896
mistral-turkish-v2-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8ad738fc1a9c9c57cdfe057aeb3bad59f2dc48c6cefb91996c6b83fd93c2eae
3
+ size 5131410336
mistral-turkish-v2-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f224e6241b42f4b295e473db2c42c206c42393cd6ed1d1886b362e34249fc8ac
3
+ size 4997716896
mistral-turkish-v2-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b528e7c02dc8a47b83cda301b33bb17b47378deddc0ea26e8a367de7d6445ac7
3
+ size 5942066080
mistral-turkish-v2-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c47dddb360b2c7821f397a46c92d956d5f9a876cd14cf3855b7176c9aaa000d8
3
+ size 7695858592