Aryanne commited on
Commit
25a8d78
1 Parent(s): 9bc511a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -33,6 +33,19 @@ The intended use of BLING models is two-fold:
33
  2. Push the state of the art for smaller Instruct-following models in the sub-7B parameter range, especially 1B-3B, as single-purpose
34
  automation tools for specific tasks through targeted fine-tuning datasets and focused "instruction" tasks.
35
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
 
37
  ### Direct Use
38
 
 
33
  2. Push the state of the art for smaller Instruct-following models in the sub-7B parameter range, especially 1B-3B, as single-purpose
34
  automation tools for specific tasks through targeted fine-tuning datasets and focused "instruction" tasks.
35
 
36
+ ## Prompt Format
37
+
38
+
39
+ ```
40
+ <human>: Anything that you want to say
41
+ <bot:
42
+ ```
43
+ or
44
+ ```
45
+ <human>: Context
46
+ Instruction/Question
47
+ <bot:
48
+ ```
49
 
50
  ### Direct Use
51