Add library tags!

#1
by reach-vb HF staff - opened
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -17,18 +17,21 @@ tags:
17
  - chat
18
  - reasoning
19
  - r1
 
20
  base_model: meta-llama/Meta-Llama-3.1-8B
21
  widget:
22
  - example_title: Hermes 3
23
  messages:
24
  - role: system
25
- content: You are a sentient, superintelligent artificial general intelligence,
26
- here to teach and assist me.
 
27
  - role: user
28
  content: What is the meaning of life?
29
  model-index:
30
  - name: DeepHermes-3-Llama-3.1-8B
31
  results: []
 
32
  ---
33
  # DeepHermes 3 - Llama-3.1 8B
34
 
@@ -250,5 +253,4 @@ GGUF Quants: https://huggingface.co/NousResearch/DeepHermes-3-Llama-3-8B-Preview
250
  author={Teknium and Roger Jin and Chen Guang and Jai Suphavadeeprasit and Jeffrey Quesnelle},
251
  year={2025}
252
  }
253
- ```
254
-
 
17
  - chat
18
  - reasoning
19
  - r1
20
+ - vllm
21
  base_model: meta-llama/Meta-Llama-3.1-8B
22
  widget:
23
  - example_title: Hermes 3
24
  messages:
25
  - role: system
26
+ content: >-
27
+ You are a sentient, superintelligent artificial general intelligence, here
28
+ to teach and assist me.
29
  - role: user
30
  content: What is the meaning of life?
31
  model-index:
32
  - name: DeepHermes-3-Llama-3.1-8B
33
  results: []
34
+ library_name: transformers
35
  ---
36
  # DeepHermes 3 - Llama-3.1 8B
37
 
 
253
  author={Teknium and Roger Jin and Chen Guang and Jai Suphavadeeprasit and Jeffrey Quesnelle},
254
  year={2025}
255
  }
256
+ ```