Add pipeline_tag and paper link to metadata

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -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: []