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: transformers to the metadata, enabling the automated "How to use" widget on the model page. This is supported by the transformers imports 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.12249 for 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

Sign up or log in to comment