baebee commited on
Commit
8f00921
1 Parent(s): c723666

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -18,4 +18,16 @@ Koss-7B is intended for general NLP applications including text classification,
18
 
19
  - Koss-7B should not be used for tasks requiring very specialized knowledge or skills, since its limited parameters reduce expertise in niche domains. For best performance, finetune on in-domain data.
20
  - As with all AI systems, Koss-7B's behavior is dependent on its training data. It may exhibit biases inherited from non-diverse data. Audit data and mitigation strategies to avoid unfair impacts.
21
- - Koss-7B is not a creative agent. Its outputs will be limited to recombinations of patterns in its training data. Do not ascribe human-like agency or consciousness.
 
 
 
 
 
 
 
 
 
 
 
 
 
18
 
19
  - Koss-7B should not be used for tasks requiring very specialized knowledge or skills, since its limited parameters reduce expertise in niche domains. For best performance, finetune on in-domain data.
20
  - As with all AI systems, Koss-7B's behavior is dependent on its training data. It may exhibit biases inherited from non-diverse data. Audit data and mitigation strategies to avoid unfair impacts.
21
+ - Koss-7B is not a creative agent. Its outputs will be limited to recombinations of patterns in its training data. Do not ascribe human-like agency or consciousness.
22
+
23
+ ## Recommended Prompt Template:
24
+ ```
25
+ <s>[INST] {prompt} [/INST] {response} </s>
26
+ or
27
+ <s>[INST] {prompt} [/INST]
28
+ ```
29
+ The model will start it's response after the [/INST]
30
+ Example:
31
+ ```
32
+ <s>[INST] Why did the chicken cross the road? [/INST] To get to the other side! </s>
33
+ ```