Add `library_name` and `pipeline_tag` metadata
Browse filesThis PR adds the missing `library_name` (`transformers`) and `pipeline_tag` (`image-to-text`) to the YAML metadata. This improves discoverability and enables the correct automatic usage snippet on the Hugging Face Hub. The existing model card content and links are unchanged.
README.md
CHANGED
|
@@ -1,8 +1,10 @@
|
|
| 1 |
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
- zh
|
|
|
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
# WeVisDoc
|
|
@@ -185,4 +187,4 @@ Use `Tencent/WeVisDoc-4B` for the 4B version. `--model` can be omitted when `WEV
|
|
| 185 |
year = {2026},
|
| 186 |
journal = {arXiv preprint arXiv: 2609.20423}
|
| 187 |
}
|
| 188 |
-
```
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
- zh
|
| 5 |
+
license: apache-2.0
|
| 6 |
+
library_name: transformers
|
| 7 |
+
pipeline_tag: image-to-text
|
| 8 |
---
|
| 9 |
|
| 10 |
# WeVisDoc
|
|
|
|
| 187 |
year = {2026},
|
| 188 |
journal = {arXiv preprint arXiv: 2609.20423}
|
| 189 |
}
|
| 190 |
+
```
|