Update README.md
Browse files
README.md
CHANGED
@@ -26,8 +26,16 @@ This repo contains GGUF format model files for [johnsnowlabs/JSL-MedPhi2-2.7B](h
|
|
26 |
|
27 |
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).
|
28 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
## Prompt template
|
30 |
|
|
|
31 |
```
|
32 |
<|endoftext|>[INST] {prompt} [/INST]
|
33 |
```
|
@@ -36,18 +44,18 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
|
|
36 |
|
37 |
| Filename | Quant type | File Size | Description |
|
38 |
| -------- | ---------- | --------- | ----------- |
|
39 |
-
| [JSL-MedPhi2-2.7B-Q2_K.gguf](https://huggingface.co/tensorblock/JSL-MedPhi2-2.7B-GGUF/
|
40 |
-
| [JSL-MedPhi2-2.7B-Q3_K_S.gguf](https://huggingface.co/tensorblock/JSL-MedPhi2-2.7B-GGUF/
|
41 |
-
| [JSL-MedPhi2-2.7B-Q3_K_M.gguf](https://huggingface.co/tensorblock/JSL-MedPhi2-2.7B-GGUF/
|
42 |
-
| [JSL-MedPhi2-2.7B-Q3_K_L.gguf](https://huggingface.co/tensorblock/JSL-MedPhi2-2.7B-GGUF/
|
43 |
-
| [JSL-MedPhi2-2.7B-Q4_0.gguf](https://huggingface.co/tensorblock/JSL-MedPhi2-2.7B-GGUF/
|
44 |
-
| [JSL-MedPhi2-2.7B-Q4_K_S.gguf](https://huggingface.co/tensorblock/JSL-MedPhi2-2.7B-GGUF/
|
45 |
-
| [JSL-MedPhi2-2.7B-Q4_K_M.gguf](https://huggingface.co/tensorblock/JSL-MedPhi2-2.7B-GGUF/
|
46 |
-
| [JSL-MedPhi2-2.7B-Q5_0.gguf](https://huggingface.co/tensorblock/JSL-MedPhi2-2.7B-GGUF/
|
47 |
-
| [JSL-MedPhi2-2.7B-Q5_K_S.gguf](https://huggingface.co/tensorblock/JSL-MedPhi2-2.7B-GGUF/
|
48 |
-
| [JSL-MedPhi2-2.7B-Q5_K_M.gguf](https://huggingface.co/tensorblock/JSL-MedPhi2-2.7B-GGUF/
|
49 |
-
| [JSL-MedPhi2-2.7B-Q6_K.gguf](https://huggingface.co/tensorblock/JSL-MedPhi2-2.7B-GGUF/
|
50 |
-
| [JSL-MedPhi2-2.7B-Q8_0.gguf](https://huggingface.co/tensorblock/JSL-MedPhi2-2.7B-GGUF/
|
51 |
|
52 |
|
53 |
## Downloading instruction
|
|
|
26 |
|
27 |
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).
|
28 |
|
29 |
+
|
30 |
+
<div style="text-align: left; margin: 20px 0;">
|
31 |
+
<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;">
|
32 |
+
Run them on the TensorBlock client using your local machine ↗
|
33 |
+
</a>
|
34 |
+
</div>
|
35 |
+
|
36 |
## Prompt template
|
37 |
|
38 |
+
|
39 |
```
|
40 |
<|endoftext|>[INST] {prompt} [/INST]
|
41 |
```
|
|
|
44 |
|
45 |
| Filename | Quant type | File Size | Description |
|
46 |
| -------- | ---------- | --------- | ----------- |
|
47 |
+
| [JSL-MedPhi2-2.7B-Q2_K.gguf](https://huggingface.co/tensorblock/JSL-MedPhi2-2.7B-GGUF/blob/main/JSL-MedPhi2-2.7B-Q2_K.gguf) | Q2_K | 1.034 GB | smallest, significant quality loss - not recommended for most purposes |
|
48 |
+
| [JSL-MedPhi2-2.7B-Q3_K_S.gguf](https://huggingface.co/tensorblock/JSL-MedPhi2-2.7B-GGUF/blob/main/JSL-MedPhi2-2.7B-Q3_K_S.gguf) | Q3_K_S | 1.165 GB | very small, high quality loss |
|
49 |
+
| [JSL-MedPhi2-2.7B-Q3_K_M.gguf](https://huggingface.co/tensorblock/JSL-MedPhi2-2.7B-GGUF/blob/main/JSL-MedPhi2-2.7B-Q3_K_M.gguf) | Q3_K_M | 1.328 GB | very small, high quality loss |
|
50 |
+
| [JSL-MedPhi2-2.7B-Q3_K_L.gguf](https://huggingface.co/tensorblock/JSL-MedPhi2-2.7B-GGUF/blob/main/JSL-MedPhi2-2.7B-Q3_K_L.gguf) | Q3_K_L | 1.467 GB | small, substantial quality loss |
|
51 |
+
| [JSL-MedPhi2-2.7B-Q4_0.gguf](https://huggingface.co/tensorblock/JSL-MedPhi2-2.7B-GGUF/blob/main/JSL-MedPhi2-2.7B-Q4_0.gguf) | Q4_0 | 1.492 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
52 |
+
| [JSL-MedPhi2-2.7B-Q4_K_S.gguf](https://huggingface.co/tensorblock/JSL-MedPhi2-2.7B-GGUF/blob/main/JSL-MedPhi2-2.7B-Q4_K_S.gguf) | Q4_K_S | 1.508 GB | small, greater quality loss |
|
53 |
+
| [JSL-MedPhi2-2.7B-Q4_K_M.gguf](https://huggingface.co/tensorblock/JSL-MedPhi2-2.7B-GGUF/blob/main/JSL-MedPhi2-2.7B-Q4_K_M.gguf) | Q4_K_M | 1.618 GB | medium, balanced quality - recommended |
|
54 |
+
| [JSL-MedPhi2-2.7B-Q5_0.gguf](https://huggingface.co/tensorblock/JSL-MedPhi2-2.7B-GGUF/blob/main/JSL-MedPhi2-2.7B-Q5_0.gguf) | Q5_0 | 1.801 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
55 |
+
| [JSL-MedPhi2-2.7B-Q5_K_S.gguf](https://huggingface.co/tensorblock/JSL-MedPhi2-2.7B-GGUF/blob/main/JSL-MedPhi2-2.7B-Q5_K_S.gguf) | Q5_K_S | 1.801 GB | large, low quality loss - recommended |
|
56 |
+
| [JSL-MedPhi2-2.7B-Q5_K_M.gguf](https://huggingface.co/tensorblock/JSL-MedPhi2-2.7B-GGUF/blob/main/JSL-MedPhi2-2.7B-Q5_K_M.gguf) | Q5_K_M | 1.865 GB | large, very low quality loss - recommended |
|
57 |
+
| [JSL-MedPhi2-2.7B-Q6_K.gguf](https://huggingface.co/tensorblock/JSL-MedPhi2-2.7B-GGUF/blob/main/JSL-MedPhi2-2.7B-Q6_K.gguf) | Q6_K | 2.128 GB | very large, extremely low quality loss |
|
58 |
+
| [JSL-MedPhi2-2.7B-Q8_0.gguf](https://huggingface.co/tensorblock/JSL-MedPhi2-2.7B-GGUF/blob/main/JSL-MedPhi2-2.7B-Q8_0.gguf) | Q8_0 | 2.755 GB | very large, extremely low quality loss - not recommended |
|
59 |
|
60 |
|
61 |
## Downloading instruction
|