Update README.md
Browse files
README.md
CHANGED
@@ -7,7 +7,7 @@ tags:
|
|
7 |
pipeline_tag: text-generation
|
8 |
---
|
9 |
|
10 |
-
# Winter Garden 7B - β
|
11 |
|
12 |
It was mentioned that we are in the open ai dark winter; so I thought I would make myself a nice winter garden.
|
13 |
|
@@ -41,19 +41,11 @@ Includes fast tokenizer.
|
|
41 |
|
42 |
## Chat Template
|
43 |
|
44 |
-
|
45 |
|
46 |
-
```
|
47 |
-
### {% title %}
|
48 |
-
{% metadata %}
|
49 |
|
50 |
-
|
51 |
-
|
52 |
-
ASSISTANT: Hi, how are you?
|
53 |
-
|
54 |
-
```
|
55 |
-
|
56 |
-
Initial tests show this model is a real talker. If you prompt with ```[WP] <prompt>\n\n``` it will take right off.
|
57 |
|
58 |
## Scores
|
59 |
|
|
|
7 |
pipeline_tag: text-generation
|
8 |
---
|
9 |
|
10 |
+
# Winter Garden 7B - β - "The Writer"
|
11 |
|
12 |
It was mentioned that we are in the open ai dark winter; so I thought I would make myself a nice winter garden.
|
13 |
|
|
|
41 |
|
42 |
## Chat Template
|
43 |
|
44 |
+
There is currently a chat template for conversational turns. It may or may not be good for this model without more tuning. Initial tests show this model is a real talker and writer.
|
45 |
|
46 |
+
* If you prompt with ```[WP] <prompt>\n\n``` it will take right off.
|
|
|
|
|
47 |
|
48 |
+
It doesn't seem to know `### Instruction:` or `<|im_start|>`; `<|user|>` ,`<|assistant|>` works but tends to get quickly mixed up with html, and back and forth conversation devolves in to long narratives.
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
|
50 |
## Scores
|
51 |
|