Add library name and pipeline tag to metadata
#1
by
nielsr
HF staff
- opened
This PR adds the library_name
and pipeline_tag
to the model card metadata. The library_name
is set to transformers
because the model is a Llama model and can be loaded using the Transformers library. The pipeline_tag
is set to text-generation
because the model is used for text generation.