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 metadata. The library_name
is set to transformers
as the model is a Llama model and interacts with the Transformers library. The pipeline_tag
is set to text-generation
because the model generates text in a multi-turn dialogue setting. This improvement will enhance discoverability on the Hugging Face Hub.