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

  • Log In
  • Sign Up

google
/
bigbird-roberta-large

Fill-Mask
Transformers
PyTorch
JAX
English
big_bird
Model card Files Files and versions
xet
Community
4

Instructions to use google/bigbird-roberta-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use google/bigbird-roberta-large with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="google/bigbird-roberta-large")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("google/bigbird-roberta-large")
    model = AutoModelForMaskedLM.from_pretrained("google/bigbird-roberta-large")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
bigbird-roberta-large
2.88 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 7 commits
lysandre's picture
lysandre HF Staff
Updates incorrect tokenizer configuration file (#2)
27d7740 verified about 2 years ago
  • .gitattributes
    690 Bytes
    initial commit about 5 years ago
  • README.md
    2.86 kB
    Create README.md about 5 years ago
  • config.json
    758 Bytes
    flax version add almost 5 years ago
  • flax_model.msgpack
    1.44 GB
    xet
    flax version add almost 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "collections.OrderedDict",
    • "torch.LongStorage",
    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    1.44 GB
    xet
    add files about 5 years ago
  • special_tokens_map.json
    775 Bytes
    upload all about 5 years ago
  • spiece.model
    846 kB
    xet
    add files about 5 years ago
  • tokenizer_config.json
    969 Bytes
    Updates incorrect tokenizer configuration file (#2) about 2 years ago