Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,50 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- wikipedia
|
5 |
+
- mc4
|
6 |
+
- cc100
|
7 |
+
- oscar-corpus/OSCAR-2301
|
8 |
+
- oscar-corpus/OSCAR-2201
|
9 |
+
- cerebras/SlimPajama-627B
|
10 |
+
language:
|
11 |
+
- ja
|
12 |
---
|
13 |
+
|
14 |
+
# Japanese StableLM-3B-4E1T Base
|
15 |
+
|
16 |
+
## Model Description
|
17 |
+
|
18 |
+
This is a 3B-parameter decoder-only language model with a focus on maximizing Japanese language modeling performance and Japanese downstream task performance.
|
19 |
+
We conducted continued pretraining using Japanese data on the English language model, [StableLM-3B-4E1T](https://huggingface.co/stabilityai/stablelm-3b-4e1t/), to transfer the model's knowledge and capabilities to Japanese.
|
20 |
+
|
21 |
+
## Usage
|
22 |
+
|
23 |
+
TODO
|
24 |
+
|
25 |
+
## Model Details
|
26 |
+
|
27 |
+
* **Developed by**: [Stability AI](https://stability.ai/)
|
28 |
+
* **Model type**: `Japanese StableLM-3B-4E1T Base` model is an auto-regressive language models based on the transformer decoder architecture.
|
29 |
+
* **Language(s)**: Japanese
|
30 |
+
* **License**: This model is licensed under [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0).
|
31 |
+
* **Contact**: For questions and comments about the model, please email `lm@stability.ai`
|
32 |
+
|
33 |
+
|
34 |
+
|
35 |
+
## Use and Limitations
|
36 |
+
|
37 |
+
### Intended Use
|
38 |
+
|
39 |
+
The model is intended to be used by all individuals as a foundational model for application-specific fine-tuning without strict limitations on commercial use.
|
40 |
+
|
41 |
+
### Limitations and bias
|
42 |
+
|
43 |
+
The pre-training dataset may have contained offensive or inappropriate content even after applying data cleansing filters which can be reflected in the model-generated text. We recommend users exercise reasonable caution when using these models in production systems. Do not use the model for any applications that may cause harm or distress to individuals or groups.
|
44 |
+
|
45 |
+
|
46 |
+
## Acknowledgements
|
47 |
+
|
48 |
+
We are grateful for the contributions of the EleutherAI Polyglot-JA team in helping us to collect a large amount of pre-training data in Japanese. Polyglot-JA members includes Hyunwoong Ko (Project Lead), Fujiki Nakamura (originally started this project when he commited to the Polyglot team), Yunho Mo, Minji Jung, KeunSeok Im, and Su-Kyeong Jang.
|
49 |
+
|
50 |
+
We are also appreciative of [AI Novelist/Sta (Bit192, Inc.)](https://ai-novel.com/index.php) and the numerous contributors from [Stable Community Japan](https://discord.gg/VPrcE475HB) for assisting us in gathering a large amount of high-quality Japanese textual data for model training.
|