Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,11 +1,16 @@
|
|
1 |
---
|
2 |
-
base_model: https://huggingface.co/upstage/llama-65b-instruct
|
3 |
-
inference: false
|
4 |
language:
|
5 |
- en
|
6 |
license: other
|
7 |
-
|
|
|
|
|
|
|
|
|
8 |
model_name: Llama 65B Instruct
|
|
|
|
|
|
|
9 |
model_type: llama
|
10 |
pipeline_tag: text-generation
|
11 |
prompt_template: '### System:
|
@@ -22,11 +27,6 @@ prompt_template: '### System:
|
|
22 |
|
23 |
'
|
24 |
quantized_by: TheBloke
|
25 |
-
tags:
|
26 |
-
- upstage
|
27 |
-
- llama
|
28 |
-
- instruct
|
29 |
-
- instruction
|
30 |
---
|
31 |
|
32 |
<!-- header start -->
|
|
|
1 |
---
|
|
|
|
|
2 |
language:
|
3 |
- en
|
4 |
license: other
|
5 |
+
tags:
|
6 |
+
- upstage
|
7 |
+
- llama
|
8 |
+
- instruct
|
9 |
+
- instruction
|
10 |
model_name: Llama 65B Instruct
|
11 |
+
base_model: upstage/llama-65b-instruct
|
12 |
+
inference: false
|
13 |
+
model_creator: upstage
|
14 |
model_type: llama
|
15 |
pipeline_tag: text-generation
|
16 |
prompt_template: '### System:
|
|
|
27 |
|
28 |
'
|
29 |
quantized_by: TheBloke
|
|
|
|
|
|
|
|
|
|
|
30 |
---
|
31 |
|
32 |
<!-- header start -->
|