keisawada commited on
Commit
5d96517
1 Parent(s): 45761f4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -6
README.md CHANGED
@@ -2,7 +2,6 @@
2
  language: ja
3
  thumbnail: https://github.com/rinnakk/japanese-pretrained-models/blob/master/rinna.png
4
  tags:
5
- - ja
6
  - gpt_neox
7
  - text-generation
8
  - lm
@@ -169,11 +168,11 @@ The model uses a [sentencepiece](https://github.com/google/sentencepiece)-based
169
  ~~~
170
 
171
  # How to cite
172
- ~~~
173
  @misc{rinna-japanese-gpt-neox-3.6b-instruction-ppo,
174
  title = {rinna/japanese-gpt-neox-3.6b-instruction-ppo},
175
- author = {Zhao, Tianyu and Sawada, Kei}
176
- url = {https://huggingface.co/rinna/japanese-gpt-neox-3.6b-instruction-ppo},
177
  }
178
 
179
  @inproceedings{sawada2024release,
@@ -182,9 +181,11 @@ The model uses a [sentencepiece](https://github.com/google/sentencepiece)-based
182
  booktitle = {Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)},
183
  month = {5},
184
  year = {2024},
185
- url = {https://arxiv.org/abs/2404.01657},
 
 
186
  }
187
- ~~~
188
 
189
  # Licenese
190
  [The MIT license](https://opensource.org/licenses/MIT)
 
2
  language: ja
3
  thumbnail: https://github.com/rinnakk/japanese-pretrained-models/blob/master/rinna.png
4
  tags:
 
5
  - gpt_neox
6
  - text-generation
7
  - lm
 
168
  ~~~
169
 
170
  # How to cite
171
+ ```bibtex
172
  @misc{rinna-japanese-gpt-neox-3.6b-instruction-ppo,
173
  title = {rinna/japanese-gpt-neox-3.6b-instruction-ppo},
174
+ author = {Zhao, Tianyu and Sawada, Kei},
175
+ url = {https://huggingface.co/rinna/japanese-gpt-neox-3.6b-instruction-ppo}
176
  }
177
 
178
  @inproceedings{sawada2024release,
 
181
  booktitle = {Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)},
182
  month = {5},
183
  year = {2024},
184
+ pages = {13898--13905},
185
+ url = {https://aclanthology.org/2024.lrec-main.1213},
186
+ note = {\url{https://arxiv.org/abs/2404.01657}}
187
  }
188
+ ```
189
 
190
  # Licenese
191
  [The MIT license](https://opensource.org/licenses/MIT)