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