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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -166,11 +166,11 @@ The model uses a [sentencepiece](https://github.com/google/sentencepiece)-based
166
  ---
167
 
168
  # How to cite
169
- ~~~
170
  @misc{rinna-bilingual-gpt-neox-4b-instruction-ppo,
171
  title = {rinna/bilingual-gpt-neox-4b-instruction-ppo},
172
  author = {Zhao, Tianyu and Sawada, Kei},
173
- url = {https://huggingface.co/rinna/bilingual-gpt-neox-4b-instruction-ppo},
174
  }
175
 
176
  @inproceedings{sawada2024release,
@@ -179,9 +179,11 @@ The model uses a [sentencepiece](https://github.com/google/sentencepiece)-based
179
  booktitle = {Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)},
180
  month = {5},
181
  year = {2024},
182
- url = {https://arxiv.org/abs/2404.01657},
 
 
183
  }
184
- ~~~
185
 
186
  ---
187
 
 
166
  ---
167
 
168
  # How to cite
169
+ ```bibtex
170
  @misc{rinna-bilingual-gpt-neox-4b-instruction-ppo,
171
  title = {rinna/bilingual-gpt-neox-4b-instruction-ppo},
172
  author = {Zhao, Tianyu and Sawada, Kei},
173
+ url = {https://huggingface.co/rinna/bilingual-gpt-neox-4b-instruction-ppo}
174
  }
175
 
176
  @inproceedings{sawada2024release,
 
179
  booktitle = {Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)},
180
  month = {5},
181
  year = {2024},
182
+ pages = {13898--13905},
183
+ url = {https://aclanthology.org/2024.lrec-main.1213},
184
+ note = {\url{https://arxiv.org/abs/2404.01657}}
185
  }
186
+ ```
187
 
188
  ---
189