ewof commited on
Commit
eeeddca
1 Parent(s): 6072505

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -1,3 +1,7 @@
 
 
 
 
1
  ## Base Model
2
  togethercomputer/RedPajama-INCITE-Base-3B-v1
3
 
@@ -5,8 +9,4 @@ togethercomputer/RedPajama-INCITE-Base-3B-v1
5
 
6
  The current model version has been trained on prompts using three different roles, which are denoted by the following tokens: `<|system|>`, `<|user|>` and `<|model|>`.
7
 
8
- The `<|system|>` prompt can be used to inject out-of-channel information behind the scenes, while the `<|user|>` prompt should be used to indicate user input. The `<|model|>` token should then be used to indicate that the model should generate a response. These tokens can happen multiple times and be chained up to form a conversation history.
9
- ---
10
- datasets:
11
- - ewof/koishi-instruct-metharme
12
- ---
 
1
+ ---
2
+ datasets:
3
+ - ewof/koishi-instruct-metharme
4
+ ---
5
  ## Base Model
6
  togethercomputer/RedPajama-INCITE-Base-3B-v1
7
 
 
9
 
10
  The current model version has been trained on prompts using three different roles, which are denoted by the following tokens: `<|system|>`, `<|user|>` and `<|model|>`.
11
 
12
+ The `<|system|>` prompt can be used to inject out-of-channel information behind the scenes, while the `<|user|>` prompt should be used to indicate user input. The `<|model|>` token should then be used to indicate that the model should generate a response. These tokens can happen multiple times and be chained up to form a conversation history.