Text Generation
Transformers
PyTorch
Safetensors
Japanese
English
gpt_neox
text-generation-inference
keisawada commited on
Commit
f27955e
1 Parent(s): f02f6f3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -52,7 +52,7 @@ This repository provides an English-Japanese bilingual GPT-NeoX model of 3.8 bil
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
- * **Authors**
56
 
57
  - [Tianyu Zhao](https://huggingface.co/tianyuz)
58
  - [Toshiaki Wakatsuki](https://huggingface.co/t-w)
@@ -212,5 +212,25 @@ The model uses a [sentencepiece](https://github.com/google/sentencepiece)-based
212
 
213
  ---
214
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
215
  # Licenese
216
  [The MIT license](https://opensource.org/licenses/MIT)
 
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
  - [Tianyu Zhao](https://huggingface.co/tianyuz)
58
  - [Toshiaki Wakatsuki](https://huggingface.co/t-w)
 
212
 
213
  ---
214
 
215
+ # How to cite
216
+ ~~~
217
+ @misc{rinna-bilingual-gpt-neox-4b,
218
+ title = {rinna/bilingual-gpt-neox-4b},
219
+ author = {Zhao, Tianyu and Wakatsuki, Toshiaki and Kaga, Akio and Mitsuda, Koh and Sawada, Kei},
220
+ url = {https://huggingface.co/rinna/bilingual-gpt-neox-4b},
221
+ }
222
+
223
+ @inproceedings{sawada2024release,
224
+ title = {Release of Pre-Trained Models for the {J}apanese Language},
225
+ author = {Sawada, Kei and Zhao, Tianyu and Shing, Makoto and Mitsui, Kentaro and Kaga, Akio and Hono, Yukiya and Wakatsuki, Toshiaki and Mitsuda, Koh},
226
+ booktitle = {Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)},
227
+ month = {5},
228
+ year = {2024},
229
+ url = {https://arxiv.org/abs/2404.01657},
230
+ }
231
+ ~~~
232
+
233
+ ---
234
+
235
  # Licenese
236
  [The MIT license](https://opensource.org/licenses/MIT)