fix ~ pipeline tag
#1
by
prithivMLmods
- opened
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
-
pipeline_tag: text-
|
4 |
tags:
|
5 |
- ocean
|
6 |
- text-generation-inference
|
@@ -12,6 +12,7 @@ datasets:
|
|
12 |
- zjunlp/OceanInstruct-o
|
13 |
base_model:
|
14 |
- Qwen/Qwen2.5-VL-7B-Instruct
|
|
|
15 |
---
|
16 |
|
17 |
<div align="center">
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
pipeline_tag: image-text-to-text
|
4 |
tags:
|
5 |
- ocean
|
6 |
- text-generation-inference
|
|
|
12 |
- zjunlp/OceanInstruct-o
|
13 |
base_model:
|
14 |
- Qwen/Qwen2.5-VL-7B-Instruct
|
15 |
+
library_name: transformers
|
16 |
---
|
17 |
|
18 |
<div align="center">
|