Add pipeline tag and update library name
#1
by nielsr HF Staff - opened
This PR adds the text-generation pipeline tag to the model metadata to improve its visibility in the Hub's model browser. It also updates the library_name to transformers to match the sample usage provided in the README, which allows the Hub to display the appropriate "Use in Transformers" button. While the model requires the aqlm library for its inference kernels, it is loaded and used via the standard Transformers API.
kennedyian94 changed pull request status to merged