CalamitousFelicitousness
commited on
Commit
•
9c24363
1
Parent(s):
5f4aec2
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model:
|
3 |
+
- unsloth/Mistral-Small-Instruct-2409
|
4 |
+
library_name: transformers
|
5 |
+
tags:
|
6 |
+
- mergekit
|
7 |
+
- merge
|
8 |
+
license: other
|
9 |
+
license_name: mrl
|
10 |
+
license_link: https://mistral.ai/licenses/MRL-0.1.md
|
11 |
+
|
12 |
+
---
|
13 |
+
|
14 |
+
# This repo contains the copy of the original quantized to EXL2. Original: [allura-org/MS-Meadowlark-22B](https://huggingface.co/allura-org/MS-Meadowlark-22B)
|
15 |
+
|
16 |
+
# MS-Meadowlark-22B
|
17 |
+
<figure>
|
18 |
+
<img src="https://huggingface.co/ToastyPigeon/MS-Meadowlark-22B/resolve/main/00036-141420187-3.png" width="750">
|
19 |
+
<figcaption>Big thanks to @inflatebot for the image.</figcaption>
|
20 |
+
</figure>
|
21 |
+
A roleplay and storywriting model based on Mistral Small 22B.
|
22 |
+
|
23 |
+
GGUF models: https://huggingface.co/mradermacher/MS-Meadowlark-22B-GGUF/
|
24 |
+
|
25 |
+
Datasets used in this model:
|
26 |
+
- [Dampfinchen/Creative_Writing_Multiturn](https://huggingface.co/datasets/Dampfinchen/Creative_Writing_Multiturn) at 16k
|
27 |
+
- [Fizzarolli/rosier-dataset](https://huggingface.co/datasets/Fizzarolli/rosier-dataset) + [Alfitaria/body-inflation-org](https://huggingface.co/datasets/Alfitaria/body-inflation-org) at 16k
|
28 |
+
- [ToastyPigeon/SpringDragon](https://huggingface.co/datasets/ToastyPigeon/SpringDragon) at 8k
|
29 |
+
|
30 |
+
Each dataset was trained separately onto Mistral Small Instruct, and then the component models were merged along with [nbeerbower/Mistral-Small-Gutenberg-Doppel-22B](https://huggingface.co/nbeerbower/Mistral-Small-Gutenberg-Doppel-22B) to create Meadowlark.
|
31 |
+
|
32 |
+
I tried different blends of the component models, and this one seems to be the most stable while retaining creativity and unpredictability added by the trained data.
|
33 |
+
|
34 |
+
# Instruct Format
|
35 |
+
Rosier/bodyinf and SpringDragon were trained in completion format. This model should work with [Kobold Lite](https://lite.koboldai.net/) in Adventure Mode and Story Mode.
|
36 |
+
|
37 |
+
Creative_Writing_Multiturn and Gutenberg-Doppel were trained using the official instruct format of Mistral Small Instruct:
|
38 |
+
```
|
39 |
+
<s>[INST] {User message}[/INST] {Assistant response}</s>
|
40 |
+
```
|
41 |
+
This is the Mistral Small V2&V3 preset in SillyTavern and Kobold Lite.
|
42 |
+
|
43 |
+
For SillyTavern in particular I've had better luck getting good output from Mistral Small using a [custom instruct template](https://huggingface.co/ToastyPigeon/ST-Presets-Mistral-Small) that formats the assembled context as a single user turn. This prevents SillyTavern from confusing the model by assembling user/assistant turns in a nonstandard way. Note: This preset is *not* compatible with Stepped Thinking, use the Mistral V2&V3 preset for that.
|