Improve model card: Add Github link, and update pipeline tag
Browse filesThis PR adds:
- A Github link, so people can find your code.
- A `pipeline_tag`, ensuring people can find your model at https://huggingface.co/models?pipeline_tag=image-text-to-text.
README.md
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
---
|
2 |
-
|
|
|
3 |
datasets:
|
4 |
- liuhaotian/LLaVA-Instruct-150K
|
5 |
language:
|
6 |
- en
|
7 |
-
base_model:
|
8 |
-
- zhumj34/Mipha-3B
|
9 |
-
pipeline_tag: image-text-to-text
|
10 |
library_name: transformers
|
|
|
|
|
11 |
tags:
|
12 |
- transformers
|
13 |
- llm
|
@@ -15,9 +15,10 @@ tags:
|
|
15 |
- conversational
|
16 |
- olympus
|
17 |
- llava
|
18 |
-
- text-
|
19 |
- vision-language
|
20 |
---
|
|
|
21 |
<p align="center">
|
22 |
<img src="https://github.com/yuanze-lin/Olympus/blob/main/asset/olympus.png?raw=true" alt="icon" width="150" height="150" style="vertical-align:middle; margin-right:5px;" />
|
23 |
</p>
|
@@ -162,6 +163,8 @@ bash scripts/mipha/eval/vqav2.sh
|
|
162 |
<img src="https://github.com/yuanze-lin/Olympus/blob/main/asset/application.png?raw=true" alt="Capacity" width="1000" height="100"/>
|
163 |
</p>
|
164 |
|
|
|
|
|
165 |
## Citation
|
166 |
|
167 |
If you find Olympus useful for your research and applications, please cite using this BibTeX:
|
|
|
1 |
---
|
2 |
+
base_model:
|
3 |
+
- zhumj34/Mipha-3B
|
4 |
datasets:
|
5 |
- liuhaotian/LLaVA-Instruct-150K
|
6 |
language:
|
7 |
- en
|
|
|
|
|
|
|
8 |
library_name: transformers
|
9 |
+
license: apache-2.0
|
10 |
+
pipeline_tag: image-text-to-text
|
11 |
tags:
|
12 |
- transformers
|
13 |
- llm
|
|
|
15 |
- conversational
|
16 |
- olympus
|
17 |
- llava
|
18 |
+
- image-text-to-text
|
19 |
- vision-language
|
20 |
---
|
21 |
+
|
22 |
<p align="center">
|
23 |
<img src="https://github.com/yuanze-lin/Olympus/blob/main/asset/olympus.png?raw=true" alt="icon" width="150" height="150" style="vertical-align:middle; margin-right:5px;" />
|
24 |
</p>
|
|
|
163 |
<img src="https://github.com/yuanze-lin/Olympus/blob/main/asset/application.png?raw=true" alt="Capacity" width="1000" height="100"/>
|
164 |
</p>
|
165 |
|
166 |
+
You can find the code repository at: https://github.com/yuanze-lin/Olympus
|
167 |
+
|
168 |
## Citation
|
169 |
|
170 |
If you find Olympus useful for your research and applications, please cite using this BibTeX:
|