morriszms commited on
Commit
fd3f6a9
1 Parent(s): 1b9df3f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -12
README.md CHANGED
@@ -37,8 +37,16 @@ This repo contains GGUF format model files for [Unbabel/TowerInstruct-7B-v0.2](h
37
 
38
  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).
39
 
 
 
 
 
 
 
 
40
  ## Prompt template
41
 
 
42
  ```
43
  <|im_start|>system
44
  {system_prompt}<|im_end|>
@@ -51,18 +59,18 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
51
 
52
  | Filename | Quant type | File Size | Description |
53
  | -------- | ---------- | --------- | ----------- |
54
- | [TowerInstruct-7B-v0.2-Q2_K.gguf](https://huggingface.co/tensorblock/TowerInstruct-7B-v0.2-GGUF/tree/main/TowerInstruct-7B-v0.2-Q2_K.gguf) | Q2_K | 2.359 GB | smallest, significant quality loss - not recommended for most purposes |
55
- | [TowerInstruct-7B-v0.2-Q3_K_S.gguf](https://huggingface.co/tensorblock/TowerInstruct-7B-v0.2-GGUF/tree/main/TowerInstruct-7B-v0.2-Q3_K_S.gguf) | Q3_K_S | 2.746 GB | very small, high quality loss |
56
- | [TowerInstruct-7B-v0.2-Q3_K_M.gguf](https://huggingface.co/tensorblock/TowerInstruct-7B-v0.2-GGUF/tree/main/TowerInstruct-7B-v0.2-Q3_K_M.gguf) | Q3_K_M | 3.072 GB | very small, high quality loss |
57
- | [TowerInstruct-7B-v0.2-Q3_K_L.gguf](https://huggingface.co/tensorblock/TowerInstruct-7B-v0.2-GGUF/tree/main/TowerInstruct-7B-v0.2-Q3_K_L.gguf) | Q3_K_L | 3.350 GB | small, substantial quality loss |
58
- | [TowerInstruct-7B-v0.2-Q4_0.gguf](https://huggingface.co/tensorblock/TowerInstruct-7B-v0.2-GGUF/tree/main/TowerInstruct-7B-v0.2-Q4_0.gguf) | Q4_0 | 3.563 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
59
- | [TowerInstruct-7B-v0.2-Q4_K_S.gguf](https://huggingface.co/tensorblock/TowerInstruct-7B-v0.2-GGUF/tree/main/TowerInstruct-7B-v0.2-Q4_K_S.gguf) | Q4_K_S | 3.592 GB | small, greater quality loss |
60
- | [TowerInstruct-7B-v0.2-Q4_K_M.gguf](https://huggingface.co/tensorblock/TowerInstruct-7B-v0.2-GGUF/tree/main/TowerInstruct-7B-v0.2-Q4_K_M.gguf) | Q4_K_M | 3.801 GB | medium, balanced quality - recommended |
61
- | [TowerInstruct-7B-v0.2-Q5_0.gguf](https://huggingface.co/tensorblock/TowerInstruct-7B-v0.2-GGUF/tree/main/TowerInstruct-7B-v0.2-Q5_0.gguf) | Q5_0 | 4.332 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
62
- | [TowerInstruct-7B-v0.2-Q5_K_S.gguf](https://huggingface.co/tensorblock/TowerInstruct-7B-v0.2-GGUF/tree/main/TowerInstruct-7B-v0.2-Q5_K_S.gguf) | Q5_K_S | 4.332 GB | large, low quality loss - recommended |
63
- | [TowerInstruct-7B-v0.2-Q5_K_M.gguf](https://huggingface.co/tensorblock/TowerInstruct-7B-v0.2-GGUF/tree/main/TowerInstruct-7B-v0.2-Q5_K_M.gguf) | Q5_K_M | 4.455 GB | large, very low quality loss - recommended |
64
- | [TowerInstruct-7B-v0.2-Q6_K.gguf](https://huggingface.co/tensorblock/TowerInstruct-7B-v0.2-GGUF/tree/main/TowerInstruct-7B-v0.2-Q6_K.gguf) | Q6_K | 5.150 GB | very large, extremely low quality loss |
65
- | [TowerInstruct-7B-v0.2-Q8_0.gguf](https://huggingface.co/tensorblock/TowerInstruct-7B-v0.2-GGUF/tree/main/TowerInstruct-7B-v0.2-Q8_0.gguf) | Q8_0 | 6.669 GB | very large, extremely low quality loss - not recommended |
66
 
67
 
68
  ## Downloading instruction
 
37
 
38
  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).
39
 
40
+
41
+ <div style="text-align: left; margin: 20px 0;">
42
+ <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;">
43
+ Run them on the TensorBlock client using your local machine ↗
44
+ </a>
45
+ </div>
46
+
47
  ## Prompt template
48
 
49
+
50
  ```
