morriszms commited on
Commit
3e290bc
·
verified ·
1 Parent(s): 4d34e67

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
+ turkish-gemma9b-v0-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ turkish-gemma9b-v0-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ turkish-gemma9b-v0-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ turkish-gemma9b-v0-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ turkish-gemma9b-v0-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ turkish-gemma9b-v0-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ turkish-gemma9b-v0-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ turkish-gemma9b-v0-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ turkish-gemma9b-v0-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ turkish-gemma9b-v0-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ turkish-gemma9b-v0-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ turkish-gemma9b-v0-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: kadirnar/turkish-gemma9b-v0
3
+ language:
4
+ - en
5
+ license: apache-2.0
6
+ tags:
7
+ - text-generation-inference
8
+ - transformers
9
+ - unsloth
10
+ - gemma2
11
+ - trl
12
+ - sft
13
+ - TensorBlock
14
+ - GGUF
15
+ ---
16
+
17
+ <div style="width: auto; margin-left: auto; margin-right: auto">
18
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
19
+ </div>
20
+ <div style="display: flex; justify-content: space-between; width: 100%;">
21
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
22
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
23
+ 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>
24
+ </p>
25
+ </div>
26
+ </div>
27
+
28
+ ## kadirnar/turkish-gemma9b-v0 - GGUF
29
+
30
+ This repo contains GGUF format model files for [kadirnar/turkish-gemma9b-v0](https://huggingface.co/kadirnar/turkish-gemma9b-v0).
31
+
32
+ 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).
33
+
34
+ ## Prompt template
35
+
36
+ ```
37
+
38
+ ```
39
+
40
+ ## Model file specification
41
+
42
+ | Filename | Quant type | File Size | Description |
43
+ | -------- | ---------- | --------- | ----------- |
44
+ | [turkish-gemma9b-v0-Q2_K.gguf](https://huggingface.co/tensorblock/turkish-gemma9b-v0-GGUF/tree/main/turkish-gemma9b-v0-Q2_K.gguf) | Q2_K | 3.544 GB | smallest, significant quality loss - not recommended for most purposes |
45
+ | [turkish-gemma9b-v0-Q3_K_S.gguf](https://huggingface.co/tensorblock/turkish-gemma9b-v0-GGUF/tree/main/turkish-gemma9b-v0-Q3_K_S.gguf) | Q3_K_S | 4.040 GB | very small, high quality loss |
46
+ | [turkish-gemma9b-v0-Q3_K_M.gguf](https://huggingface.co/tensorblock/turkish-gemma9b-v0-GGUF/tree/main/turkish-gemma9b-v0-Q3_K_M.gguf) | Q3_K_M | 4.435 GB | very small, high quality loss |
47
+ | [turkish-gemma9b-v0-Q3_K_L.gguf](https://huggingface.co/tensorblock/turkish-gemma9b-v0-GGUF/tree/main/turkish-gemma9b-v0-Q3_K_L.gguf) | Q3_K_L | 4.780 GB | small, substantial quality loss |
48
+ | [turkish-gemma9b-v0-Q4_0.gguf](https://huggingface.co/tensorblock/turkish-gemma9b-v0-GGUF/tree/main/turkish-gemma9b-v0-Q4_0.gguf) | Q4_0 | 5.069 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
49
+ | [turkish-gemma9b-v0-Q4_K_S.gguf](https://huggingface.co/tensorblock/turkish-gemma9b-v0-GGUF/tree/main/turkish-gemma9b-v0-Q4_K_S.gguf) | Q4_K_S | 5.103 GB | small, greater quality loss |
50
+ | [turkish-gemma9b-v0-Q4_K_M.gguf](https://huggingface.co/tensorblock/turkish-gemma9b-v0-GGUF/tree/main/turkish-gemma9b-v0-Q4_K_M.gguf) | Q4_K_M | 5.365 GB | medium, balanced quality - recommended |
51
+ | [turkish-gemma9b-v0-Q5_0.gguf](https://huggingface.co/tensorblock/turkish-gemma9b-v0-GGUF/tree/main/turkish-gemma9b-v0-Q5_0.gguf) | Q5_0 | 6.038 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
52
+ | [turkish-gemma9b-v0-Q5_K_S.gguf](https://huggingface.co/tensorblock/turkish-gemma9b-v0-GGUF/tree/main/turkish-gemma9b-v0-Q5_K_S.gguf) | Q5_K_S | 6.038 GB | large, low quality loss - recommended |
53
+ | [turkish-gemma9b-v0-Q5_K_M.gguf](https://huggingface.co/tensorblock/turkish-gemma9b-v0-GGUF/tree/main/turkish-gemma9b-v0-Q5_K_M.gguf) | Q5_K_M | 6.191 GB | large, very low quality loss - recommended |
54
+ | [turkish-gemma9b-v0-Q6_K.gguf](https://huggingface.co/tensorblock/turkish-gemma9b-v0-GGUF/tree/main/turkish-gemma9b-v0-Q6_K.gguf) | Q6_K | 7.068 GB | very large, extremely low quality loss |
55
+ | [turkish-gemma9b-v0-Q8_0.gguf](https://huggingface.co/tensorblock/turkish-gemma9b-v0-GGUF/tree/main/turkish-gemma9b-v0-Q8_0.gguf) | Q8_0 | 9.152 GB | very large, extremely low quality loss - not recommended |
56
+
57
+
58
+ ## Downloading instruction
59
+
60
+ ### Command line
61
+
62
+ Firstly, install Huggingface Client
63
+
64
+ ```shell
65
+ pip install -U "huggingface_hub[cli]"
66
+ ```
67
+
68
+ Then, downoad the individual model file the a local directory
69
+
70
+ ```shell
71
+ huggingface-cli download tensorblock/turkish-gemma9b-v0-GGUF --include "turkish-gemma9b-v0-Q2_K.gguf" --local-dir MY_LOCAL_DIR
72
+ ```
73
+
74
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
75
+
76
+ ```shell
77
+ huggingface-cli download tensorblock/turkish-gemma9b-v0-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
78
+ ```
turkish-gemma9b-v0-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60262e00b2611a6a30a4a98953f8200634c86b8a11147e427240820054745c1a
3
+ size 3805397728
turkish-gemma9b-v0-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:059ead1856841560e4758dbe711a4fdd29f25c342a8a4ab6ba3edc7f4837d194
3
+ size 5132452576
turkish-gemma9b-v0-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6425acf1a33ea558731b6d2ca955bdebb4739c1c18b529925df19aef601a180
3
+ size 4761780960
turkish-gemma9b-v0-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72fb7feea0473ba5c0f860bc38cc51484f8472451df5298fa49b5185e9df139a
3
+ size 4337664736
turkish-gemma9b-v0-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c916c7cd39e269aad8aa7e73f21ecc35c0717bf7ec2e8699e9fed80c696b1625
3
+ size 5443142368
turkish-gemma9b-v0-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04d82b0af563f7079ea076048f5179f2ce2dce46ad902af8e98b59fd944df347
3
+ size 5761057504
turkish-gemma9b-v0-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ddc2bb9725721cac0b62b9b02b38dac5625c65423067b3ebee263ecc8a0345b
3
+ size 5478925024
turkish-gemma9b-v0-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57839f05ec031c8fb52d5e6d4cbba1bbe5d6c9dcc6abe189ee3292699321d95c
3
+ size 6483591904
turkish-gemma9b-v0-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb561e54e6498661a190716360e1640733dbc0c956bc8f888d776419ab91c491
3
+ size 6647366368
turkish-gemma9b-v0-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80c70b3d32e14ffb0380091697e4e0eed76d7b30acc5d8b2ad540227054dbb0e
3
+ size 6483591904
turkish-gemma9b-v0-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16cf4fe8ec7206bd8b0e2b375b0cd9f181f0a30f84d51a37a179ae6663340708
3
+ size 7589069536
turkish-gemma9b-v0-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4194d0e2e900d06ac84944eb853efcfdab9f6d1ea1aaa5d6a918e9966c9f6659
3
+ size 9827148512