Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,20 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- togethercomputer/RedPajama-Data-1T
|
5 |
+
- databricks/databricks-dolly-15k
|
6 |
+
- OpenAssistant/oasst1
|
7 |
+
- Muennighoff/natural-instructions
|
8 |
+
- Muennighoff/P3
|
9 |
+
language:
|
10 |
+
- en
|
11 |
+
pipeline_tag: text-generation
|
12 |
---
|
13 |
+
This is an experimental merge of models [RedPajama-INCITE-Chat-3B-V1](https://huggingface.co/togethercomputer/RedPajama-INCITE-Chat-3B-v1) and [RedPajama-INCITE-Instruct-3B-V1](https://huggingface.co/togethercomputer/RedPajama-INCITE-Instruct-3B-v1).</br>
|
14 |
+
This model is adaptive to prompt templates, but this template is recommended:
|
15 |
+
```
|
16 |
+
HUMAN: {prompt}
|
17 |
+
ASSISTANT:
|
18 |
+
```
|
19 |
+
Feel free to change HUMAN or ASSISTANT. It will not change much.</br>
|
20 |
+
GGML versions [here](https://huggingface.co/adadbbb/pajama_ggml) (Note that this is only compatible with [koboldcpp](https://github.com/LostRuins/koboldcpp)).
|