Update README.md
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ pipeline_tag: text-generation
|
|
10 |
# PLaMo-13B-Instruct
|
11 |
|
12 |
## Model Description
|
13 |
-
PLaMo-13B-Instruct is an instruct fine-tuned model built upon the 8192 context length version of [
|
14 |
This model is released under the Apache License 2.0.
|
15 |
|
16 |
[PLaMo-13B-Instruct Release blog (Japanese)](https://tech.preferred.jp/ja/blog/llm-plamo/)
|
@@ -90,7 +90,7 @@ print(completion(prompt, max_new_tokens=128))
|
|
90 |
- [OpenAssistant Conversations Dataset (Japanese translation, oasst1)](https://huggingface.co/datasets/kunishou/oasst1-89k-ja)
|
91 |
- [Wikinews subset of Izumi-lab llm-japanese-dataset](https://huggingface.co/datasets/izumi-lab/llm-japanese-dataset)
|
92 |
|
93 |
-
For the pretraining model, see [
|
94 |
|
95 |
|
96 |
## Bias, Risks, and Limitations
|
|
|
10 |
# PLaMo-13B-Instruct
|
11 |
|
12 |
## Model Description
|
13 |
+
PLaMo-13B-Instruct is an instruct fine-tuned model built upon the 8192 context length version of [PLaMo-13B](https://huggingface.co/pfnet/plamo-13b) text generation model. PLaMo-13B-Instruct is fine-tuned using multiple publicly available Japanese datasets.
|
14 |
This model is released under the Apache License 2.0.
|
15 |
|
16 |
[PLaMo-13B-Instruct Release blog (Japanese)](https://tech.preferred.jp/ja/blog/llm-plamo/)
|
|
|
90 |
- [OpenAssistant Conversations Dataset (Japanese translation, oasst1)](https://huggingface.co/datasets/kunishou/oasst1-89k-ja)
|
91 |
- [Wikinews subset of Izumi-lab llm-japanese-dataset](https://huggingface.co/datasets/izumi-lab/llm-japanese-dataset)
|
92 |
|
93 |
+
For the pretraining model, see [PLaMo-13B](https://huggingface.co/pfnet/plamo-13b).
|
94 |
|
95 |
|
96 |
## Bias, Risks, and Limitations
|