Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
- ja
|
6 |
+
tags:
|
7 |
+
- finetuned
|
8 |
+
library_name: transformers
|
9 |
+
pipeline_tag: text-generation
|
10 |
+
---
|
11 |
+
<img src="./" width="100%" height="20%" alt="">
|
12 |
+
|
13 |
+
# Model Card for Ninja-v1-NSFW-128k
|
14 |
+
|
15 |
+
The Mistral-7B--based Large Language Model (LLM) is an noveldataset fine-tuned version of the Mistral-7B-v0.1
|
16 |
+
|
17 |
+
Ninja-NSFW-128k has the following changes compared to Mistral-7B-v0.1.
|
18 |
+
- 128k context window (8k context in v0.1)
|
19 |
+
- Achieving both high quality Japanese and English generation
|
20 |
+
- Memory ability that does not forget even after long-context generation
|
21 |
+
|
22 |
+
This model was created with the help of GPUs from the first LocalAI hackathon.
|
23 |
+
|
24 |
+
We would like to take this opportunity to thank
|
25 |
+
|
26 |
+
## List of Creation Methods
|
27 |
+
|
28 |
+
- Chatvector for multiple models
|
29 |
+
- Simple linear merging of result models
|
30 |
+
- Domain and Sentence Enhancement with LORA
|
31 |
+
- Context expansion
|
32 |
+
|
33 |
+
## Instruction format
|
34 |
+
|
35 |
+
Freed from templates. Congratulations
|
36 |
+
|
37 |
+
## Example prompts to improve (Japanese)
|
38 |
+
|
39 |
+
- BAD:γγγͺγγ―ββγ¨γγ¦ζ―γθγγΎγ
|
40 |
+
- GOOD: γγͺγγ―ββγ§γ
|
41 |
+
|
42 |
+
- BAD: γγͺγγ―ββγγ§γγΎγ
|
43 |
+
- GOOD: γγͺγγ―ββγγγΎγ
|
44 |
+
|
45 |
+
# Other points to keep in mind
|
46 |
+
If possible, we recommend inferring with llamacpp rather than Transformers.
|