Update README.md
Browse files
README.md
CHANGED
@@ -2,7 +2,6 @@
|
|
2 |
language: ja
|
3 |
thumbnail: https://github.com/rinnakk/japanese-pretrained-models/blob/master/rinna.png
|
4 |
tags:
|
5 |
-
- ja
|
6 |
- gpt_neox
|
7 |
- text-generation
|
8 |
- lm
|
@@ -149,11 +148,11 @@ The model uses a [sentencepiece](https://github.com/google/sentencepiece)-based
|
|
149 |
~~~
|
150 |
|
151 |
# How to cite
|
152 |
-
|
153 |
@misc{rinna-japanese-gpt-neox-3.6b-instruction-sft,
|
154 |
title = {rinna/japanese-gpt-neox-3.6b-instruction-sft},
|
155 |
-
author = {Zhao, Tianyu and Sawada, Kei}
|
156 |
-
url = {https://huggingface.co/rinna/japanese-gpt-neox-3.6b-instruction-sft}
|
157 |
}
|
158 |
|
159 |
@inproceedings{sawada2024release,
|
@@ -162,9 +161,11 @@ The model uses a [sentencepiece](https://github.com/google/sentencepiece)-based
|
|
162 |
booktitle = {Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)},
|
163 |
month = {5},
|
164 |
year = {2024},
|
165 |
-
|
|
|
|
|
166 |
}
|
167 |
-
|
168 |
|
169 |
# Licenese
|
170 |
[The MIT license](https://opensource.org/licenses/MIT)
|
|
|
2 |
language: ja
|
3 |
thumbnail: https://github.com/rinnakk/japanese-pretrained-models/blob/master/rinna.png
|
4 |
tags:
|
|
|
5 |
- gpt_neox
|
6 |
- text-generation
|
7 |
- lm
|
|
|
148 |
~~~
|
149 |
|
150 |
# How to cite
|
151 |
+
```bibtex
|
152 |
@misc{rinna-japanese-gpt-neox-3.6b-instruction-sft,
|
153 |
title = {rinna/japanese-gpt-neox-3.6b-instruction-sft},
|
154 |
+
author = {Zhao, Tianyu and Sawada, Kei},
|
155 |
+
url = {https://huggingface.co/rinna/japanese-gpt-neox-3.6b-instruction-sft}
|
156 |
}
|
157 |
|
158 |
@inproceedings{sawada2024release,
|
|
|
161 |
booktitle = {Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)},
|
162 |
month = {5},
|
163 |
year = {2024},
|
164 |
+
pages = {13898--13905},
|
165 |
+
url = {https://aclanthology.org/2024.lrec-main.1213},
|
166 |
+
note = {\url{https://arxiv.org/abs/2404.01657}}
|
167 |
}
|
168 |
+
```
|
169 |
|
170 |
# Licenese
|
171 |
[The MIT license](https://opensource.org/licenses/MIT)
|