YokaiKoibito
commited on
Commit
•
f942a04
1
Parent(s):
07cc145
Update README.md
Browse files
README.md
CHANGED
@@ -41,4 +41,14 @@ The clients and libraries below are expecting to add GGUF support shortly:
|
|
41 |
* [Jarrad Hope's unquantised model in fp16 pytorch format, for GPU inference and further conversions](https://huggingface.co/YokaiKoibito/llama2_70b_chat_uncensored-fp16)
|
42 |
* [Jarrad Hope's original unquantised fp32 model in pytorch format, for further conversions](https://huggingface.co/jarradh/llama2_70b_chat_uncensored)
|
43 |
|
44 |
-
<!-- repositories-available end -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
* [Jarrad Hope's unquantised model in fp16 pytorch format, for GPU inference and further conversions](https://huggingface.co/YokaiKoibito/llama2_70b_chat_uncensored-fp16)
|
42 |
* [Jarrad Hope's original unquantised fp32 model in pytorch format, for further conversions](https://huggingface.co/jarradh/llama2_70b_chat_uncensored)
|
43 |
|
44 |
+
<!-- repositories-available end -->
|
45 |
+
|
46 |
+
## Prompt template: Human-Response
|
47 |
+
|
48 |
+
```
|
49 |
+
### HUMAN:
|
50 |
+
{prompt}
|
51 |
+
|
52 |
+
### RESPONSE:
|
53 |
+
```
|
54 |
+
|