Add pipeline_tag: text-generation to model card (#1)
Browse files- Add pipeline_tag: text-generation to model card (231c03fb3b5e58b6f8fbe8c10a6759f7ddc5d323)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -1,7 +1,10 @@
|
|
1 |
---
|
|
|
2 |
language:
|
3 |
- en
|
|
|
4 |
license: llama3
|
|
|
5 |
tags:
|
6 |
- Llama-3.1
|
7 |
- instruct
|
@@ -18,18 +21,14 @@ tags:
|
|
18 |
- long context
|
19 |
- roleplaying
|
20 |
- chat
|
21 |
-
base_model: NousResearch/Hermes-4-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-70B
|
35 |
results: []
|
|
|
1 |
---
|
2 |
+
base_model: NousResearch/Hermes-4-70B
|
3 |
language:
|
4 |
- en
|
5 |
+
library_name: transformers
|
6 |
license: llama3
|
7 |
+
pipeline_tag: text-generation
|
8 |
tags:
|
9 |
- Llama-3.1
|
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-Llama-3.1-70B
|
34 |
results: []
|