keisawada commited on
Commit
3422b00
·
verified ·
1 Parent(s): 72af199

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -9
README.md CHANGED
@@ -200,11 +200,11 @@ The model uses the original llama-2 tokenizer.
200
  ---
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,
@@ -213,23 +213,25 @@ The model uses the original llama-2 tokenizer.
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}},
225
  author = {Andonian, Alex and Anthony, Quentin and Biderman, Stella and Black, Sid and Gali, Preetham and Gao, Leo and Hallahan, Eric and Levy-Kramer, Josh and Leahy, Connor and Nestler, Lucas and Parker, Kip and Pieler, Michael and Purohit, Shivanshu and Songz, Tri and Phil, Wang and Weinbach, Samuel},
226
- url = {https://www.github.com/eleutherai/gpt-neox},
227
  doi = {10.5281/zenodo.5879544},
228
  month = {8},
229
  year = {2021},
230
  version = {0.0.1},
 
231
  }
232
- ~~~
233
  ---
234
 
235
  # License
 
200
  ---
201
 
202
  # How to cite
203
+ ```bibtex
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,
 
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
+ pages = {13898--13905},
217
+ url = {https://aclanthology.org/2024.lrec-main.1213},
218
+ note = {\url{https://arxiv.org/abs/2404.01657}}
219
  }
220
+ ```
221
  ---
222
 
223
  # References
224
+ ```bibtex
225
  @software{gpt-neox-library,
226
+ title = {{GPT}-{N}eo{X}: Large Scale Autoregressive Language Modeling in {P}y{T}orch},
227
  author = {Andonian, Alex and Anthony, Quentin and Biderman, Stella and Black, Sid and Gali, Preetham and Gao, Leo and Hallahan, Eric and Levy-Kramer, Josh and Leahy, Connor and Nestler, Lucas and Parker, Kip and Pieler, Michael and Purohit, Shivanshu and Songz, Tri and Phil, Wang and Weinbach, Samuel},
 
228
  doi = {10.5281/zenodo.5879544},
229
  month = {8},
230
  year = {2021},
231
  version = {0.0.1},
232
+ url = {https://www.github.com/eleutherai/gpt-neox}
233
  }
234
+ ```
235
  ---
236
 
237
  # License