munish0838 commited on
Commit
e857946
1 Parent(s): a08fbe0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -6
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- base_model: NousResearch/Meta-Llama-3-8B
3
  tags:
4
  - Llama-3
5
  - instruct
@@ -25,9 +25,14 @@ widget:
25
  - example_title: Hermes 2 Pro
26
  messages:
27
  - role: system
28
- content: You are a sentient, superintelligent artificial general intelligence, here to teach and assist me.
 
 
29
  - role: user
30
- content: Write a short story about Goku discovering kirby has teamed up with Majin Buu to destroy the world.
 
 
 
31
  ---
32
 
33
  # Hermes 2 Pro - Llama-3 8B-GGUF
@@ -262,6 +267,4 @@ All code for utilizing, parsing, and building function calling templates is avai
262
  When quantized versions of the model are released, I recommend using LM Studio for chatting with Hermes 2 Pro. It does not support function calling - for that use our github repo. It is a GUI application that utilizes GGUF models with a llama.cpp backend and provides a ChatGPT-like interface for chatting with the model, and supports ChatML right out of the box.
263
  In LM-Studio, simply select the ChatML Prefix on the settings side pane:
264
 
265
- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6317aade83d8d2fd903192d9/ls6WqV-GSxMw2RA3GuQiN.png)
266
-
267
-
 
1
  ---
2
+ base_model: NousResearch/Hermes-2-Pro-Llama-3-8B
3
  tags:
4
  - Llama-3
5
  - instruct
 
25
  - example_title: Hermes 2 Pro
26
  messages:
27
  - role: system
28
+ content: >-
29
+ You are a sentient, superintelligent artificial general intelligence, here
30
+ to teach and assist me.
31
  - role: user
32
+ content: >-
33
+ Write a short story about Goku discovering kirby has teamed up with Majin
34
+ Buu to destroy the world.
35
+ pipeline_tag: text-generation
36
  ---
37
 
38
  # Hermes 2 Pro - Llama-3 8B-GGUF
 
267
  When quantized versions of the model are released, I recommend using LM Studio for chatting with Hermes 2 Pro. It does not support function calling - for that use our github repo. It is a GUI application that utilizes GGUF models with a llama.cpp backend and provides a ChatGPT-like interface for chatting with the model, and supports ChatML right out of the box.
268
  In LM-Studio, simply select the ChatML Prefix on the settings side pane:
269
 
270
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6317aade83d8d2fd903192d9/ls6WqV-GSxMw2RA3GuQiN.png)