Update README.md
Browse files
README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
language:
|
3 |
- en
|
4 |
- ja
|
5 |
-
license:
|
6 |
library_name: transformers
|
7 |
pipeline_tag: text-generation
|
8 |
---
|
@@ -11,7 +11,7 @@ pipeline_tag: text-generation
|
|
11 |
|
12 |
## Model Description
|
13 |
PLaMo-13B-Instruct-NC is a noncommercial 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-NC is fine-tuned using multiple publicly available Japanese datasets.
|
14 |
-
This model is released under
|
15 |
|
16 |
[PLaMo-13B-Instruct Release blog (Japanese)](https://tech.preferred.jp/ja/blog/llm-plamo/)
|
17 |
|
@@ -80,7 +80,7 @@ print(completion(prompt, max_new_tokens=128))
|
|
80 |
- Developed by: Preferred Networks, Inc
|
81 |
- Model type: Causal decoder-only
|
82 |
- Language(s): Japanese and English
|
83 |
-
- License:
|
84 |
|
85 |
## Training Dataset
|
86 |
|
@@ -125,4 +125,4 @@ PLaMo-13B-Instruct-NC is a new technology that carries risks with use. Testing c
|
|
125 |
journal={arXiv preprint arXiv:2302.13971},
|
126 |
year={2023}
|
127 |
}
|
128 |
-
```
|
|
|
2 |
language:
|
3 |
- en
|
4 |
- ja
|
5 |
+
license: cc-by-nc-4.0
|
6 |
library_name: transformers
|
7 |
pipeline_tag: text-generation
|
8 |
---
|
|
|
11 |
|
12 |
## Model Description
|
13 |
PLaMo-13B-Instruct-NC is a noncommercial 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-NC is fine-tuned using multiple publicly available Japanese datasets.
|
14 |
+
This model is released under CC-BY-NC-4.0.
|
15 |
|
16 |
[PLaMo-13B-Instruct Release blog (Japanese)](https://tech.preferred.jp/ja/blog/llm-plamo/)
|
17 |
|
|
|
80 |
- Developed by: Preferred Networks, Inc
|
81 |
- Model type: Causal decoder-only
|
82 |
- Language(s): Japanese and English
|
83 |
+
- License: CC-BY-NC-4.0
|
84 |
|
85 |
## Training Dataset
|
86 |
|
|
|
125 |
journal={arXiv preprint arXiv:2302.13971},
|
126 |
year={2023}
|
127 |
}
|
128 |
+
```
|