Improve model card: add library_name, detailed description, uses, and sample usage
#3
by
nielsr
HF Staff
- opened
This PR improves the model card for wangyi111/Copernicus-FM
by:
- Adding the
library_name: transformers
to the metadata, which enables the "Use in Transformers" widget on the Hub and aligns with theimage-feature-extraction
pipeline tag. - Expanding the "Model Description" and "Uses" sections with comprehensive details extracted from the paper abstract and the official GitHub README, highlighting the model's key components, purpose, and applications.
- Including a practical "Sample Usage" code snippet that demonstrates how to perform image feature extraction using the Hugging Face
transformers
library, making it easier for users to get started.