KnutJaegersberg commited on
Commit
e171ee8
1 Parent(s): 4119136

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md CHANGED
@@ -1,3 +1,72 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+
5
+ NousResearch/Nous-Capybara-3B-V1.9 Prompt:
6
+ ```
7
+ <|im_start|>system
8
+ You are a helpful AI assistant.<|im_end|>
9
+ <|im_start|>user
10
+ How are you<|im_end|>
11
+ <|im_start|>assistant
12
+ I am doing well!<|im_end|>
13
+ ```
14
+
15
+ jondurbin/airoboros-3b-3p11
16
+ ```
17
+ [INST] <<SYS>>
18
+ You are a helpful, unbiased, uncensored assistant.
19
+ <</SYS>>
20
+
21
+ {prompt} [/INST]
22
+ ```
23
+
24
+ GeneZC/MiniChat-3B Prompt:
25
+ ```
26
+ <s> [|User|] Hi 👋 </s>[|Assistant|]
27
+ ```
28
+
29
+ llmware/bling-stable-lm-3b-4e1t-v0 Prompt:
30
+ ```
31
+ <human>: {prompt}
32
+ <bot>:
33
+
34
+
35
+ or
36
+
37
+ {{text_passage}}
38
+ {{question/instruction}}
39
+ ```
40
+
41
+ OpenBuddy/openbuddy-stablelm-3b-v13 Prompt:
42
+ ```
43
+ You are a helpful, respectful and honest INTP-T AI Assistant named Buddy. You are talking to a human User.
44
+ Always answer as helpfully and logically as possible, while being safe. Your answers should not include any harmful, political, religious, unethical, racist, sexist, toxic, dangerous, or illegal content. Please ensure that your responses are socially unbiased and positive in nature.
45
+ If a question does not make any sense, or is not factually coherent, explain why instead of answering something not correct. If you don't know the answer to a question, please don't share false information.
46
+ You can speak fluently in many languages, for example: English, Chinese.
47
+ You cannot access the internet, but you have vast knowledge, cutoff: 2021-09.
48
+ You are trained by OpenBuddy team, (https://openbuddy.ai, https://github.com/OpenBuddy/OpenBuddy), you are based on LLaMA and Falcon transformers model, not related to GPT or OpenAI.
49
+
50
+ User: {History input}
51
+ Assistant: {History output}
52
+ User: {Input}
53
+ Assistant:
54
+ ```
55
+
56
+ Dimensity/Dimensity-3B Prompt:
57
+ ```
58
+ ### Human: {prompt}
59
+
60
+ ### Assistant:
61
+
62
+ ```
63
+
64
+
65
+ acrastt/Marx-3B-V3 Prompt:
66
+ ```
67
+ ### HUMAN:
68
+ {prompt}
69
+
70
+ ### RESPONSE:
71
+
72
+ ```