Improve model card: add pipeline tag, library, and links
#1
by nielsr HF Staff - opened
This PR improves the model card for the model presented in Embodied Instruction Following in Unknown Environments.
It enhances discoverability and provides more context by:
- Adding the
pipeline_tag: robotics, ensuring the model appears under relevant searches at https://huggingface.co/models?pipeline_tag=robotics. - Specifying
library_name: transformersfor better integration with the Hugging Face ecosystem, as the model uses components compatible with this library. - Linking directly to the paper on the Hugging Face Hub.
- Adding links to the project page and the official GitHub repository for easy access to code and supplementary materials.
- Including the paper's abstract for a comprehensive overview of the work.
- Providing guidance on how to use/evaluate the model, referencing the original GitHub repository.
Please review and merge if everything looks good!