keisawada commited on
Commit
9005926
1 Parent(s): 03cae78

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -9
README.md CHANGED
@@ -116,11 +116,11 @@ We compared the `Qwen` tokenizer (as used in `nekomata`) and the `llama-2` token
116
  ---
117
 
118
  # How to cite
119
- ~~~
120
  @misc{rinna-nekomata-7b,
121
  title = {rinna/nekomata-7b},
122
- author={Zhao, Tianyu and Kaga, Akio and Sawada, Kei}
123
- url = {https://huggingface.co/rinna/nekomata-7b},
124
  }
125
 
126
  @inproceedings{sawada2024release,
@@ -129,23 +129,25 @@ We compared the `Qwen` tokenizer (as used in `nekomata`) and the `llama-2` token
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
  ---
136
 
137
  # References
138
- ~~~
139
  @software{gpt-neox-library,
140
- title = {{GPT-NeoX: Large Scale Autoregressive Language Modeling in PyTorch}},
141
  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},
142
- url = {https://www.github.com/eleutherai/gpt-neox},
143
  doi = {10.5281/zenodo.5879544},
144
  month = {8},
145
  year = {2021},
146
  version = {0.0.1},
 
147
  }
148
- ~~~
149
  ---
150
 
151
  # License
 
116
  ---
117
 
118
  # How to cite
119
+ ```bibtex
120
  @misc{rinna-nekomata-7b,
121
  title = {rinna/nekomata-7b},
122
+ author = {Zhao, Tianyu and Kaga, Akio and Sawada, Kei},
123
+ url = {https://huggingface.co/rinna/nekomata-7b}
124
  }
125
 
126
  @inproceedings{sawada2024release,
 
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
+ pages = {13898--13905},
133
+ url = {https://aclanthology.org/2024.lrec-main.1213},
134
+ note = {\url{https://arxiv.org/abs/2404.01657}}
135
  }
136
+ ```
137
  ---
138
 
139
  # References
140
+ ```bibtex
141
  @software{gpt-neox-library,
142
+ title = {{GPT}-{N}eo{X}: Large Scale Autoregressive Language Modeling in {P}y{T}orch},
143
  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},
 
144
  doi = {10.5281/zenodo.5879544},
145
  month = {8},
146
  year = {2021},
147
  version = {0.0.1},
148
+ url = {https://www.github.com/eleutherai/gpt-neox}
149
  }
150
+ ```
151
  ---
152
 
153
  # License