Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,11 +1,13 @@
|
|
1 |
---
|
2 |
-
base_model: https://huggingface.co/boomerchan/Magpie-13b
|
3 |
-
inference: false
|
4 |
language:
|
5 |
- en
|
6 |
license: llama2
|
7 |
-
|
|
|
8 |
model_name: Magpie 13B
|
|
|
|
|
|
|
9 |
model_type: llama
|
10 |
pipeline_tag: text-generation
|
11 |
prompt_template: 'Below is an instruction that describes a task. Write a response
|
@@ -21,8 +23,6 @@ prompt_template: 'Below is an instruction that describes a task. Write a respons
|
|
21 |
|
22 |
'
|
23 |
quantized_by: TheBloke
|
24 |
-
tags:
|
25 |
-
- not-for-all-audiences
|
26 |
---
|
27 |
|
28 |
<!-- header start -->
|
|
|
1 |
---
|
|
|
|
|
2 |
language:
|
3 |
- en
|
4 |
license: llama2
|
5 |
+
tags:
|
6 |
+
- not-for-all-audiences
|
7 |
model_name: Magpie 13B
|
8 |
+
base_model: boomerchan/Magpie-13b
|
9 |
+
inference: false
|
10 |
+
model_creator: boomer
|
11 |
model_type: llama
|
12 |
pipeline_tag: text-generation
|
13 |
prompt_template: 'Below is an instruction that describes a task. Write a response
|
|
|
23 |
|
24 |
'
|
25 |
quantized_by: TheBloke
|
|
|
|
|
26 |
---
|
27 |
|
28 |
<!-- header start -->
|