osanseviero
commited on
Commit
•
2936ba3
1
Parent(s):
9cfaabe
Specify right model card metadata
Browse filesThis PR specifies the right metadata for this repository
README.md
CHANGED
@@ -1,14 +1,17 @@
|
|
1 |
---
|
|
|
|
|
|
|
2 |
base_model: liuhaotian/llava-v1.5-13b
|
|
|
3 |
inference: false
|
4 |
-
license: llama2
|
5 |
model_creator: Haotian Liu
|
6 |
-
model_name: Llava v1.5 13B
|
7 |
model_type: llama
|
8 |
prompt_template: '{prompt}
|
9 |
|
10 |
'
|
11 |
quantized_by: TheBloke
|
|
|
12 |
---
|
13 |
|
14 |
<!-- header start -->
|
|
|
1 |
---
|
2 |
+
license: llama2
|
3 |
+
tags:
|
4 |
+
- llava
|
5 |
base_model: liuhaotian/llava-v1.5-13b
|
6 |
+
model_name: Llava v1.5 13B
|
7 |
inference: false
|
|
|
8 |
model_creator: Haotian Liu
|
|
|
9 |
model_type: llama
|
10 |
prompt_template: '{prompt}
|
11 |
|
12 |
'
|
13 |
quantized_by: TheBloke
|
14 |
+
pipeline_tag: image-text-to-text
|
15 |
---
|
16 |
|
17 |
<!-- header start -->
|