Add pipeline tag and library name
#1
by
nielsr
HF Staff
- opened
This PR adds the pipeline_tag
and library_name
to the model card metadata. This will improve discoverability of the model on the Hugging Face Hub. The text-generation
pipeline tag is appropriate given the model's function as a Large Language Model. The transformers
library is specified because the model's configuration and tokenizer files are in the standard Transformers format.