Improve model card: Add pipeline tag, abstract, and sample usage
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card by:
- Adding the
pipeline_tag: depth-estimation
to the metadata, making the model discoverable at https://huggingface.co/models?pipeline_tag=depth-estimation. - Prominently featuring the paper title and a direct link to the Hugging Face paper page: https://huggingface.co/papers/2509.02530.
- Including the paper's abstract to provide a comprehensive overview of the model's context and contributions.
- Adding a clear link to the main GitHub repository: https://github.com/ByteDance-Seed/manip-as-in-sim-suite.
- Incorporating a "Sample Usage" section with the
cdm
inference code from the official GitHub README to guide users on how to run the model.
Avada11
changed pull request status to
merged