Add library name and image-text-to-text pipeline tag
Browse filesThis PR makes sure your model shows up in the transformer's 'how to use' button. It also adds an image-text-to-text pipeline tag and adds a link to the Github repository.
README.md
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
3 |
---
|
|
|
4 |
# mmMamba-linear Model Card
|
5 |
|
6 |
## Introduction
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
library_name: transformers
|
4 |
+
pipeline_tag: image-text-to-text
|
5 |
---
|
6 |
+
|
7 |
# mmMamba-linear Model Card
|
8 |
|
9 |
## Introduction
|