acrastt commited on
Commit
eaf947b
·
1 Parent(s): a3ba6d1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
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)).