Update README.md
Browse files
README.md
CHANGED
@@ -222,9 +222,13 @@ GGUF Quants: https://huggingface.co/NousResearch/Hermes-3-Llama-3.1-8B-GGUF
|
|
222 |
# How to cite:
|
223 |
|
224 |
```bibtext
|
225 |
-
@misc{
|
226 |
-
|
227 |
-
|
228 |
-
|
|
|
|
|
|
|
|
|
229 |
}
|
230 |
```
|
|
|
222 |
# How to cite:
|
223 |
|
224 |
```bibtext
|
225 |
+
@misc{teknium2024hermes3technicalreport,
|
226 |
+
title={Hermes 3 Technical Report},
|
227 |
+
author={Ryan Teknium and Jeffrey Quesnelle and Chen Guang},
|
228 |
+
year={2024},
|
229 |
+
eprint={2408.11857},
|
230 |
+
archivePrefix={arXiv},
|
231 |
+
primaryClass={cs.CL},
|
232 |
+
url={https://arxiv.org/abs/2408.11857},
|
233 |
}
|
234 |
```
|