Add `library_name: transformers` to metadata
Browse filesThis PR improves the model card for `cyberagent/layerd-birefnet` by adding `library_name: transformers` to the metadata.
This addition is supported by the `config.json` and the existing "Usage" section, which demonstrates how to load the model using `transformers.AutoModelForImageSegmentation`. Adding this metadata enables the automated "How to use" widget on the Hugging Face Hub, making it easier for users to get started with the model.
No changes were made to the paper links in the content, as the existing Arxiv links are sufficient and align with the guidelines.
README.md
CHANGED
|
@@ -1,12 +1,13 @@
|
|
| 1 |
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
language: en
|
| 4 |
-
|
| 5 |
-
- layer decomposition
|
| 6 |
-
- image segmentation
|
| 7 |
-
- image matting
|
| 8 |
-
- design
|
| 9 |
pipeline_tag: image-segmentation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
## LayerD BiRefNet Matting Module
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
language: en
|
| 3 |
+
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
pipeline_tag: image-segmentation
|
| 5 |
+
library_name: transformers
|
| 6 |
+
tags:
|
| 7 |
+
- layer decomposition
|
| 8 |
+
- image segmentation
|
| 9 |
+
- image matting
|
| 10 |
+
- design
|
| 11 |
---
|
| 12 |
|
| 13 |
## LayerD BiRefNet Matting Module
|