51
  <|im_start|>system
52
  {system_prompt}<|im_end|>
 
59
 
60
  | Filename | Quant type | File Size | Description |
61
  | -------- | ---------- | --------- | ----------- |
62
+ | [TowerInstruct-7B-v0.2-Q2_K.gguf](https://huggingface.co/tensorblock/TowerInstruct-7B-v0.2-GGUF/blob/main/TowerInstruct-7B-v0.2-Q2_K.gguf) | Q2_K | 2.359 GB | smallest, significant quality loss - not recommended for most purposes |
63
+ | [TowerInstruct-7B-v0.2-Q3_K_S.gguf](https://huggingface.co/tensorblock/TowerInstruct-7B-v0.2-GGUF/blob/main/TowerInstruct-7B-v0.2-Q3_K_S.gguf) | Q3_K_S | 2.746 GB | very small, high quality loss |
64
+ | [TowerInstruct-7B-v0.2-Q3_K_M.gguf](https://huggingface.co/tensorblock/TowerInstruct-7B-v0.2-GGUF/blob/main/TowerInstruct-7B-v0.2-Q3_K_M.gguf) | Q3_K_M | 3.072 GB | very small, high quality loss |
65
+ | [TowerInstruct-7B-v0.2-Q3_K_L.gguf](https://huggingface.co/tensorblock/TowerInstruct-7B-v0.2-GGUF/blob/main/TowerInstruct-7B-v0.2-Q3_K_L.gguf) | Q3_K_L | 3.350 GB | small, substantial quality loss |
66
+ | [TowerInstruct-7B-v0.2-Q4_0.gguf](https://huggingface.co/tensorblock/TowerInstruct-7B-v0.2-GGUF/blob/main/TowerInstruct-7B-v0.2-Q4_0.gguf) | Q4_0 | 3.563 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
67
+ | [TowerInstruct-7B-v0.2-Q4_K_S.gguf](https://huggingface.co/tensorblock/TowerInstruct-7B-v0.2-GGUF/blob/main/TowerInstruct-7B-v0.2-Q4_K_S.gguf) | Q4_K_S | 3.592 GB | small, greater quality loss |
68
+ | [TowerInstruct-7B-v0.2-Q4_K_M.gguf](https://huggingface.co/tensorblock/TowerInstruct-7B-v0.2-GGUF/blob/main/TowerInstruct-7B-v0.2-Q4_K_M.gguf) | Q4_K_M | 3.801 GB | medium, balanced quality - recommended |
69
+ | [TowerInstruct-7B-v0.2-Q5_0.gguf](https://huggingface.co/tensorblock/TowerInstruct-7B-v0.2-GGUF/blob/main/TowerInstruct-7B-v0.2-Q5_0.gguf) | Q5_0 | 4.332 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
70
+ | [TowerInstruct-7B-v0.2-Q5_K_S.gguf](https://huggingface.co/tensorblock/TowerInstruct-7B-v0.2-GGUF/blob/main/TowerInstruct-7B-v0.2-Q5_K_S.gguf) | Q5_K_S | 4.332 GB | large, low quality loss - recommended |
71
+ | [TowerInstruct-7B-v0.2-Q5_K_M.gguf](https://huggingface.co/tensorblock/TowerInstruct-7B-v0.2-GGUF/blob/main/TowerInstruct-7B-v0.2-Q5_K_M.gguf) | Q5_K_M | 4.455 GB | large, very low quality loss - recommended |
72
+ | [TowerInstruct-7B-v0.2-Q6_K.gguf](https://huggingface.co/tensorblock/TowerInstruct-7B-v0.2-GGUF/blob/main/TowerInstruct-7B-v0.2-Q6_K.gguf) | Q6_K | 5.150 GB | very large, extremely low quality loss |
73
+ | [TowerInstruct-7B-v0.2-Q8_0.gguf](https://huggingface.co/tensorblock/TowerInstruct-7B-v0.2-GGUF/blob/main/TowerInstruct-7B-v0.2-Q8_0.gguf) | Q8_0 | 6.669 GB | very large, extremely low quality loss - not recommended |
74
 
75
 
76
  ## Downloading instruction