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