Add pipeline_tag and library_name for Czech GEC model
#1
by
nielsr
HF Staff
- opened
This PR updates the model card to:
- Set the
pipeline_tag
totext-generation
, ensuring the model is correctly categorized and discoverable on the Hugging Face Hub for text generation tasks (e.g., Grammar Error Correction). - Add
library_name: transformers
, which will enable the automatic display of a runnable code snippet for using the model with the π€ Transformers library, based on the existing sample usage provided in the model card.
Per the instructions, the existing arXiv paper links have been kept as there was no requirement to replace them with a Hugging Face paper link.
Thanks!
Solved in 5f8d2793da1d2aec98c6b196f453dc2573ed1b24 (the original PR also changes formatting [missing a newline at the end, breaks Bibtex citation diacritics]).
foxik
changed pull request status to
closed