Add pipeline tag, library name, and sample usage
#1
by
nielsr
HF Staff
- opened
This PR improves the model card by adding:
pipeline_tag: text-generationandlibrary_name: transformersto the metadata for better discoverability and to enable the code snippet widget.- A link to the paper on the Hugging Face Hub.
- A "Sample Usage" section based on the instructions in the official GitHub repository for serving the model and running the agent demo.
- Cleaned up the README by removing technical file metadata.