Fix task name (#2)
Browse files- Fix task name (8af326dbf7628ef7b47d2852dc9ad89ff2b679da)
Co-authored-by: Merve Noyan <[email protected]>
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
-
pipeline_tag:
|
| 4 |
---
|
| 5 |
|
| 6 |
# InternVL2-26B
|
|
@@ -613,4 +613,4 @@ print(sess.response.text)
|
|
| 613 |
journal={arXiv preprint arXiv:2404.16821},
|
| 614 |
year={2024}
|
| 615 |
}
|
| 616 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
pipeline_tag: image-text-to-text
|
| 4 |
---
|
| 5 |
|
| 6 |
# InternVL2-26B
|
|
|
|
| 613 |
journal={arXiv preprint arXiv:2404.16821},
|
| 614 |
year={2024}
|
| 615 |
}
|
| 616 |
+
```
|