Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
language:
|
3 |
- en
|
4 |
-
license:
|
5 |
tags:
|
6 |
- text-generation-inference
|
7 |
- transformers
|
@@ -9,15 +9,28 @@ tags:
|
|
9 |
- mistral
|
10 |
- trl
|
11 |
- sft
|
|
|
|
|
12 |
base_model: SanjiWatsuki/Kunoichi-DPO-v2-7B
|
13 |
---
|
|
|
|
|
|
|
14 |
|
15 |
-
|
16 |
|
17 |
-
- **
|
18 |
-
- **License:** apache-2.0
|
19 |
- **Finetuned from model :** SanjiWatsuki/Kunoichi-DPO-v2-7B
|
20 |
|
21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
|
23 |
-
|
|
|
|
|
|
1 |
---
|
2 |
language:
|
3 |
- en
|
4 |
+
license: cc-by-nc-4.0
|
5 |
tags:
|
6 |
- text-generation-inference
|
7 |
- transformers
|
|
|
9 |
- mistral
|
10 |
- trl
|
11 |
- sft
|
12 |
+
- Roleplay
|
13 |
+
- roleplay
|
14 |
base_model: SanjiWatsuki/Kunoichi-DPO-v2-7B
|
15 |
---
|
16 |
+
> [!Important]
|
17 |
+
> Still in experiment
|
18 |
+
# About this model
|
19 |
|
20 |
+
Do you know TSF, TS, TG? A lot of model don't really know about that, so I do some experiment to finetune TSF dataset.
|
21 |
|
22 |
+
- **Finetuned with rough translate dataset, to increase the accuracy in TSF theme, which is not quite popular. (lewd dataset)**
|
|
|
23 |
- **Finetuned from model :** SanjiWatsuki/Kunoichi-DPO-v2-7B
|
24 |
|
25 |
+
# Dataset
|
26 |
+
```
|
27 |
+
Dataset(all are novels):
|
28 |
+
30% skinsuit
|
29 |
+
30% possession
|
30 |
+
35% transform(shapeshift)
|
31 |
+
5% other
|
32 |
+
```
|
33 |
|
34 |
+
# Thank Unsloth for good finetuning tool. This mistral model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
35 |
+
|
36 |
+
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|