Update base_model formatting
Browse files
README.md
CHANGED
|
@@ -1,11 +1,17 @@
|
|
| 1 |
---
|
| 2 |
-
base_model: https://huggingface.co/meta-llama/Llama-2-13b-chat-hf
|
| 3 |
-
inference: false
|
| 4 |
language:
|
| 5 |
- en
|
| 6 |
license: llama2
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
model_name: Llama 2 13B Chat
|
|
|
|
|
|
|
|
|
|
| 9 |
model_type: llama
|
| 10 |
pipeline_tag: text-generation
|
| 11 |
prompt_template: '[INST] <<SYS>>
|
|
@@ -23,12 +29,6 @@ prompt_template: '[INST] <<SYS>>
|
|
| 23 |
|
| 24 |
'
|
| 25 |
quantized_by: TheBloke
|
| 26 |
-
tags:
|
| 27 |
-
- facebook
|
| 28 |
-
- meta
|
| 29 |
-
- pytorch
|
| 30 |
-
- llama
|
| 31 |
-
- llama-2
|
| 32 |
---
|
| 33 |
|
| 34 |
<!-- 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 Chat
|
| 12 |
+
base_model: meta-llama/Llama-2-13b-chat-hf
|
| 13 |
+
inference: false
|
| 14 |
+
model_creator: Meta Llama 2
|
| 15 |
model_type: llama
|
| 16 |
pipeline_tag: text-generation
|
| 17 |
prompt_template: '[INST] <<SYS>>
|
|
|
|
| 29 |
|
| 30 |
'
|
| 31 |
quantized_by: TheBloke
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
---
|
| 33 |
|
| 34 |
<!-- header start -->
|