Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- ewof/koishi-instruct-metharme
|
4 |
+
---
|
5 |
+
|
6 |
+
trained on commit 33b25a5 of the linked dataset (lamini)
|
7 |
+
|
8 |
+
## Base Model
|
9 |
+
|
10 |
+
native fine tune of togethercomputer/RedPajama-INCITE-Base-3B-v1
|
11 |
+
|
12 |
+
## Prompting
|
13 |
+
|
14 |
+
The current model version has been trained on prompts using three different roles, which are denoted by the following tokens: `<|system|>`, `<|user|>` and `<|model|>`.
|
15 |
+
|
16 |
+
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.
|
17 |
+
|
18 |
+
## Benchmarks
|
19 |
+
these are previous benchmarks, the ones for current version r pending
|
20 |
+

|