Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,11 +1,15 @@
|
|
1 |
---
|
2 |
-
base_model: https://huggingface.co/ddobokki/Llama-2-70b-orca-200k
|
3 |
-
inference: false
|
4 |
language:
|
5 |
- en
|
6 |
license: llama2
|
7 |
-
|
|
|
|
|
|
|
8 |
model_name: Llama 2 70B Orca 200k
|
|
|
|
|
|
|
9 |
model_type: llama
|
10 |
pipeline_tag: text-generation
|
11 |
prompt_template: '### Human: {prompt}
|
@@ -14,10 +18,6 @@ prompt_template: '### Human: {prompt}
|
|
14 |
|
15 |
'
|
16 |
quantized_by: TheBloke
|
17 |
-
tags:
|
18 |
-
- llama-2
|
19 |
-
- instruct
|
20 |
-
- instruction
|
21 |
---
|
22 |
|
23 |
<!-- header start -->
|
|
|
1 |
---
|
|
|
|
|
2 |
language:
|
3 |
- en
|
4 |
license: llama2
|
5 |
+
tags:
|
6 |
+
- llama-2
|
7 |
+
- instruct
|
8 |
+
- instruction
|
9 |
model_name: Llama 2 70B Orca 200k
|
10 |
+
base_model: ddobokki/Llama-2-70b-orca-200k
|
11 |
+
inference: false
|
12 |
+
model_creator: ddobokki
|
13 |
model_type: llama
|
14 |
pipeline_tag: text-generation
|
15 |
prompt_template: '### Human: {prompt}
|
|
|
18 |
|
19 |
'
|
20 |
quantized_by: TheBloke
|
|
|
|
|
|
|
|
|
21 |
---
|
22 |
|
23 |
<!-- header start -->
|