Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

LofiAmazon
/
BarcodeBERT-Entire-BOLD

Fill-Mask
Transformers
Safetensors
bert
Model card Files Files and versions
xet
Community
1

Instructions to use LofiAmazon/BarcodeBERT-Entire-BOLD with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use LofiAmazon/BarcodeBERT-Entire-BOLD with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="LofiAmazon/BarcodeBERT-Entire-BOLD")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("LofiAmazon/BarcodeBERT-Entire-BOLD")
    model = AutoModelForMaskedLM.from_pretrained("LofiAmazon/BarcodeBERT-Entire-BOLD")
  • Notebooks
  • Google Colab
  • Kaggle
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

Improve model card: add pipeline tag, library name, and link to code

#1 opened 10 months ago by
nielsr
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs