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
|
@@ -110,11 +109,11 @@ The model uses a [sentencepiece](https://github.com/google/sentencepiece)-based
|
|
110 |
~~~
|
111 |
|
112 |
# How to cite
|
113 |
-
|
114 |
@misc{rinna-japanese-gpt-neox-3.6b,
|
115 |
title = {rinna/japanese-gpt-neox-3.6b},
|
116 |
-
author = {Zhao, Tianyu and Sawada, Kei}
|
117 |
-
url = {https://huggingface.co/rinna/japanese-gpt-neox-3.6b}
|
118 |
}
|
119 |
|
120 |
@inproceedings{sawada2024release,
|
@@ -123,9 +122,11 @@ The model uses a [sentencepiece](https://github.com/google/sentencepiece)-based
|
|
123 |
booktitle = {Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)},
|
124 |
month = {5},
|
125 |
year = {2024},
|
126 |
-
|
|
|
|
|
127 |
}
|
128 |
-
|
129 |
|
130 |
# Licenese
|
131 |
[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
|
|
|
109 |
~~~
|
110 |
|
111 |
# How to cite
|
112 |
+
```bibtex
|
113 |
@misc{rinna-japanese-gpt-neox-3.6b,
|
114 |
title = {rinna/japanese-gpt-neox-3.6b},
|
115 |
+
author = {Zhao, Tianyu and Sawada, Kei},
|
116 |
+
url = {https://huggingface.co/rinna/japanese-gpt-neox-3.6b}
|
117 |
}
|
118 |
|
119 |
@inproceedings{sawada2024release,
|
|
|
122 |
booktitle = {Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)},
|
123 |
month = {5},
|
124 |
year = {2024},
|
125 |
+
pages = {13898--13905},
|
126 |
+
url = {https://aclanthology.org/2024.lrec-main.1213},
|
127 |
+
note = {\url{https://arxiv.org/abs/2404.01657}}
|
128 |
}
|
129 |
+
```
|
130 |
|
131 |
# Licenese
|
132 |
[The MIT license](https://opensource.org/licenses/MIT)
|