Update model card: Add pipeline tag
#1
by
nielsr
HF Staff
- opened
This PR improves the model card by:
- Adding the
pipeline_tag: text-generationto correctly categorize the model and enable its discoverability on the Hugging Face Hub. This tag is well-supported by the paper's abstract and model description. - The
library_nameremainsCALM. Although theconfig.jsonreferences atransformers_version, the model architecture (Autoencoder) and common usage patterns (often requiringtrust_remote_code=True) suggest that it may not be fully natively integrated with the standardtransformersauto-loading mechanism for the automated "how to use" widget. RetainingCALMavoids a potentially broken default code snippet. - No sample usage section is added, as the provided GitHub README content does not contain an explicit Python code snippet for inference, following the strict guidelines.
Please review and merge if these changes are appropriate.
cccczshao
changed pull request status to
merged