morriszms commited on
Commit
95dfb2e
1 Parent(s): 3e290bc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -12
README.md CHANGED
@@ -31,8 +31,16 @@ This repo contains GGUF format model files for [kadirnar/turkish-gemma9b-v0](htt
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
  ```
@@ -41,18 +49,18 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
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
 
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
+
35
+ <div style="text-align: left; margin: 20px 0;">
36
+ <a href="https://tensorblock.co/waitlist/client" style="display: inline-block; padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
37
+ Run them on the TensorBlock client using your local machine ↗
38
+ </a>
39
+ </div>
40
+
41
  ## Prompt template
42
 
43
+
44
  ```
45
 
46
  ```
 
49
 
50
  | Filename | Quant type | File Size | Description |
51
  | -------- | ---------- | --------- | ----------- |
52
+ | [turkish-gemma9b-v0-Q2_K.gguf](https://huggingface.co/tensorblock/turkish-gemma9b-v0-GGUF/blob/main/turkish-gemma9b-v0-Q2_K.gguf) | Q2_K | 3.544 GB | smallest, significant quality loss - not recommended for most purposes |
53
+ | [turkish-gemma9b-v0-Q3_K_S.gguf](https://huggingface.co/tensorblock/turkish-gemma9b-v0-GGUF/blob/main/turkish-gemma9b-v0-Q3_K_S.gguf) | Q3_K_S | 4.040 GB | very small, high quality loss |
54
+ | [turkish-gemma9b-v0-Q3_K_M.gguf](https://huggingface.co/tensorblock/turkish-gemma9b-v0-GGUF/blob/main/turkish-gemma9b-v0-Q3_K_M.gguf) | Q3_K_M | 4.435 GB | very small, high quality loss |
55
+ | [turkish-gemma9b-v0-Q3_K_L.gguf](https://huggingface.co/tensorblock/turkish-gemma9b-v0-GGUF/blob/main/turkish-gemma9b-v0-Q3_K_L.gguf) | Q3_K_L | 4.780 GB | small, substantial quality loss |
56
+ | [turkish-gemma9b-v0-Q4_0.gguf](https://huggingface.co/tensorblock/turkish-gemma9b-v0-GGUF/blob/main/turkish-gemma9b-v0-Q4_0.gguf) | Q4_0 | 5.069 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
57
+ | [turkish-gemma9b-v0-Q4_K_S.gguf](https://huggingface.co/tensorblock/turkish-gemma9b-v0-GGUF/blob/main/turkish-gemma9b-v0-Q4_K_S.gguf) | Q4_K_S | 5.103 GB | small, greater quality loss |
58
+ | [turkish-gemma9b-v0-Q4_K_M.gguf](https://huggingface.co/tensorblock/turkish-gemma9b-v0-GGUF/blob/main/turkish-gemma9b-v0-Q4_K_M.gguf) | Q4_K_M | 5.365 GB | medium, balanced quality - recommended |
59
+ | [turkish-gemma9b-v0-Q5_0.gguf](https://huggingface.co/tensorblock/turkish-gemma9b-v0-GGUF/blob/main/turkish-gemma9b-v0-Q5_0.gguf) | Q5_0 | 6.038 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
60
+ | [turkish-gemma9b-v0-Q5_K_S.gguf](https://huggingface.co/tensorblock/turkish-gemma9b-v0-GGUF/blob/main/turkish-gemma9b-v0-Q5_K_S.gguf) | Q5_K_S | 6.038 GB | large, low quality loss - recommended |
61
+ | [turkish-gemma9b-v0-Q5_K_M.gguf](https://huggingface.co/tensorblock/turkish-gemma9b-v0-GGUF/blob/main/turkish-gemma9b-v0-Q5_K_M.gguf) | Q5_K_M | 6.191 GB | large, very low quality loss - recommended |
62
+ | [turkish-gemma9b-v0-Q6_K.gguf](https://huggingface.co/tensorblock/turkish-gemma9b-v0-GGUF/blob/main/turkish-gemma9b-v0-Q6_K.gguf) | Q6_K | 7.068 GB | very large, extremely low quality loss |
63
+ | [turkish-gemma9b-v0-Q8_0.gguf](https://huggingface.co/tensorblock/turkish-gemma9b-v0-GGUF/blob/main/turkish-gemma9b-v0-Q8_0.gguf) | Q8_0 | 9.152 GB | very large, extremely low quality loss - not recommended |
64
 
65
 
66
  ## Downloading instruction