Improve model card: add paper/code links and update metadata
#1
by nielsr HF Staff - opened
Hi! I'm Niels from the Hugging Face community science team. This PR improves your model card by:
- Linking the model to the original research paper.
- Adding a link to the GitHub repository.
- Updating the license to MIT as indicated in your repository.
- Removing
library_name: transformersfrom the metadata, as this model uses a custom architecture that is not natively part of thetransformerslibrary. This ensures the Hub doesn't display incorrect automated usage snippets.
eemokey changed pull request status to merged
Hi Niels,
Thank you very much!