nielsr HF Staff commited on
Commit
f440b89
·
verified ·
1 Parent(s): 6798619

Improve model card: Add pipeline, library, license, and relevant tags

Browse files

This PR improves the model card by:
- Populating the metadata YAML block at the top of the README.md.
- Adding the `pipeline_tag: image-to-image` for better discoverability on the Hugging Face Hub, as this model focuses on visual tokenization and reconstruction.
- Specifying `library_name: diffusers` and `license: mit`, which are common for visual models of this type.
- Including additional `tags` such as `visual-tokenization` and `image-reconstruction` to further enhance discoverability and categorization.

The existing arXiv and GitHub links in the model card content have been preserved as they are already correct and the task instructions advise against replacing existing arXiv links if present.

Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -1,3 +1,12 @@
 
 
 
 
 
 
 
 
 
1
  <div align="center">
2
  <h1>🚀 WeTok: Powerful Discrete Tokenization for High-Fidelity Visual Reconstruction</h1>
3
 
 
1
+ ---
2
+ pipeline_tag: image-to-image
3
+ library_name: diffusers
4
+ license: mit
5
+ tags:
6
+ - visual-tokenization
7
+ - image-reconstruction
8
+ ---
9
+
10
  <div align="center">
11
  <h1>🚀 WeTok: Powerful Discrete Tokenization for High-Fidelity Visual Reconstruction</h1>
12