keisawada commited on
Commit
782c79c
1 Parent(s): d1350ad

Update README.md

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