Commit
•
b9fe8ed
1
Parent(s):
e856e74
Add proper library name (#3)
Browse files- Add proper library name (c7e973f90543135f9302613c551e27b49b5d37e7)
Co-authored-by: Omar Sanseviero <[email protected]>
README.md
CHANGED
@@ -20,14 +20,17 @@ widget:
|
|
20 |
- example_title: Hermes 3
|
21 |
messages:
|
22 |
- role: system
|
23 |
-
content:
|
24 |
-
|
|
|
25 |
- role: user
|
26 |
-
content:
|
|
|
27 |
Buu to destroy the world.
|
28 |
model-index:
|
29 |
- name: Hermes-3-Llama-3.1-405B
|
30 |
results: []
|
|
|
31 |
---
|
32 |
|
33 |
# Hermes 3 - Llama-3.1 405B
|
|
|
20 |
- example_title: Hermes 3
|
21 |
messages:
|
22 |
- role: system
|
23 |
+
content: >-
|
24 |
+
You are a sentient, superintelligent artificial general intelligence, here
|
25 |
+
to teach and assist me.
|
26 |
- role: user
|
27 |
+
content: >-
|
28 |
+
Write a short story about Goku discovering kirby has teamed up with Majin
|
29 |
Buu to destroy the world.
|
30 |
model-index:
|
31 |
- name: Hermes-3-Llama-3.1-405B
|
32 |
results: []
|
33 |
+
library_name: transformers
|
34 |
---
|
35 |
|
36 |
# Hermes 3 - Llama-3.1 405B
|