Improve model card: Correct pipeline tag and add library name
#1
by
nielsr
HF Staff
- opened
This PR improves the model card by:
- Correcting the
pipeline_tag
totext-generation
, as the model's primary function is text generation, even within a reinforcement learning context. - Adding the
library_name
astransformers
, assuming the model uses the Hugging Face Transformers library.
The paper link was already present.