Alsebay commited on
Commit
baa4647
1 Parent(s): 7dfe51d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -7
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  language:
3
  - en
4
- license: apache-2.0
5
  tags:
6
  - text-generation-inference
7
  - transformers
@@ -9,15 +9,32 @@ tags:
9
  - llama
10
  - trl
11
  - sft
 
 
12
  base_model: Sao10K/Fimbulvetr-11B-v2
13
  ---
 
 
 
14
 
15
- # Uploaded model
16
 
17
- - **Developed by:** Alsebay
18
- - **License:** apache-2.0
19
- - **Finetuned from model :** Sao10K/Fimbulvetr-11B-v2
20
 
21
- This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
 
22
 
23
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  language:
3
  - en
4
+ license: cc-by-nc-4.0
5
  tags:
6
  - text-generation-inference
7
  - transformers
 
9
  - llama
10
  - trl
11
  - sft
12
+ - Roleplay
13
+ - roleplay
14
  base_model: Sao10K/Fimbulvetr-11B-v2
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
+ This model now can handle (limited) TSF content. If you Character Card have complex plot, maybe you should try other model (maybe bigger parameter?).
 
 
23
 
24
+ - **Finetuned with rough translate dataset, to increase the accuracy in TSF theme, which is not quite popular. (lewd dataset)**
25
+ - **Finetuned from model :** Sao10K/Fimbulvetr-11B-v2 . Thank Sao10K a lot :)
26
 
27
+ ## Still testing, but seem it good enough for handle information. But the logic go down a bit because the rough translate dataset.
28
+ GGUF version? [here is it](https://huggingface.co/Alsebay/Narumashi-RT-11B-GGUF). Although only 1 Q4_K_M available. Oh, also fp16 version.
29
+ ## Dataset
30
+ ```
31
+ Dataset(all are novels):
32
+ 30% skinsuit
33
+ 30% possession
34
+ 35% transform(shapeshift)
35
+ 5% other
36
+ ```
37
+
38
+ # 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.
39
+
40
+ [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)