Add pipeline_tag and paper link to metadata
Browse filesThis PR improves the model card for Hermes 4 (FP8 variant) by adding the following metadata for better discoverability and completeness:
- `pipeline_tag: text-generation`: This accurately reflects the model's primary function as a generative language model capable of diverse text outputs, including reasoning and instruction-following. This will help users find the model in the [text generation models](https://huggingface.co/models?pipeline_tag=text-generation) category.
- `paper: https://huggingface.co/papers/2508.18255`: Links the model directly to its official Hugging Face paper page for easy access to the technical report.
No changes were made to the model card's content, which already includes a Transformers usage example and an in-text link to the paper.
@@ -1,7 +1,11 @@
|
|
1 |
---
|
|
|
2 |
language:
|
3 |
- en
|
|
|
4 |
license: llama3
|
|
|
|
|
5 |
tags:
|
6 |
- Llama-3.1
|
7 |
- instruct
|
@@ -18,18 +22,14 @@ tags:
|
|
18 |
- long context
|
19 |
- roleplaying
|
20 |
- chat
|
21 |
-
base_model: meta-llama/Meta-Llama-3.1-405B
|
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-Llama-3.1-405B
|
35 |
results: []
|
|
|
1 |
---
|
2 |
+
base_model: meta-llama/Meta-Llama-3.1-405B
|
3 |
language:
|
4 |
- en
|
5 |
+
library_name: transformers
|
6 |
license: llama3
|
7 |
+
pipeline_tag: text-generation
|
8 |
+
paper: https://huggingface.co/papers/2508.18255
|
9 |
tags:
|
10 |
- Llama-3.1
|
11 |
- instruct
|
|
|
22 |
- long context
|
23 |
- roleplaying
|
24 |
- chat
|
|
|
|
|
25 |
widget:
|
26 |
- example_title: Hermes 4
|
27 |
messages:
|
28 |
- role: system
|
29 |
+
content: You are Hermes 4, a capable, neutrally-aligned assistant. Prefer concise,
|
|
|
30 |
correct answers.
|
31 |
- role: user
|
32 |
+
content: Explain the difference between BFS and DFS to a new CS student.
|
|
|
33 |
model-index:
|
34 |
- name: Hermes-4-Llama-3.1-405B
|
35 |
results: []
|