Add pipeline tag
Browse filesThis PR adds the `pipeline_tag: image-feature-extraction` to the model card metadata. This will allow researchers to easily discover this model when searching for models suitable for image feature extraction tasks.
README.md
CHANGED
|
@@ -1,7 +1,9 @@
|
|
| 1 |
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
library_name: perception-encoder
|
|
|
|
|
|
|
| 4 |
---
|
|
|
|
| 5 |
# Model Details
|
| 6 |
|
| 7 |
[\[📃 Tech Report\]](https://arxiv.org/abs/2504.13181)
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
library_name: perception-encoder
|
| 3 |
+
license: apache-2.0
|
| 4 |
+
pipeline_tag: image-feature-extraction
|
| 5 |
---
|
| 6 |
+
|
| 7 |
# Model Details
|
| 8 |
|
| 9 |
[\[📃 Tech Report\]](https://arxiv.org/abs/2504.13181)
|