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

  • Log In
  • Sign Up

google-bert
/
bert-large-cased

Fill-Mask
Transformers
PyTorch
google-tensorflow TensorFlow
JAX
Safetensors
English
bert
Model card Files Files and versions
xet
Community
3

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

  • Libraries
  • Transformers

    How to use google-bert/bert-large-cased with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="google-bert/bert-large-cased")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("google-bert/bert-large-cased")
    model = AutoModelForMaskedLM.from_pretrained("google-bert/bert-large-cased")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
bert-large-cased
Ctrl+K
Ctrl+K
  • 6 contributors
History: 20 commits
lysandre's picture
lysandre HF Staff
Updates the tokenizer configuration file (#3)
06fa25d verified about 2 years ago
  • .gitattributes
    491 Bytes
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • README.md
    9.21 kB
    Update code samples & dimensions over 5 years ago
  • config.json
    762 Bytes
    correct weights about 5 years ago
  • flax_model.msgpack
    1.33 GB
    xet
    correct weights about 5 years ago
  • model.safetensors
    1.34 GB
    xet
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • pytorch_model.bin
    1.34 GB
    xet
    Update pytorch_model.bin almost 7 years ago
  • tf_model.h5
    1.46 GB
    xet
    Update tf_model.h5 over 6 years ago
  • tokenizer.json
    436 kB
    Update tokenizer.json over 5 years ago
  • tokenizer_config.json
    49 Bytes
    Updates the tokenizer configuration file (#3) about 2 years ago
  • vocab.txt
    213 kB
    Update vocab.txt over 7 years ago
  • whole-word-masking.tar.gz
    1.24 GB
    xet
    Update whole-word-masking.tar.gz almost 7 years ago