morriszms commited on
Commit
b78b23e
·
verified ·
1 Parent(s): 342be77

Update README.md

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