Add library name and pipeline tag
#1
by
nielsr
HF Staff
- opened
This PR adds the library_name
and pipeline_tag
to the model card's YAML metadata. The library_name
is set to transformers
as the model is compatible with the Transformers library. The pipeline_tag
is set to text-generation
because the model is a language model used for text generation.