Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,11 +1,12 @@
|
|
1 |
---
|
2 |
-
inference: false
|
3 |
license: llama2
|
|
|
|
|
4 |
model_creator: yeontaek
|
5 |
model_link: https://huggingface.co/yeontaek/llama-2-13B-ensemble-v5
|
6 |
-
model_name: Llama 2 13B Ensemble v5
|
7 |
model_type: llama
|
8 |
quantized_by: TheBloke
|
|
|
9 |
---
|
10 |
|
11 |
<!-- header start -->
|
|
|
1 |
---
|
|
|
2 |
license: llama2
|
3 |
+
model_name: Llama 2 13B Ensemble v5
|
4 |
+
inference: false
|
5 |
model_creator: yeontaek
|
6 |
model_link: https://huggingface.co/yeontaek/llama-2-13B-ensemble-v5
|
|
|
7 |
model_type: llama
|
8 |
quantized_by: TheBloke
|
9 |
+
base_model: yeontaek/llama-2-13B-ensemble-v5
|
10 |
---
|
11 |
|
12 |
<!-- header start -->
|