aashish1904 commited on
Commit
fe57fa4
1 Parent(s): bb39ff0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +9 -5
README.md CHANGED
@@ -47,7 +47,7 @@ This is quantized version of [NousResearch/Hermes-3-Llama-3.1-8B](https://huggin
47
 
48
  Hermes 3 is the latest version of our flagship Hermes series of LLMs by Nous Research.
49
 
50
- For more details on new capabilities, training results, and more, see the [**Hermes 3 Technical Report**](https://nousresearch.com/wp-content/uploads/2024/08/Hermes-3-Technical-Report.pdf).
51
 
52
  Hermes 3 is a generalist language model with many improvements over Hermes 2, including advanced agentic capabilities, much better roleplaying, reasoning, multi-turn conversation, long context coherence, and improvements across the board.
53
 
@@ -231,9 +231,13 @@ GGUF Quants: https://huggingface.co/NousResearch/Hermes-3-Llama-3.1-8B-GGUF
231
  # How to cite:
232
 
233
  ```bibtext
234
- @misc{Hermes-3-Llama-3.1-8B,
235
- url={[https://huggingface.co/NousResearch/Hermes-3-Llama-3.1-8B]https://huggingface.co/NousResearch/Hermes-3-Llama-3.1-8B)},
236
- title={Hermes-3-Llama-3.1-8B},
237
- author={"Teknium", "theemozilla", "Chen Guang", "interstellarninja", "karan4d", "huemin_art"}
 
 
 
 
238
  }
239
  ```
 
47
 
48
  Hermes 3 is the latest version of our flagship Hermes series of LLMs by Nous Research.
49
 
50
+ For more details on new capabilities, training results, and more, see the [**Hermes 3 Technical Report**](https://arxiv.org/abs/2408.11857).
51
 
52
  Hermes 3 is a generalist language model with many improvements over Hermes 2, including advanced agentic capabilities, much better roleplaying, reasoning, multi-turn conversation, long context coherence, and improvements across the board.
53
 
 
231
  # How to cite:
232
 
233
  ```bibtext
234
+ @misc{teknium2024hermes3technicalreport,
235
+ title={Hermes 3 Technical Report},
236
+ author={Ryan Teknium and Jeffrey Quesnelle and Chen Guang},
237
+ year={2024},
238
+ eprint={2408.11857},
239
+ archivePrefix={arXiv},
240
+ primaryClass={cs.CL},
241
+ url={https://arxiv.org/abs/2408.11857},
242
  }
243
  ```