Add `library_name` and `pipeline_tag` metadata to model card

#1
by nielsr HF Staff - opened

This PR enhances the model card by adding the library_name and pipeline_tag to the metadata:

  • The library_name: transformers tag ensures that users can easily find and use the model with the Hugging Face transformers library, and enables an automated code snippet on the model page.
  • The pipeline_tag: text-generation tag helps users discover this model under the relevant category, for example at https://huggingface.co/models?pipeline_tag=text-generation. This accurately reflects its function as a grammar error correction model that generates corrected text.
Institute of Formal and Applied Linguistics, Charles University, Prague org

Thanks!

Solved in 49de978bde1a310455a656923aa1d3cae57e4457 (the original PR also changes formatting [missing a newline at the end, among others]).

foxik changed pull request status to closed

Sign up or log in to comment