Update README.md
Browse files
README.md
CHANGED
@@ -12,6 +12,16 @@ tags:
|
|
12 |
- 4_K_M
|
13 |
---
|
14 |
|
15 |
-
This is a quantized **GGUF** version of **OpenOrca-Platypus-13B** quantized to **4_K-M** format.
|
16 |
|
17 |
-
*(link to the original model : https://huggingface.co/Open-Orca/OpenOrca-Platypus2-13B)*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
- 4_K_M
|
13 |
---
|
14 |
|
15 |
+
This is a more recent quantized **GGUF** version of **OpenOrca-Platypus-13B** quantized to **4_K-M** respecting the new format from *(https://github.com/ggerganov/llama.cpp)*.
|
16 |
|
17 |
+
*(link to the original model : https://huggingface.co/Open-Orca/OpenOrca-Platypus2-13B)*
|
18 |
+
|
19 |
+
## Instruction template :
|
20 |
+
|
21 |
+
```
|
22 |
+
### Instruction:
|
23 |
+
|
24 |
+
<prompt> (without the <>)
|
25 |
+
|
26 |
+
### Response:
|
27 |
+
```
|