Enhance model card for 3DGraphLLM with metadata, abstract, performance, and usage
#1
by
nielsr
HF Staff
- opened
This PR significantly enhances the model card for 3DGraphLLM by:
- Adding
pipeline_tag: image-text-to-textto categorize the model's functionality for better discoverability on the Hub. - Adding
library_name: transformersto indicate compatibility with the Hugging Face Transformers library for programmatic use. - Including additional relevant
tagssuch as3d-scene-understanding,scene-graph,multimodal,vlm, andllama. - Adding the full paper abstract to provide a detailed overview of the model directly on the card.
- Updating the paper link to the official Hugging Face Papers page: 3DGraphLLM: Combining Semantic Graphs and Large Language Models for 3D Scene Understanding.
- Including a direct link to the official GitHub repository for code access.
- Incorporating the performance benchmark table from the GitHub README for quick assessment of the model's capabilities.
- Adding a "Usage" section that directs users to the comprehensive instructions on the GitHub repository and provides the demo command as a sample usage.
- Adding "Acknowledgement" and "Contact" sections from the GitHub README for completeness.
Please review and merge if these improvements are satisfactory.
wingrune
changed pull request status to
merged