morriszms commited on
Commit
1f548fe
1 Parent(s): 3a08cdf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -12
README.md CHANGED
@@ -29,8 +29,16 @@ This repo contains GGUF format model files for [princeton-nlp/gemma-2-9b-it-DPO]
29
 
30
  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).
31
 
 
 
 
 
 
 
 
32
  ## Prompt template
33
 
 
34
  ```
35
  <bos><start_of_turn>user
36
  {system_prompt}
@@ -43,18 +51,18 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
43
 
44
  | Filename | Quant type | File Size | Description |
45
  | -------- | ---------- | --------- | ----------- |
46
- | [gemma-2-9b-it-DPO-Q2_K.gguf](https://huggingface.co/tensorblock/gemma-2-9b-it-DPO-GGUF/tree/main/gemma-2-9b-it-DPO-Q2_K.gguf) | Q2_K | 3.544 GB | smallest, significant quality loss - not recommended for most purposes |
47
- | [gemma-2-9b-it-DPO-Q3_K_S.gguf](https://huggingface.co/tensorblock/gemma-2-9b-it-DPO-GGUF/tree/main/gemma-2-9b-it-DPO-Q3_K_S.gguf) | Q3_K_S | 4.040 GB | very small, high quality loss |
48
- | [gemma-2-9b-it-DPO-Q3_K_M.gguf](https://huggingface.co/tensorblock/gemma-2-9b-it-DPO-GGUF/tree/main/gemma-2-9b-it-DPO-Q3_K_M.gguf) | Q3_K_M | 4.435 GB | very small, high quality loss |
49
- | [gemma-2-9b-it-DPO-Q3_K_L.gguf](https://huggingface.co/tensorblock/gemma-2-9b-it-DPO-GGUF/tree/main/gemma-2-9b-it-DPO-Q3_K_L.gguf) | Q3_K_L | 4.780 GB | small, substantial quality loss |
50
- | [gemma-2-9b-it-DPO-Q4_0.gguf](https://huggingface.co/tensorblock/gemma-2-9b-it-DPO-GGUF/tree/main/gemma-2-9b-it-DPO-Q4_0.gguf) | Q4_0 | 5.069 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
51
- | [gemma-2-9b-it-DPO-Q4_K_S.gguf](https://huggingface.co/tensorblock/gemma-2-9b-it-DPO-GGUF/tree/main/gemma-2-9b-it-DPO-Q4_K_S.gguf) | Q4_K_S | 5.103 GB | small, greater quality loss |
52
- | [gemma-2-9b-it-DPO-Q4_K_M.gguf](https://huggingface.co/tensorblock/gemma-2-9b-it-DPO-GGUF/tree/main/gemma-2-9b-it-DPO-Q4_K_M.gguf) | Q4_K_M | 5.365 GB | medium, balanced quality - recommended |
53
- | [gemma-2-9b-it-DPO-Q5_0.gguf](https://huggingface.co/tensorblock/gemma-2-9b-it-DPO-GGUF/tree/main/gemma-2-9b-it-DPO-Q5_0.gguf) | Q5_0 | 6.038 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
54
- | [gemma-2-9b-it-DPO-Q5_K_S.gguf](https://huggingface.co/tensorblock/gemma-2-9b-it-DPO-GGUF/tree/main/gemma-2-9b-it-DPO-Q5_K_S.gguf) | Q5_K_S | 6.038 GB | large, low quality loss - recommended |
55
- | [gemma-2-9b-it-DPO-Q5_K_M.gguf](https://huggingface.co/tensorblock/gemma-2-9b-it-DPO-GGUF/tree/main/gemma-2-9b-it-DPO-Q5_K_M.gguf) | Q5_K_M | 6.191 GB | large, very low quality loss - recommended |
56
- | [gemma-2-9b-it-DPO-Q6_K.gguf](https://huggingface.co/tensorblock/gemma-2-9b-it-DPO-GGUF/tree/main/gemma-2-9b-it-DPO-Q6_K.gguf) | Q6_K | 7.068 GB | very large, extremely low quality loss |
57
- | [gemma-2-9b-it-DPO-Q8_0.gguf](https://huggingface.co/tensorblock/gemma-2-9b-it-DPO-GGUF/tree/main/gemma-2-9b-it-DPO-Q8_0.gguf) | Q8_0 | 9.152 GB | very large, extremely low quality loss - not recommended |
58
 
59
 
60
  ## Downloading instruction
 
29
 
30
  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).
31
 
32
+
33
+ <div style="text-align: left; margin: 20px 0;">
34
+ <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;">
35
+ Run them on the TensorBlock client using your local machine ↗
36
+ </a>
37
+ </div>
38
+
39
  ## Prompt template
40
 
41
+
42
  ```
