Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,17 +1,22 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
datasets:
|
4 |
- sciq
|
5 |
- metaeval/ScienceQA_text_only
|
6 |
- GAIR/lima
|
7 |
- Open-Orca/OpenOrca
|
8 |
- openbookqa
|
|
|
|
|
9 |
inference: false
|
10 |
-
language:
|
11 |
-
- en
|
12 |
-
license: other
|
13 |
model_creator: upstage
|
14 |
-
model_name: Llama 30B Instruct 2048
|
15 |
model_type: llama
|
16 |
pipeline_tag: text-generation
|
17 |
prompt_template: '### System:
|
@@ -28,11 +33,6 @@ prompt_template: '### System:
|
|
28 |
|
29 |
'
|
30 |
quantized_by: TheBloke
|
31 |
-
tags:
|
32 |
-
- upstage
|
33 |
-
- llama
|
34 |
-
- instruct
|
35 |
-
- instruction
|
36 |
---
|
37 |
|
38 |
<!-- header start -->
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: other
|
5 |
+
tags:
|
6 |
+
- upstage
|
7 |
+
- llama
|
8 |
+
- instruct
|
9 |
+
- instruction
|
10 |
datasets:
|
11 |
- sciq
|
12 |
- metaeval/ScienceQA_text_only
|
13 |
- GAIR/lima
|
14 |
- Open-Orca/OpenOrca
|
15 |
- openbookqa
|
16 |
+
model_name: Llama 30B Instruct 2048
|
17 |
+
base_model: upstage/llama-30b-instruct-2048
|
18 |
inference: false
|
|
|
|
|
|
|
19 |
model_creator: upstage
|
|
|
20 |
model_type: llama
|
21 |
pipeline_tag: text-generation
|
22 |
prompt_template: '### System:
|
|
|
33 |
|
34 |
'
|
35 |
quantized_by: TheBloke
|
|
|
|
|
|
|
|
|
|
|
36 |
---
|
37 |
|
38 |
<!-- header start -->
|