Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- ja
|
4 |
+
tags:
|
5 |
+
- causal-lm
|
6 |
+
pipeline_tag: text-generation
|
7 |
+
---
|
8 |
+
|
9 |
+
# SlaughterHouse Exp 7B
|
10 |
+
|
11 |
+
|
12 |
+
## Model Description
|
13 |
+
|
14 |
+
This is a 7B-parameter decoder-only Japanese language model fine-tuned on novel datasets, built on top of the base model Japanese Stable LM Base Gamma 7B. [Japanese Stable LM Instruct Gamma 7B](https://huggingface.co/stabilityai/japanese-stablelm-instruct-gamma-7b)
|
15 |
+
|
16 |
+
## Feature
|
17 |
+
|
18 |
+
It has knowledge of ACG contents *to some extent.* Meaning it can generate fanfics of some VNs, anime, manga and whatsoever. Don't expect too much; it's an experimental model to make it to be a man of culture while not sacrificing overall quality.
|
19 |
+
|
20 |
+
### Intended Use
|
21 |
+
|
22 |
+
The model is mainly intended to be used for generating novels. It may not be so capable with instruction-based responses.
|