keisawada commited on
Commit
16ddea7
β€’
1 Parent(s): d88144e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -1
README.md CHANGED
@@ -53,7 +53,7 @@ This model slightly differs from the previous SFT model [`rinna/japanese-gpt-neo
53
  | 3.6B SFT | https://huggingface.co/rinna/japanese-gpt-neox-3.6b-instruction-sft |
54
  | 3.6B pretrained | https://huggingface.co/rinna/japanese-gpt-neox-3.6b |
55
 
56
- * **Authors**
57
 
58
  [Tianyu Zhao](https://huggingface.co/tianyuz) and [Kei Sawada](https://huggingface.co/keisawada)
59
 
@@ -164,5 +164,23 @@ The model uses a [sentencepiece](https://github.com/google/sentencepiece)-based
164
  # 'გამარ[UNK]ობა 吾輩は ηŒ«γ§γ‚γ‚‹ </s>'
165
  ~~~
166
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
167
  # Licenese
168
  [The MIT license](https://opensource.org/licenses/MIT)
 
53
  | 3.6B SFT | https://huggingface.co/rinna/japanese-gpt-neox-3.6b-instruction-sft |
54
  | 3.6B pretrained | https://huggingface.co/rinna/japanese-gpt-neox-3.6b |
55
 
56
+ * **Contributors**
57
 
58
  [Tianyu Zhao](https://huggingface.co/tianyuz) and [Kei Sawada](https://huggingface.co/keisawada)
59
 
 
164
  # 'გამარ[UNK]ობა 吾輩は ηŒ«γ§γ‚γ‚‹ </s>'
165
  ~~~
166
 
167
+ # How to cite
168
+ ~~~
169
+ @misc{rinna-japanese-gpt-neox-3.6b-instruction-sft-v2,
170
+ title = {rinna/japanese-gpt-neox-3.6b-instruction-sft-v2},
171
+ author = {Zhao, Tianyu and Sawada, Kei}
172
+ url = {https://huggingface.co/rinna/japanese-gpt-neox-3.6b-instruction-sft-v2},
173
+ }
174
+
175
+ @inproceedings{sawada2024release,
176
+ title = {Release of Pre-Trained Models for the {J}apanese Language},
177
+ author = {Sawada, Kei and Zhao, Tianyu and Shing, Makoto and Mitsui, Kentaro and Kaga, Akio and Hono, Yukiya and Wakatsuki, Toshiaki and Mitsuda, Koh},
178
+ booktitle = {Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)},
179
+ month = {5},
180
+ year = {2024},
181
+ url = {https://arxiv.org/abs/2404.01657},
182
+ }
183
+ ~~~
184
+
185
  # Licenese
186
  [The MIT license](https://opensource.org/licenses/MIT)