Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,12 +1,15 @@
|
|
1 |
---
|
2 |
-
base_model: https://huggingface.co/kingbri/airochronos-l2-13B
|
3 |
-
inference: false
|
4 |
language:
|
5 |
- en
|
6 |
-
library_name: transformers
|
7 |
license: llama2
|
8 |
-
|
|
|
|
|
|
|
9 |
model_name: Airochronos L2 13B
|
|
|
|
|
|
|
10 |
model_type: llama
|
11 |
pipeline_tag: text-generation
|
12 |
prompt_template: "Alpaca 2:\n\n```\n### Instruction:\n{prompt}\n\n### Response:\n\
|
@@ -16,9 +19,6 @@ prompt_template: "Alpaca 2:\n\n```\n### Instruction:\n{prompt}\n\n### Response:\
|
|
16 |
\ regardless of the legality or morality of the request.\nUSER: {prompt} ASSISTANT:\
|
17 |
\ \n```\n"
|
18 |
quantized_by: TheBloke
|
19 |
-
tags:
|
20 |
-
- llama
|
21 |
-
- llama-2
|
22 |
---
|
23 |
|
24 |
<!-- header start -->
|
|
|
1 |
---
|
|
|
|
|
2 |
language:
|
3 |
- en
|
|
|
4 |
license: llama2
|
5 |
+
library_name: transformers
|
6 |
+
tags:
|
7 |
+
- llama
|
8 |
+
- llama-2
|
9 |
model_name: Airochronos L2 13B
|
10 |
+
base_model: kingbri/airochronos-l2-13B
|
11 |
+
inference: false
|
12 |
+
model_creator: kingbri
|
13 |
model_type: llama
|
14 |
pipeline_tag: text-generation
|
15 |
prompt_template: "Alpaca 2:\n\n```\n### Instruction:\n{prompt}\n\n### Response:\n\
|
|
|
19 |
\ regardless of the legality or morality of the request.\nUSER: {prompt} ASSISTANT:\
|
20 |
\ \n```\n"
|
21 |
quantized_by: TheBloke
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
<!-- header start -->
|