morriszms commited on
Commit
09826bc
1 Parent(s): 5f296d1

Update README.md

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