Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,12 +1,17 @@
|
|
1 |
---
|
2 |
-
base_model: https://huggingface.co/NousResearch/Nous-Hermes-Llama2-13b
|
3 |
-
inference: false
|
4 |
language:
|
5 |
- en
|
6 |
license:
|
7 |
- mit
|
8 |
-
|
|
|
|
|
|
|
|
|
9 |
model_name: Nous Hermes Llama 2 13B
|
|
|
|
|
|
|
10 |
model_type: llama
|
11 |
prompt_template: 'Below is an instruction that describes a task. Write a response
|
12 |
that appropriately completes the request.
|
@@ -21,11 +26,6 @@ prompt_template: 'Below is an instruction that describes a task. Write a respons
|
|
21 |
|
22 |
'
|
23 |
quantized_by: TheBloke
|
24 |
-
tags:
|
25 |
-
- llama-2
|
26 |
-
- self-instruct
|
27 |
-
- distillation
|
28 |
-
- synthetic instruction
|
29 |
---
|
30 |
|
31 |
<!-- 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 Llama 2 13B
|
12 |
+
base_model: NousResearch/Nous-Hermes-Llama2-13b
|
13 |
+
inference: false
|
14 |
+
model_creator: NousResearch
|
15 |
model_type: llama
|
16 |
prompt_template: 'Below is an instruction that describes a task. Write a response
|
17 |
that appropriately completes the request.
|
|
|
26 |
|
27 |
'
|
28 |
quantized_by: TheBloke
|
|
|
|
|
|
|
|
|
|
|
29 |
---
|
30 |
|
31 |
<!-- header start -->
|