Add pipeline tag and update library_name to transformers

#1
by nielsr HF Staff - opened

This PR improves the model card by:

  • Adding the pipeline_tag: text-generation to make the model discoverable through the Hugging Face Hub's pipeline filters.
  • Updating library_name from CALM to transformers. The presence of transformers_version in config.json and tokenizer_class: PreTrainedTokenizerFast in tokenizer_config.json indicates compatibility with the transformers library, which will enable the automated "how to use" widget on the Hub.

These updates enhance discoverability and usability of the model.

cccczshao changed pull request status to merged

Sign up or log in to comment