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

Update README.md

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