Enhance model card with sample usage, library name, and citation
#2
by
nielsr
HF Staff
- opened
This PR significantly improves the model card by:
- Adding a detailed "Sample Usage" section: This section guides users through environment setup, downloading model checkpoints directly from the Hugging Face Hub, and running inference with clear command-line instructions, making the model much more accessible and immediately usable.
- Including
MinkowskiEngine
aslibrary_name
in the metadata: This crucial addition improves the model's discoverability and provides important context regarding its underlying library for sparse tensor processing. - Adding the BibTeX "Citation" section: This enables researchers to easily cite the paper when using the model, ensuring proper academic attribution.
The existing ArXiv paper link has been retained as per instructions.
happywind
changed pull request status to
merged