keisawada commited on
Commit
fade230
1 Parent(s): c20e42b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -55,7 +55,7 @@ The model is based on [`rinna/bilingual-gpt-neox-4b`](https://huggingface.co/rin
55
  | Japanese 3.6B SFT | https://huggingface.co/rinna/japanese-gpt-neox-3.6b-instruction-sft |
56
  | Japanese 3.6B | https://huggingface.co/rinna/japanese-gpt-neox-3.6b |
57
 
58
- * **Authors**
59
 
60
  [Tianyu Zhao](https://huggingface.co/tianyuz) and [Kei Sawada](https://huggingface.co/keisawada)
61
 
@@ -170,5 +170,25 @@ The model uses a [sentencepiece](https://github.com/google/sentencepiece)-based
170
 
171
  ---
172
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
173
  # Licenese
174
  [The MIT license](https://opensource.org/licenses/MIT)
 
55
  | Japanese 3.6B SFT | https://huggingface.co/rinna/japanese-gpt-neox-3.6b-instruction-sft |
56
  | Japanese 3.6B | https://huggingface.co/rinna/japanese-gpt-neox-3.6b |
57
 
58
+ * **Contributors**
59
 
60
  [Tianyu Zhao](https://huggingface.co/tianyuz) and [Kei Sawada](https://huggingface.co/keisawada)
61
 
 
170
 
171
  ---
172
 
173
+ # How to cite
174
+ ~~~
175
+ @misc{rinna-bilingual-gpt-neox-4b-instruction-sft,
176
+ title = {rinna/bilingual-gpt-neox-4b-instruction-sft},
177
+ author = {Zhao, Tianyu and Sawada, Kei},
178
+ url = {https://huggingface.co/rinna/bilingual-gpt-neox-4b-instruction-sft},
179
+ }
180
+
181
+ @inproceedings{sawada2024release,
182
+ title = {Release of Pre-Trained Models for the {J}apanese Language},
183
+ author = {Sawada, Kei and Zhao, Tianyu and Shing, Makoto and Mitsui, Kentaro and Kaga, Akio and Hono, Yukiya and Wakatsuki, Toshiaki and Mitsuda, Koh},
184
+ booktitle = {Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)},
185
+ month = {5},
186
+ year = {2024},
187
+ url = {https://arxiv.org/abs/2404.01657},
188
+ }
189
+ ~~~
190
+
191
+ ---
192
+
193
  # Licenese
194
  [The MIT license](https://opensource.org/licenses/MIT)