Update README.md
Browse files
README.md
CHANGED
@@ -36,8 +36,16 @@ This repo contains GGUF format model files for [microsoft/Phi-3-medium-4k-instru
|
|
36 |
|
37 |
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).
|
38 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
## Prompt template
|
40 |
|
|
|
41 |
```
|
42 |
<|user|>
|
43 |
{prompt}<|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 |
-
| [Phi-3-medium-4k-instruct-Q2_K.gguf](https://huggingface.co/tensorblock/Phi-3-medium-4k-instruct-GGUF/
|
52 |
-
| [Phi-3-medium-4k-instruct-Q3_K_S.gguf](https://huggingface.co/tensorblock/Phi-3-medium-4k-instruct-GGUF/
|
53 |
-
| [Phi-3-medium-4k-instruct-Q3_K_M.gguf](https://huggingface.co/tensorblock/Phi-3-medium-4k-instruct-GGUF/
|
54 |
-
| [Phi-3-medium-4k-instruct-Q3_K_L.gguf](https://huggingface.co/tensorblock/Phi-3-medium-4k-instruct-GGUF/
|
55 |
-
| [Phi-3-medium-4k-instruct-Q4_0.gguf](https://huggingface.co/tensorblock/Phi-3-medium-4k-instruct-GGUF/
|
56 |
-
| [Phi-3-medium-4k-instruct-Q4_K_S.gguf](https://huggingface.co/tensorblock/Phi-3-medium-4k-instruct-GGUF/
|
57 |
-
| [Phi-3-medium-4k-instruct-Q4_K_M.gguf](https://huggingface.co/tensorblock/Phi-3-medium-4k-instruct-GGUF/
|
58 |
-
| [Phi-3-medium-4k-instruct-Q5_0.gguf](https://huggingface.co/tensorblock/Phi-3-medium-4k-instruct-GGUF/
|
59 |
-
| [Phi-3-medium-4k-instruct-Q5_K_S.gguf](https://huggingface.co/tensorblock/Phi-3-medium-4k-instruct-GGUF/
|
60 |
-
| [Phi-3-medium-4k-instruct-Q5_K_M.gguf](https://huggingface.co/tensorblock/Phi-3-medium-4k-instruct-GGUF/
|
61 |
-
| [Phi-3-medium-4k-instruct-Q6_K.gguf](https://huggingface.co/tensorblock/Phi-3-medium-4k-instruct-GGUF/
|
62 |
-
| [Phi-3-medium-4k-instruct-Q8_0.gguf](https://huggingface.co/tensorblock/Phi-3-medium-4k-instruct-GGUF/
|
63 |
|
64 |
|
65 |
## Downloading instruction
|
|
|
36 |
|
37 |
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).
|
38 |
|
39 |
+
|
40 |
+
<div style="text-align: left; margin: 20px 0;">
|
41 |
+
<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;">
|
42 |
+
Run them on the TensorBlock client using your local machine ↗
|
43 |
+
</a>
|
44 |
+
</div>
|
45 |
+
|
46 |
## Prompt template
|
47 |
|
48 |
+
|
49 |
```
|
50 |
<|user|>
|
51 |
{prompt}<|end|>
|
|
|
56 |
|
57 |
| Filename | Quant type | File Size | Description |
|
58 |
| -------- | ---------- | --------- | ----------- |
|
59 |
+
| [Phi-3-medium-4k-instruct-Q2_K.gguf](https://huggingface.co/tensorblock/Phi-3-medium-4k-instruct-GGUF/blob/main/Phi-3-medium-4k-instruct-Q2_K.gguf) | Q2_K | 4.790 GB | smallest, significant quality loss - not recommended for most purposes |
|
60 |
+
| [Phi-3-medium-4k-instruct-Q3_K_S.gguf](https://huggingface.co/tensorblock/Phi-3-medium-4k-instruct-GGUF/blob/main/Phi-3-medium-4k-instruct-Q3_K_S.gguf) | Q3_K_S | 5.648 GB | very small, high quality loss |
|
61 |
+
| [Phi-3-medium-4k-instruct-Q3_K_M.gguf](https://huggingface.co/tensorblock/Phi-3-medium-4k-instruct-GGUF/blob/main/Phi-3-medium-4k-instruct-Q3_K_M.gguf) | Q3_K_M | 6.448 GB | very small, high quality loss |
|
62 |
+
| [Phi-3-medium-4k-instruct-Q3_K_L.gguf](https://huggingface.co/tensorblock/Phi-3-medium-4k-instruct-GGUF/blob/main/Phi-3-medium-4k-instruct-Q3_K_L.gguf) | Q3_K_L | 6.976 GB | small, substantial quality loss |
|
63 |
+
| [Phi-3-medium-4k-instruct-Q4_0.gguf](https://huggingface.co/tensorblock/Phi-3-medium-4k-instruct-GGUF/blob/main/Phi-3-medium-4k-instruct-Q4_0.gguf) | Q4_0 | 7.355 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
64 |
+
| [Phi-3-medium-4k-instruct-Q4_K_S.gguf](https://huggingface.co/tensorblock/Phi-3-medium-4k-instruct-GGUF/blob/main/Phi-3-medium-4k-instruct-Q4_K_S.gguf) | Q4_K_S | 7.408 GB | small, greater quality loss |
|
65 |
+
| [Phi-3-medium-4k-instruct-Q4_K_M.gguf](https://huggingface.co/tensorblock/Phi-3-medium-4k-instruct-GGUF/blob/main/Phi-3-medium-4k-instruct-Q4_K_M.gguf) | Q4_K_M | 7.978 GB | medium, balanced quality - recommended |
|
66 |
+
| [Phi-3-medium-4k-instruct-Q5_0.gguf](https://huggingface.co/tensorblock/Phi-3-medium-4k-instruct-GGUF/blob/main/Phi-3-medium-4k-instruct-Q5_0.gguf) | Q5_0 | 8.961 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
67 |
+
| [Phi-3-medium-4k-instruct-Q5_K_S.gguf](https://huggingface.co/tensorblock/Phi-3-medium-4k-instruct-GGUF/blob/main/Phi-3-medium-4k-instruct-Q5_K_S.gguf) | Q5_K_S | 8.961 GB | large, low quality loss - recommended |
|
68 |
+
| [Phi-3-medium-4k-instruct-Q5_K_M.gguf](https://huggingface.co/tensorblock/Phi-3-medium-4k-instruct-GGUF/blob/main/Phi-3-medium-4k-instruct-Q5_K_M.gguf) | Q5_K_M | 9.382 GB | large, very low quality loss - recommended |
|
69 |
+
| [Phi-3-medium-4k-instruct-Q6_K.gguf](https://huggingface.co/tensorblock/Phi-3-medium-4k-instruct-GGUF/blob/main/Phi-3-medium-4k-instruct-Q6_K.gguf) | Q6_K | 10.667 GB | very large, extremely low quality loss |
|
70 |
+
| [Phi-3-medium-4k-instruct-Q8_0.gguf](https://huggingface.co/tensorblock/Phi-3-medium-4k-instruct-GGUF/blob/main/Phi-3-medium-4k-instruct-Q8_0.gguf) | Q8_0 | 13.816 GB | very large, extremely low quality loss - not recommended |
|
71 |
|
72 |
|
73 |
## Downloading instruction
|