Add library_name, update paper link and enhance model table
#1
by
nielsr
HF Staff
- opened
This PR improves the model card for ViConBERT by:
- Adding
library_name: transformersto the metadata, enabling the automated "How to use" widget on the model page. This is supported by thetransformersimports and usage in the provided example code (AutoModel.from_pretrained,AutoTokenizer.from_pretrained). - Correcting the paper link in the content to
https://huggingface.co/papers/2511.12249for accuracy. - Adding a direct link to the GitHub repository (
https://github.com/tkhangg0910/ViConBERT) for easier access to the source code. - Enhancing the "ViConBERT models" table to include the "Backbone" column with links to the base models, aligning with the original GitHub README and providing more comprehensive information.
tkhangg0910
changed pull request status to
merged