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