Improve model card with pipeline tag, library name, and license
#1
by
nielsr
HF Staff
- opened
This PR improves the model card by adding the pipeline_tag, library_name, and clarifying the license. The pipeline_tag is set to text-generation as the model is a large language model capable of text generation. The library_name is set to transformers which is consistent with the model architecture. The license is corrected to mit based on the information from the Github README.