Text Generation
Transformers
PyTorch
Japanese
English
llama
Eval Results
text-generation-inference
keisawada commited on
Commit
72af199
1 Parent(s): 7f343d7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -5
README.md CHANGED
@@ -143,7 +143,7 @@ The name `youri` comes from the Japanese word [`妖狸/ようり/Youri`](https:/
143
  - [Wikipedia](https://dumps.wikimedia.org/other/cirrussearch)
144
  - rinna curated Japanese dataset
145
 
146
- * **Authors**
147
 
148
  - [Tianyu Zhao](https://huggingface.co/tianyuz)
149
  - [Akio Kaga](https://huggingface.co/rakaga)
@@ -201,15 +201,24 @@ The model uses the original llama-2 tokenizer.
201
 
202
  # How to cite
203
  ~~~
204
- @misc{RinnaYouri7b,
205
- url={https://huggingface.co/rinna/youri-7b},
206
- title={rinna/youri-7b},
207
  author={Zhao, Tianyu and Kaga, Akio and Sawada, Kei}
 
 
 
 
 
 
 
 
 
 
208
  }
209
  ~~~
210
  ---
211
 
212
- # Citations
213
  ~~~
214
  @software{gpt-neox-library,
215
  title = {{GPT-NeoX: Large Scale Autoregressive Language Modeling in PyTorch}},
 
143
  - [Wikipedia](https://dumps.wikimedia.org/other/cirrussearch)
144
  - rinna curated Japanese dataset
145
 
146
+ * **Contributors**
147
 
148
  - [Tianyu Zhao](https://huggingface.co/tianyuz)
149
  - [Akio Kaga](https://huggingface.co/rakaga)
 
201
 
202
  # How to cite
203
  ~~~
204
+ @misc{rinna-youri-7b,
205
+ title = {rinna/youri-7b},
 
206
  author={Zhao, Tianyu and Kaga, Akio and Sawada, Kei}
207
+ url = {https://huggingface.co/rinna/youri-7b},
208
+ }
209
+
210
+ @inproceedings{sawada2024release,
211
+ title = {Release of Pre-Trained Models for the {J}apanese Language},
212
+ author = {Sawada, Kei and Zhao, Tianyu and Shing, Makoto and Mitsui, Kentaro and Kaga, Akio and Hono, Yukiya and Wakatsuki, Toshiaki and Mitsuda, Koh},
213
+ booktitle = {Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)},
214
+ month = {5},
215
+ year = {2024},
216
+ url = {https://arxiv.org/abs/2404.01657},
217
  }
218
  ~~~
219
  ---
220
 
221
+ # References
222
  ~~~
223
  @software{gpt-neox-library,
224
  title = {{GPT-NeoX: Large Scale Autoregressive Language Modeling in PyTorch}},