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