nielsr HF Staff commited on
Commit
8bfba05
·
verified ·
1 Parent(s): 81eb106

Update pipeline tag and add library name

Browse files

This 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.

Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -1,9 +1,11 @@
1
  ---
2
- license: apache-2.0
3
  base_model:
4
  - OpenGVLab/InternVL2_5-8B
5
- pipeline_tag: mask-generation
 
 
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