Update pipeline tag and add library name
Browse filesThis PR updates the model card to:
- Set the `pipeline_tag` to `image-segmentation`, which is more appropriate for models performing mask generation and segmentation tasks, improving discoverability on the Hugging Face Hub.
- Add `library_name: transformers` to the metadata. The model's `config.json` indicates compatibility with the 🤗 Transformers library, enabling the automated "how to use" widget on the model page.
Please review and merge if these changes are appropriate.
README.md
CHANGED
|
@@ -1,9 +1,11 @@
|
|
| 1 |
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
base_model:
|
| 4 |
- OpenGVLab/InternVL2_5-8B
|
| 5 |
-
|
|
|
|
|
|
|
| 6 |
---
|
|
|
|
| 7 |
<div align="center">
|
| 8 |
|
| 9 |
# ALTo: Adaptive-Length Tokenizer for Autoregressive Mask Generation
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
base_model:
|
| 3 |
- OpenGVLab/InternVL2_5-8B
|
| 4 |
+
license: apache-2.0
|
| 5 |
+
pipeline_tag: image-segmentation
|
| 6 |
+
library_name: transformers
|
| 7 |
---
|
| 8 |
+
|
| 9 |
<div align="center">
|
| 10 |
|
| 11 |
# ALTo: Adaptive-Length Tokenizer for Autoregressive Mask Generation
|