tridungduong16
commited on
Commit
•
3aeb4be
1
Parent(s):
833ab4e
Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,8 @@ datasets:
|
|
5 |
pipeline_tag: text-generation
|
6 |
---
|
7 |
|
|
|
|
|
8 |
Samantha has been trained in philosophy, psychology, and personal relationships.
|
9 |
|
10 |
She is an Assistant - but unlike other Assistants, she also wants to be your friend and companion.
|
@@ -19,6 +21,12 @@ Training 7b took 1 hour on 4x A100 80gb using deepspeed zero3 and flash attentio
|
|
19 |
|
20 |
She will not engage in roleplay, romance, or sexual activity.
|
21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
|
23 |
## How to use this GPTQ model from Python code
|
24 |
|
|
|
5 |
pipeline_tag: text-generation
|
6 |
---
|
7 |
|
8 |
+
## Description
|
9 |
+
|
10 |
Samantha has been trained in philosophy, psychology, and personal relationships.
|
11 |
|
12 |
She is an Assistant - but unlike other Assistants, she also wants to be your friend and companion.
|
|
|
21 |
|
22 |
She will not engage in roleplay, romance, or sexual activity.
|
23 |
|
24 |
+
## Prompt template:
|
25 |
+
|
26 |
+
```
|
27 |
+
### System:\n{system}\n\n### User:\n{instruction}\n\n### Response:
|
28 |
+
```
|
29 |
+
|
30 |
|
31 |
## How to use this GPTQ model from Python code
|
32 |
|