Improve model card: add library, correct pipeline tag, link to project page
Browse filesThis PR improves the model card by:
- Correcting the pipeline tag to `image-segmentation`.
- Adding the `transformers` library.
- Linking to the project page.
These changes will improve the discoverability and usability of the model on the Hugging Face Hub.
README.md
CHANGED
|
@@ -1,6 +1,9 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
pipeline_tag: image-segmentation
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
-
This repository contains the model described in [Your ViT is Secretly an Image Segmentation Model](https://huggingface.co/papers/2503.19108).
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
pipeline_tag: image-segmentation
|
| 4 |
+
library_name: transformers
|
| 5 |
---
|
| 6 |
|
| 7 |
+
This repository contains the model described in [Your ViT is Secretly an Image Segmentation Model](https://huggingface.co/papers/2503.19108).
|
| 8 |
+
|
| 9 |
+
Project page: https://www.tue-mps.org/eomt/
|