Update README.md
Browse files
README.md
CHANGED
@@ -120,11 +120,11 @@ We compared the `Qwen` tokenizer (as used in `nekomata`) and the `llama-2` token
|
|
120 |
---
|
121 |
|
122 |
# How to cite
|
123 |
-
|
124 |
@misc{rinna-nekomata-14b,
|
125 |
title = {rinna/nekomata-14b},
|
126 |
-
author={Zhao, Tianyu and Kaga, Akio and Sawada, Kei}
|
127 |
-
url = {https://huggingface.co/rinna/nekomata-14b}
|
128 |
}
|
129 |
|
130 |
@inproceedings{sawada2024release,
|
@@ -133,9 +133,11 @@ We compared the `Qwen` tokenizer (as used in `nekomata`) and the `llama-2` token
|
|
133 |
booktitle = {Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)},
|
134 |
month = {5},
|
135 |
year = {2024},
|
136 |
-
|
|
|
|
|
137 |
}
|
138 |
-
|
139 |
---
|
140 |
|
141 |
# License
|
|
|
120 |
---
|
121 |
|
122 |
# How to cite
|
123 |
+
```bibtex
|
124 |
@misc{rinna-nekomata-14b,
|
125 |
title = {rinna/nekomata-14b},
|
126 |
+
author = {Zhao, Tianyu and Kaga, Akio and Sawada, Kei},
|
127 |
+
url = {https://huggingface.co/rinna/nekomata-14b}
|
128 |
}
|
129 |
|
130 |
@inproceedings{sawada2024release,
|
|
|
133 |
booktitle = {Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)},
|
134 |
month = {5},
|
135 |
year = {2024},
|
136 |
+
pages = {13898--13905},
|
137 |
+
url = {https://aclanthology.org/2024.lrec-main.1213},
|
138 |
+
note = {\url{https://arxiv.org/abs/2404.01657}}
|
139 |
}
|
140 |
+
```
|
141 |
---
|
142 |
|
143 |
# License
|