Change pipeline tag to any-to-any
Browse filesThis PR changes the pipeline tag from `visual-question-answering` to the more appropriate `any-to-any` tag, since the model can perform a variety of tasks (not just VQA).
README.md
CHANGED
@@ -15,13 +15,12 @@ language:
|
|
15 |
- en
|
16 |
metrics:
|
17 |
- accuracy
|
18 |
-
pipeline_tag:
|
19 |
base_model:
|
20 |
- Qwen/Qwen2.5-1.5B-Instruct
|
21 |
- DAMO-NLP-SG/VideoLLaMA3-2B-Image
|
22 |
---
|
23 |
|
24 |
-
|
25 |
<p align="center">
|
26 |
<img src="https://cdn-uploads.huggingface.co/production/uploads/626938b16f8f86ad21deb989/tt5KYnAUmQlHtfB1-Zisl.png" width="150" style="margin-bottom: 0.2;"/>
|
27 |
<p>
|
|
|
15 |
- en
|
16 |
metrics:
|
17 |
- accuracy
|
18 |
+
pipeline_tag: any-to-any
|
19 |
base_model:
|
20 |
- Qwen/Qwen2.5-1.5B-Instruct
|
21 |
- DAMO-NLP-SG/VideoLLaMA3-2B-Image
|
22 |
---
|
23 |
|
|
|
24 |
<p align="center">
|
25 |
<img src="https://cdn-uploads.huggingface.co/production/uploads/626938b16f8f86ad21deb989/tt5KYnAUmQlHtfB1-Zisl.png" width="150" style="margin-bottom: 0.2;"/>
|
26 |
<p>
|