Improve model card: add pipeline tag, library name, and link to code
#1
by
nielsr
HF Staff
- opened
This PR improves the model card for BarcodeBERT by:
- Adding
pipeline_tag: feature-extraction
to make the model discoverable for this task at https://huggingface.co/models?pipeline_tag=feature-extraction. - Adding
library_name: transformers
to ensure the "Use in Transformers" widget appears on the model page, providing clear usage instructions. - Adding a direct link to the associated GitHub repository (
https://github.com/bioscan-ml/BarcodeBERT
) for easier access to the code and reproduction steps.