Update README.md
Browse files
README.md
CHANGED
@@ -12,11 +12,7 @@ license:
|
|
12 |
model_creator: NousResearch
|
13 |
model_name: Nous Capybara 34B
|
14 |
model_type: yi
|
15 |
-
prompt_template: 'USER: {prompt}
|
16 |
-
|
17 |
-
ASSISTANT:
|
18 |
-
|
19 |
-
'
|
20 |
quantized_by: TheBloke
|
21 |
tags:
|
22 |
- sft
|
@@ -83,11 +79,7 @@ Here is an incomplete list of clients and libraries that are known to support GG
|
|
83 |
<!-- prompt-template start -->
|
84 |
## Prompt template: User-Assistant
|
85 |
|
86 |
-
```
|
87 |
-
USER: {prompt}
|
88 |
-
ASSISTANT:
|
89 |
-
|
90 |
-
```
|
91 |
|
92 |
<!-- prompt-template end -->
|
93 |
|
|
|
12 |
model_creator: NousResearch
|
13 |
model_name: Nous Capybara 34B
|
14 |
model_type: yi
|
15 |
+
prompt_template: 'USER: {prompt} ASSISTANT:'
|
|
|
|
|
|
|
|
|
16 |
quantized_by: TheBloke
|
17 |
tags:
|
18 |
- sft
|
|
|
79 |
<!-- prompt-template start -->
|
80 |
## Prompt template: User-Assistant
|
81 |
|
82 |
+
```USER: {prompt} ASSISTANT:```
|
|
|
|
|
|
|
|
|
83 |
|
84 |
<!-- prompt-template end -->
|
85 |
|