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
BarcodeBERT-Entire-BOLD
345 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 34 commits
vshulev's picture
vshulev
Update README.md
18d7275 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    1.37 kB
    Update README.md almost 2 years ago
  • config.json
    619 Bytes
    Upload BertForMaskedLM almost 2 years ago
  • generation_config.json
    122 Bytes
    Upload BertForMaskedLM almost 2 years ago
  • model.safetensors
    345 MB
    xet
    Upload BertForMaskedLM almost 2 years ago
  • special_tokens_map.json
    77 Bytes
    Upload tokenizer almost 2 years ago
  • tokenizer.json
    5.64 kB
    Upload tokenizer almost 2 years ago
  • tokenizer_config.json
    754 Bytes
    Upload tokenizer almost 2 years ago