Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,18 +1,19 @@
|
|
1 |
---
|
2 |
-
inference: false
|
3 |
language:
|
4 |
- en
|
5 |
license: llama2
|
6 |
-
model_creator: NousResearch
|
7 |
-
model_link: https://huggingface.co/NousResearch/Nous-Hermes-Llama2-70b
|
8 |
-
model_name: Nous Hermes Llama2 70B
|
9 |
-
model_type: llama
|
10 |
-
quantized_by: TheBloke
|
11 |
tags:
|
12 |
- llama-2
|
13 |
- self-instruct
|
14 |
- distillation
|
15 |
- synthetic instruction
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
---
|
17 |
|
18 |
<!-- header start -->
|
|
|
1 |
---
|
|
|
2 |
language:
|
3 |
- en
|
4 |
license: llama2
|
|
|
|
|
|
|
|
|
|
|
5 |
tags:
|
6 |
- llama-2
|
7 |
- self-instruct
|
8 |
- distillation
|
9 |
- synthetic instruction
|
10 |
+
model_name: Nous Hermes Llama2 70B
|
11 |
+
inference: false
|
12 |
+
model_creator: NousResearch
|
13 |
+
model_link: https://huggingface.co/NousResearch/Nous-Hermes-Llama2-70b
|
14 |
+
model_type: llama
|
15 |
+
quantized_by: TheBloke
|
16 |
+
base_model: NousResearch/Nous-Hermes-Llama2-70b
|
17 |
---
|
18 |
|
19 |
<!-- header start -->
|