digitalpipelines
commited on
Commit
•
aa9b097
1
Parent(s):
29bead4
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- wikitext
|
5 |
+
tags:
|
6 |
+
- digitalpipelines
|
7 |
+
---
|
8 |
+
|
9 |
+
# Overview
|
10 |
+
quantized GPTQ model of [digitalpipelines/llama2_7b_chat_uncensored](https://huggingface.co/digitalpipelines/llama2_7b_chat_uncensored)
|
11 |
+
|
12 |
+
# Prompt style
|
13 |
+
The model was trained with the following prompt style:
|
14 |
+
```
|
15 |
+
### HUMAN:
|
16 |
+
Hello
|
17 |
+
|
18 |
+
### RESPONSE:
|
19 |
+
Hi, how are you?
|
20 |
+
|
21 |
+
### HUMAN:
|
22 |
+
I'm fine.
|
23 |
+
|
24 |
+
### RESPONSE:
|
25 |
+
How can I help you?
|
26 |
+
...
|
27 |
+
```
|