Improve model card metadata and add sample usage
#1
by nielsr HF Staff - opened
Hi! I'm Niels from the community science team at Hugging Face. This PR improves the model card for FAAST-GPT2-XL by:
- Adding
library_name: transformersto the metadata to enable the "Use in Transformers" button. - Updating the
pipeline_tagtotext-generation. - Adding a link to the official GitHub repository and the research paper.
- Including a "Usage" section with a code snippet based on the official implementation to help users understand how to perform test-time adaptation with the FAAST module.