keisawada commited on
Commit
b770517
1 Parent(s): e0c32b0

Update README.md

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