Text Generation
Transformers
PyTorch
Safetensors
Japanese
English
llama
text-generation-inference
keisawada commited on
Commit
9c0470b
1 Parent(s): 2acb81e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -4
README.md CHANGED
@@ -41,7 +41,7 @@ The model is the instruction-tuned version of [`rinna/youri-7b`](https://hugging
41
  * yasashi-japanese
42
  * The [remaining sections](https://github.com/masanorihirano/llm-japanese-dataset/tree/main/datasets-cc-by-sa) contain commonly used evaluation corpora so they are skipped to prevent data leak.
43
 
44
- * **Authors**
45
 
46
  - [Tianyu Zhao](https://huggingface.co/tianyuz)
47
  - [Kei Sawada](https://huggingface.co/keisawada)
@@ -117,10 +117,19 @@ The model uses the original llama-2 tokenizer.
117
 
118
  # How to cite
119
  ~~~
120
- @misc{RinnaYouri7bInstruction,,
121
- url={https://huggingface.co/rinna/youri-7b-instruction},
122
- title={rinna/youri-7b-instruction},
123
  author={Zhao, Tianyu and Sawada, Kei}
 
 
 
 
 
 
 
 
 
 
124
  }
125
  ~~~
126
  ---
 
41
  * yasashi-japanese
42
  * The [remaining sections](https://github.com/masanorihirano/llm-japanese-dataset/tree/main/datasets-cc-by-sa) contain commonly used evaluation corpora so they are skipped to prevent data leak.
43
 
44
+ * **Contributors**
45
 
46
  - [Tianyu Zhao](https://huggingface.co/tianyuz)
47
  - [Kei Sawada](https://huggingface.co/keisawada)
 
117
 
118
  # How to cite
119
  ~~~
120
+ @misc{rinna-youri-7b-instruction,
121
+ title = {rinna/youri-7b-instruction},
 
122
  author={Zhao, Tianyu and Sawada, Kei}
123
+ url = {https://huggingface.co/rinna/youri-7b-instruction},
124
+ }
125
+
126
+ @inproceedings{sawada2024release,
127
+ title = {Release of Pre-Trained Models for the {J}apanese Language},
128
+ author = {Sawada, Kei and Zhao, Tianyu and Shing, Makoto and Mitsui, Kentaro and Kaga, Akio and Hono, Yukiya and Wakatsuki, Toshiaki and Mitsuda, Koh},
129
+ booktitle = {Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)},
130
+ month = {5},
131
+ year = {2024},
132
+ url = {https://arxiv.org/abs/2404.01657},
133
  }
134
  ~~~
135
  ---