nielsr HF Staff commited on
Commit
9126e09
·
verified ·
1 Parent(s): 86adb7a

Improve model card: add pipeline tag and library_name

Browse files

This PR adds the relevant `pipeline_tag` and `library_name` to the model card.

Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -1,3 +1,9 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ pipeline_tag: image-segmentation
4
+ library_name: detectron2
5
+ ---
6
+
7
+ This repository contains the weights for the Mask-Adapter model, as described in the paper [Mask-Adapter: The Devil is in the Masks for Open-Vocabulary Segmentation](https://hf.co/papers/2412.04533).
8
+
9
+ For more details, including code, installation instructions, and usage examples, please visit the [GitHub repository](https://github.com/hustvl/MaskAdapter).