morriszms commited on
Commit
5737280
1 Parent(s): daf3d9b

Update README.md

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