Improve model card with pipeline tag, library name, and training details
#1
by
nielsr
HF Staff
- opened
This PR improves the model card by:
- Adding the
pipeline_tag: text-generationto the metadata for improved searchability. - Adding the
library_name: transformersto the metadata, specifying the library used. - Incorporating the training details from the Github README to provide comprehensive information on model development.
This enhancement ensures better discoverability and facilitates easier usage of the AdaptThink models.