Add pipeline tag, library name and citation to model card
#1
by nielsr HF Staff - opened
Hi! I'm Niels from the community science team at Hugging Face.
This PR improves the model card's metadata and documentation:
- It adds the
pipeline_tag: reinforcement-learningto categorize the model correctly in the Hub. - It adds
library_name: transformersas the model is compatible with the library, which enables the automated code snippet button. - It adds the BibTeX citation from your GitHub repository so users can easily cite your work.
These changes help users find and use your model more effectively.