Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

google-bert
/
bert-large-uncased-whole-word-masking-finetuned-squad

Question Answering
Transformers
PyTorch
google-tensorflow TensorFlow
JAX
Safetensors
English
bert
Model card Files Files and versions
xet
Community
6

Instructions to use google-bert/bert-large-uncased-whole-word-masking-finetuned-squad with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use google-bert/bert-large-uncased-whole-word-masking-finetuned-squad with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="google-bert/bert-large-uncased-whole-word-masking-finetuned-squad")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("google-bert/bert-large-uncased-whole-word-masking-finetuned-squad")
    model = AutoModelForQuestionAnswering.from_pretrained("google-bert/bert-large-uncased-whole-word-masking-finetuned-squad")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
bert-large-uncased-whole-word-masking-finetuned-squad
6.6 GB
Ctrl+K
Ctrl+K
  • 6 contributors
History: 21 commits
lysandre's picture
lysandre HF Staff
Updates the tokenizer configuration file (#4)
979de3c verified over 2 years ago
  • .gitattributes
    491 Bytes
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • README.md
    6.24 kB
    Update dimensions over 5 years ago
  • config.json
    443 Bytes
    Update config.json about 6 years ago
  • flax_model.msgpack
    1.34 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

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.34 GB
    xet
    Update pytorch_model.bin almost 7 years ago
  • saved_model.tar.gz
    1.25 GB
    xet
    Update saved_model.tar.gz about 6 years ago
  • tf_model.h5
    1.34 GB
    xet
    Update tf_model.h5 over 6 years ago
  • tokenizer.json
    466 kB
    Update tokenizer.json over 5 years ago
  • tokenizer_config.json
    48 Bytes
    Updates the tokenizer configuration file (#4) over 2 years ago
  • vocab.txt
    232 kB
    Update vocab.txt almost 7 years ago