danielpark
commited on
Commit
•
a4013ca
1
Parent(s):
3b90df6
Update README.md
Browse files
README.md
CHANGED
@@ -12,6 +12,23 @@ pipeline_tag: text-generation
|
|
12 |
- Model: [danielpark/gorani-100k-llama2-13b-instruct](https://huggingface.co/danielpark/gorani-100k-llama2-13b-instruct)
|
13 |
- Dataset: [TEAMGORANI/gorani-100k](https://huggingface.co/datasets/TEAMGORANI/gorani-100k)
|
14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
## Caution
|
16 |
The model weights and dataset have not been properly curated yet and are strictly prohibited for use under any license. In relation to this, the developers do not assume any responsibility, either implicitly or explicitly.
|
17 |
|
|
|
12 |
- Model: [danielpark/gorani-100k-llama2-13b-instruct](https://huggingface.co/danielpark/gorani-100k-llama2-13b-instruct)
|
13 |
- Dataset: [TEAMGORANI/gorani-100k](https://huggingface.co/datasets/TEAMGORANI/gorani-100k)
|
14 |
|
15 |
+
## Template
|
16 |
+
I use llama2-13b with LFM, but I have used it without a default system message. If a system message is specified in some datasets, I use that content.
|
17 |
+
```
|
18 |
+
### System:
|
19 |
+
{System}
|
20 |
+
|
21 |
+
### User:
|
22 |
+
{New_User_Input}
|
23 |
+
|
24 |
+
### Input:
|
25 |
+
{New User Input}
|
26 |
+
|
27 |
+
### Response:
|
28 |
+
{New_Assistant_Answer}
|
29 |
+
```
|
30 |
+
|
31 |
+
|
32 |
## Caution
|
33 |
The model weights and dataset have not been properly curated yet and are strictly prohibited for use under any license. In relation to this, the developers do not assume any responsibility, either implicitly or explicitly.
|
34 |
|