Update README.md
Browse files
README.md
CHANGED
@@ -9,7 +9,11 @@ base_model: mistralai/Mistral-7B-Instruct-v0.2
|
|
9 |
---
|
10 |
|
11 |
# ShoriRP 🏆
|
12 |
-
LIMA-like model
|
|
|
|
|
|
|
|
|
13 |
|
14 |
An important difference from LimaRP, other than the subject focus, is that conversations are multi-character where applicable, wheras LimaRP only included 1-on-1 RP. Furthermore, the messages sampled have shorter length in general. The rationale behind this was that the short(er)-form roleplays are more "fun" on average, while the longer ones tend to use common purple prose tropes and be a bit dull.
|
15 |
|
|
|
9 |
---
|
10 |
|
11 |
# ShoriRP 🏆
|
12 |
+
LIMA-like roleplaying model based on data from:
|
13 |
+
- Two subject-specific RP forums;
|
14 |
+
- Synthetically-crafted conversations from [Limamono](https://huggingface.co/lemonilia/Limamono-Mistral-7B-v0.50);
|
15 |
+
- Character lore and descriptions (mainly pertaining to Limamono);
|
16 |
+
- Tiny amount of RP-like instructions/alignment data.
|
17 |
|
18 |
An important difference from LimaRP, other than the subject focus, is that conversations are multi-character where applicable, wheras LimaRP only included 1-on-1 RP. Furthermore, the messages sampled have shorter length in general. The rationale behind this was that the short(er)-form roleplays are more "fun" on average, while the longer ones tend to use common purple prose tropes and be a bit dull.
|
19 |
|