43
  <bos><start_of_turn>user
44
  {system_prompt}
 
51
 
52
  | Filename | Quant type | File Size | Description |
53
  | -------- | ---------- | --------- | ----------- |
54
+ | [gemma-2-9b-it-DPO-Q2_K.gguf](https://huggingface.co/tensorblock/gemma-2-9b-it-DPO-GGUF/blob/main/gemma-2-9b-it-DPO-Q2_K.gguf) | Q2_K | 3.544 GB | smallest, significant quality loss - not recommended for most purposes |
55
+ | [gemma-2-9b-it-DPO-Q3_K_S.gguf](https://huggingface.co/tensorblock/gemma-2-9b-it-DPO-GGUF/blob/main/gemma-2-9b-it-DPO-Q3_K_S.gguf) | Q3_K_S | 4.040 GB | very small, high quality loss |
56
+ | [gemma-2-9b-it-DPO-Q3_K_M.gguf](https://huggingface.co/tensorblock/gemma-2-9b-it-DPO-GGUF/blob/main/gemma-2-9b-it-DPO-Q3_K_M.gguf) | Q3_K_M | 4.435 GB | very small, high quality loss |
57
+ | [gemma-2-9b-it-DPO-Q3_K_L.gguf](https://huggingface.co/tensorblock/gemma-2-9b-it-DPO-GGUF/blob/main/gemma-2-9b-it-DPO-Q3_K_L.gguf) | Q3_K_L | 4.780 GB | small, substantial quality loss |
58
+ | [gemma-2-9b-it-DPO-Q4_0.gguf](https://huggingface.co/tensorblock/gemma-2-9b-it-DPO-GGUF/blob/main/gemma-2-9b-it-DPO-Q4_0.gguf) | Q4_0 | 5.069 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
59
+ | [gemma-2-9b-it-DPO-Q4_K_S.gguf](https://huggingface.co/tensorblock/gemma-2-9b-it-DPO-GGUF/blob/main/gemma-2-9b-it-DPO-Q4_K_S.gguf) | Q4_K_S | 5.103 GB | small, greater quality loss |
60
+ | [gemma-2-9b-it-DPO-Q4_K_M.gguf](https://huggingface.co/tensorblock/gemma-2-9b-it-DPO-GGUF/blob/main/gemma-2-9b-it-DPO-Q4_K_M.gguf) | Q4_K_M | 5.365 GB | medium, balanced quality - recommended |
61
+ | [gemma-2-9b-it-DPO-Q5_0.gguf](https://huggingface.co/tensorblock/gemma-2-9b-it-DPO-GGUF/blob/main/gemma-2-9b-it-DPO-Q5_0.gguf) | Q5_0 | 6.038 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
62
+ | [gemma-2-9b-it-DPO-Q5_K_S.gguf](https://huggingface.co/tensorblock/gemma-2-9b-it-DPO-GGUF/blob/main/gemma-2-9b-it-DPO-Q5_K_S.gguf) | Q5_K_S | 6.038 GB | large, low quality loss - recommended |
63
+ | [gemma-2-9b-it-DPO-Q5_K_M.gguf](https://huggingface.co/tensorblock/gemma-2-9b-it-DPO-GGUF/blob/main/gemma-2-9b-it-DPO-Q5_K_M.gguf) | Q5_K_M | 6.191 GB | large, very low quality loss - recommended |
64
+ | [gemma-2-9b-it-DPO-Q6_K.gguf](https://huggingface.co/tensorblock/gemma-2-9b-it-DPO-GGUF/blob/main/gemma-2-9b-it-DPO-Q6_K.gguf) | Q6_K | 7.068 GB | very large, extremely low quality loss |
65
+ | [gemma-2-9b-it-DPO-Q8_0.gguf](https://huggingface.co/tensorblock/gemma-2-9b-it-DPO-GGUF/blob/main/gemma-2-9b-it-DPO-Q8_0.gguf) | Q8_0 | 9.152 GB | very large, extremely low quality loss - not recommended |
66
 
67
 
68
  ## Downloading instruction