Improve model card for OpenHA Minecraft agent
#1
by nielsr HF Staff - opened
This PR significantly enhances the model card for the OpenHA model, a hierarchical agent in Minecraft.
The improvements include:
- Adding the official Hugging Face paper link (https://huggingface.co/papers/2509.13347).
- Adding the project homepage (https://craftjarvis.github.io/).
- Linking to the GitHub repository (https://github.com/CraftJarvis/OpenHA).
- Setting the appropriate
pipeline_tag: roboticsto improve discoverability. - Including a sample usage code snippet from the GitHub README for
vLLMinference. - Providing a detailed model description (from the paper abstract), features, and a table of Hugging Face models and their training frameworks.
- Incorporating acknowledgements and the BibTeX citation.
- Confirming
library_name: transformersbased onconfig.jsonand GitHub usage examples. - Setting the
license: mitas indicated in the GitHub repository.
These additions aim to provide comprehensive information for users and researchers interested in this work.
limuyu011 changed pull request status to closed