nielsr HF Staff commited on
Commit
7240a89
·
verified ·
1 Parent(s): d87a409

Update pipeline tag to text-generation

Browse files

Hi! This PR improves the model card by adding the `pipeline_tag`, which helps users discover your model on the Hub for text generation tasks (e.g., at https://huggingface.co/models?pipeline_tag=text-generation). The existing arXiv link for the paper has been retained.

Let me know if you have any questions!

Files changed (1) hide show
  1. README.md +5 -6
README.md CHANGED
@@ -1,6 +1,8 @@
1
  ---
 
2
  language:
3
  - en
 
4
  license: llama3
5
  tags:
6
  - Llama-3.1
@@ -18,21 +20,18 @@ tags:
18
  - long context
19
  - roleplaying
20
  - chat
21
- base_model: meta-llama/Meta-Llama-3.1-70B
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: []
 
36
  ---
37
 
38
  # Hermes 4 — Llama-3.1 70B - FP8
 
1
  ---
2
+ base_model: meta-llama/Meta-Llama-3.1-70B
3
  language:
4
  - en
5
+ library_name: transformers
6
  license: llama3
7
  tags:
8
  - Llama-3.1
 
20
  - long context
21
  - roleplaying
22
  - chat
 
 
23
  widget:
24
  - example_title: Hermes 4
25
  messages:
26
  - role: system
27
+ content: You are Hermes 4, a capable, neutrally-aligned assistant. Prefer concise,
 
28
  correct answers.
29
  - role: user
30
+ content: Explain the difference between BFS and DFS to a new CS student.
 
31
  model-index:
32
  - name: Hermes-4-Llama-3.1-405B
33
  results: []
34
+ pipeline_tag: text-generation
35
  ---
36
 
37
  # Hermes 4 — Llama-3.1 70B - FP8