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

  • Log In
  • Sign Up

Exscientia
/
IgBert

Fill-Mask
Transformers
Safetensors
bert
antibody language model
antibody
protein language model
Model card Files Files and versions
xet
Community
1

Instructions to use Exscientia/IgBert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Exscientia/IgBert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="Exscientia/IgBert")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("Exscientia/IgBert")
    model = AutoModelForMaskedLM.from_pretrained("Exscientia/IgBert")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
IgBert
1.68 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 9 commits
exs-hkenlay's picture
exs-hkenlay
Upload tokenizer
81a4abb verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    3.15 kB
    Update README.md about 2 years ago
  • config.json
    686 Bytes
    Upload BertForMaskedLM almost 2 years ago
  • generation_config.json
    90 Bytes
    Upload BertForMaskedLM almost 2 years ago
  • model.safetensors
    1.68 GB
    xet
    Upload BertForMaskedLM almost 2 years ago
  • special_tokens_map.json
    125 Bytes
    Upload tokenizer about 2 years ago
  • tokenizer_config.json
    1.29 kB
    Upload tokenizer about 2 years ago
  • vocab.txt
    81 Bytes
    Upload tokenizer about 2 years ago