Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,11 +1,13 @@
|
|
1 |
---
|
2 |
-
base_model: https://huggingface.co/Mikael110/llama-2-13b-guanaco-fp16
|
3 |
-
inference: false
|
4 |
language:
|
5 |
- en
|
6 |
license: llama2
|
7 |
-
|
|
|
8 |
model_name: Llama2 13B Guanaco QLoRA
|
|
|
|
|
|
|
9 |
model_type: llama
|
10 |
pipeline_tag: text-classification
|
11 |
prompt_template: '### Human: {prompt}
|
@@ -14,8 +16,6 @@ prompt_template: '### Human: {prompt}
|
|
14 |
|
15 |
'
|
16 |
quantized_by: TheBloke
|
17 |
-
tags:
|
18 |
-
- llama-2
|
19 |
---
|
20 |
|
21 |
<!-- header start -->
|
|
|
1 |
---
|
|
|
|
|
2 |
language:
|
3 |
- en
|
4 |
license: llama2
|
5 |
+
tags:
|
6 |
+
- llama-2
|
7 |
model_name: Llama2 13B Guanaco QLoRA
|
8 |
+
base_model: Mikael110/llama-2-13b-guanaco-fp16
|
9 |
+
inference: false
|
10 |
+
model_creator: Mikael
|
11 |
model_type: llama
|
12 |
pipeline_tag: text-classification
|
13 |
prompt_template: '### Human: {prompt}
|
|
|
16 |
|
17 |
'
|
18 |
quantized_by: TheBloke
|
|
|
|
|
19 |
---
|
20 |
|
21 |
<!-- header start -->
|