Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- PygmalionAI/PIPPA
|
4 |
+
---
|
5 |
+
|
6 |
+
## GGUF
|
7 |
+
|
8 |
+
little endian
|
9 |
+
|
10 |
+
## Training
|
11 |
+
|
12 |
+
[axolotl](https://github.com/OpenAccess-AI-Collective/axolotl) was used for training
|
13 |
+
on a 8x nvidia a40 gpu cluster.
|
14 |
+
|
15 |
+
the a40 GPU cluster has been graciously provided by [Arc Compute](https://www.arccompute.io/).
|
16 |
+
|
17 |
+
rank 16 qlora (all modules) tune
|
18 |
+
|
19 |
+
base model alpindale/goliath-120b tuned on koishi commit 6e675d1 for one epoch
|
20 |
+
|
21 |
+
then tuned on pippa 6412b0c for one epoch (metharme completion)
|
22 |
+
|
23 |
+
then tuned on limarp Version 2023-10-19 for 2 epochs in metharme completion format
|
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.
|