ewof commited on
Commit
c8de66a
1 Parent(s): 023b20a

Create README.md

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