ewof commited on
Commit
d283037
1 Parent(s): 3d25033

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - ewof/koishi-instruct-metharme
4
+ ---
5
+
6
+ ## GPTQ
7
+
8
+ 4096 sequence length
9
+
10
+ VMware/open-instruct dataset
11
+
12
+ ## Training
13
+
14
+ [axolotl](https://github.com/OpenAccess-AI-Collective/axolotl) was used for training
15
+ on a 6x nvidia a40 gpu cluster.
16
+
17
+ the a40 GPU cluster has been graciously provided by [Arc Compute](https://www.arccompute.io/).
18
+
19
+ trained on koishi commit 6e675d1 for one epoch
20
+
21
+ ## Base Model
22
+
23
+ rank 16 lora tune of mistralai/Mistral-7B-v0.1 (all modules, merged)
24
+
25
+ ## Prompting
26
+
27
+ The current model version has been trained on prompts using three different roles, which are denoted by the following tokens: `<|system|>`, `<|user|>` and `<|model|>`.
28
+
29
+ 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.