Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,10 @@ datasets:
|
|
4 |
- lemonilia/LimaRP
|
5 |
---
|
6 |
|
|
|
|
|
|
|
|
|
7 |
## GGUF
|
8 |
|
9 |
little endian
|
@@ -22,9 +26,3 @@ base model mistralai/Mistral-7B-v0.1 tuned on koishi commit 6e675d1 for one epoc
|
|
22 |
then tuned on pippa 6412b0c for one epoch (metharme completion)
|
23 |
|
24 |
then tuned on limarp Version 2023-10-19 for 2 epochs in metharme completion format
|
25 |
-
|
26 |
-
## Prompting
|
27 |
-
|
28 |
-
The current model version has been trained on prompts using three different roles, which are denoted by the following tokens: `<|system|>`, `<|user|>` and `<|model|>`.
|
29 |
-
|
30 |
-
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.
|
|
|
4 |
- lemonilia/LimaRP
|
5 |
---
|
6 |
|
7 |
+
## Gen Settings & Prompting
|
8 |
+
|
9 |
+
https://rentry.org/tsukasamodel
|
10 |
+
|
11 |
## GGUF
|
12 |
|
13 |
little endian
|
|
|
26 |
then tuned on pippa 6412b0c for one epoch (metharme completion)
|
27 |
|
28 |
then tuned on limarp Version 2023-10-19 for 2 epochs in metharme completion format
|
|
|
|
|
|
|
|
|
|
|
|