Improve model card: Add pipeline tag, paper, GitHub, and project page links
Browse filesThis PR significantly improves the model card for Hermes-4-14B by:
- Adding the `pipeline_tag: text-generation` metadata, ensuring the model is discoverable under the correct category on the Hugging Face Hub.
- Adding explicit links to the paper (Hugging Face Papers and arXiv), the project's Hugging Face collection page, and the GitHub repository at the top of the README for easier access.
- Removing redundant inline links to the paper and project page from within the text, as they are now prominently displayed at the top.
These changes enhance the model card's clarity, completeness, and navigability, making it easier for users to find and understand the model's resources.
README.md
CHANGED
@@ -1,7 +1,10 @@
|
|
1 |
---
|
|
|
2 |
language:
|
3 |
- en
|
|
|
4 |
license: apache-2.0
|
|
|
5 |
tags:
|
6 |
- Qwen-3-14B
|
7 |
- instruct
|
@@ -18,18 +21,14 @@ tags:
|
|
18 |
- long context
|
19 |
- roleplaying
|
20 |
- chat
|
21 |
-
base_model: Qwen/Qwen3-14B
|
22 |
-
library_name: transformers
|
23 |
widget:
|
24 |
- example_title: Hermes 4
|
25 |
messages:
|
26 |
- role: system
|
27 |
-
content:
|
28 |
-
You are Hermes 4, a capable, neutrally-aligned assistant. Prefer concise,
|
29 |
correct answers.
|
30 |
- role: user
|
31 |
-
content:
|
32 |
-
Explain the difference between BFS and DFS to a new CS student.
|
33 |
model-index:
|
34 |
- name: Hermes-4-Qwen-3-14B
|
35 |
results: []
|
@@ -37,14 +36,14 @@ model-index:
|
|
37 |
|
38 |
# Hermes 4 — Qwen 3 14B
|
39 |
|
|
|
|
|
40 |

|
41 |
|
42 |
## Model Description
|
43 |
|
44 |
Hermes 4 14B is a frontier, hybrid-mode **reasoning** model based on Qwen 3 14B by Nous Research that is aligned to **you**.
|
45 |
|
46 |
-
Read the Hermes 4 technical report here: <a href="https://arxiv.org/abs/2508.18255">Hermes 4 Technical Report</a>
|
47 |
-
|
48 |
Chat with Hermes in Nous Chat: https://chat.nousresearch.com
|
49 |
|
50 |
Training highlights include a newly synthesized post-training corpus emphasizing verified reasoning traces, massive improvements in math, code, STEM, logic, creativity, and format-faithful outputs, while preserving general assistant quality and broadly neutral alignment.
|
@@ -203,9 +202,6 @@ GGUF (Courtesy of LM Studio team!):
|
|
203 |
|
204 |
Hermes 4 is also available in larger sizes (e.g., 70B, 405B) with similar prompt formats.
|
205 |
|
206 |
-
See the Hermes 4 collection to explore them all:
|
207 |
-
https://huggingface.co/collections/NousResearch/hermes-4-collection-68a731bfd452e20816725728
|
208 |
-
|
209 |
# How to cite
|
210 |
|
211 |
```bibtex
|
|
|
1 |
---
|
2 |
+
base_model: Qwen/Qwen3-14B
|
3 |
language:
|
4 |
- en
|
5 |
+
library_name: transformers
|
6 |
license: apache-2.0
|
7 |
+
pipeline_tag: text-generation
|
8 |
tags:
|
9 |
- Qwen-3-14B
|
10 |
- instruct
|
|
|
21 |
- long context
|
22 |
- roleplaying
|
23 |
- chat
|
|
|
|
|
24 |
widget:
|
25 |
- example_title: Hermes 4
|
26 |
messages:
|
27 |
- role: system
|
28 |
+
content: You are Hermes 4, a capable, neutrally-aligned assistant. Prefer concise,
|
|
|
29 |
correct answers.
|
30 |
- role: user
|
31 |
+
content: Explain the difference between BFS and DFS to a new CS student.
|
|
|
32 |
model-index:
|
33 |
- name: Hermes-4-Qwen-3-14B
|
34 |
results: []
|
|
|
36 |
|
37 |
# Hermes 4 — Qwen 3 14B
|
38 |
|
39 |
+
[\ud83d\udcda Paper (Hugging Face)](https://huggingface.co/papers/2508.18255) | [\ud83d\udcda Paper (arXiv)](https://arxiv.org/abs/2508.18255) | [\ud83c\udf10 Project Page](https://huggingface.co/collections/NousResearch/hermes-4-collection-68a731bfd452e20816725728) | [\ud83d\udcbb GitHub Repository](https://github.com/NousResearch/Hermes-4-14B)
|
40 |
+
|
41 |

|
42 |
|
43 |
## Model Description
|
44 |
|
45 |
Hermes 4 14B is a frontier, hybrid-mode **reasoning** model based on Qwen 3 14B by Nous Research that is aligned to **you**.
|
46 |
|
|
|
|
|
47 |
Chat with Hermes in Nous Chat: https://chat.nousresearch.com
|
48 |
|
49 |
Training highlights include a newly synthesized post-training corpus emphasizing verified reasoning traces, massive improvements in math, code, STEM, logic, creativity, and format-faithful outputs, while preserving general assistant quality and broadly neutral alignment.
|
|
|
202 |
|
203 |
Hermes 4 is also available in larger sizes (e.g., 70B, 405B) with similar prompt formats.
|
204 |
|
|
|
|
|
|
|
205 |
# How to cite
|
206 |
|
207 |
```bibtex
|