Update README.md
Browse files
README.md
CHANGED
@@ -52,7 +52,7 @@ The model is based on [`rinna/bilingual-gpt-neox-4b`](https://huggingface.co/rin
|
|
52 |
| Japanese 3.6B SFT | https://huggingface.co/rinna/japanese-gpt-neox-3.6b-instruction-sft |
|
53 |
| Japanese 3.6B | https://huggingface.co/rinna/japanese-gpt-neox-3.6b |
|
54 |
|
55 |
-
* **
|
56 |
|
57 |
[Koh Mitsuda](https://huggingface.co/mitsu-koh), [Tianyu Zhao](https://huggingface.co/tianyuz), and [Kei Sawada](https://huggingface.co/keisawada)
|
58 |
|
@@ -171,6 +171,26 @@ print(output)
|
|
171 |
|
172 |
---
|
173 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
174 |
# Acknowledgement
|
175 |
|
176 |
* [Vision-CAIR/MiniGPT-4](https://huggingface.co/Vision-CAIR/MiniGPT-4)
|
|
|
52 |
| Japanese 3.6B SFT | https://huggingface.co/rinna/japanese-gpt-neox-3.6b-instruction-sft |
|
53 |
| Japanese 3.6B | https://huggingface.co/rinna/japanese-gpt-neox-3.6b |
|
54 |
|
55 |
+
* **Contributors**
|
56 |
|
57 |
[Koh Mitsuda](https://huggingface.co/mitsu-koh), [Tianyu Zhao](https://huggingface.co/tianyuz), and [Kei Sawada](https://huggingface.co/keisawada)
|
58 |
|
|
|
171 |
|
172 |
---
|
173 |
|
174 |
+
# How to cite
|
175 |
+
~~~
|
176 |
+
@misc{rinna-bilingual-gpt-neox-4b-minigpt4,
|
177 |
+
title = {rinna/bilingual-gpt-neox-4b-minigpt4},
|
178 |
+
author = {Mitsuda, Koh and Zhao, Tianyu and Sawada, Kei},
|
179 |
+
url = {https://huggingface.co/rinna/bilingual-gpt-neox-4b-minigpt4},
|
180 |
+
}
|
181 |
+
|
182 |
+
@inproceedings{sawada2024release,
|
183 |
+
title = {Release of Pre-Trained Models for the {J}apanese Language},
|
184 |
+
author = {Sawada, Kei and Zhao, Tianyu and Shing, Makoto and Mitsui, Kentaro and Kaga, Akio and Hono, Yukiya and Wakatsuki, Toshiaki and Mitsuda, Koh},
|
185 |
+
booktitle = {Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)},
|
186 |
+
month = {5},
|
187 |
+
year = {2024},
|
188 |
+
url = {https://arxiv.org/abs/2404.01657},
|
189 |
+
}
|
190 |
+
~~~
|
191 |
+
|
192 |
+
---
|
193 |
+
|
194 |
# Acknowledgement
|
195 |
|
196 |
* [Vision-CAIR/MiniGPT-4](https://huggingface.co/Vision-CAIR/MiniGPT-4)
|