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

  • Log In
  • Sign Up

deepset
/
bert-medium-squad2-distilled

Question Answering
Transformers
PyTorch
Safetensors
English
bert
exbert
Eval Results (legacy)
Model card Files Files and versions
xet
Community
4

Instructions to use deepset/bert-medium-squad2-distilled with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use deepset/bert-medium-squad2-distilled with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="deepset/bert-medium-squad2-distilled")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("deepset/bert-medium-squad2-distilled")
    model = AutoModelForQuestionAnswering.from_pretrained("deepset/bert-medium-squad2-distilled")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
bert-medium-squad2-distilled
165 MB
Ctrl+K
Ctrl+K
  • 8 contributors
History: 15 commits
autoevaluator's picture
autoevaluator HF Staff
Add verifyToken field to verify evaluation results are produced by Hugging Face's automatic model evaluator
78c38f5 over 3 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • README.md
    2.88 kB
    Add verifyToken field to verify evaluation results are produced by Hugging Face's automatic model evaluator over 3 years ago
  • config.json
    676 Bytes
    add model over 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    165 MB
    xet
    add model over 4 years ago
  • special_tokens_map.json
    112 Bytes
    add model over 4 years ago
  • tokenizer.json
    466 kB
    add model over 4 years ago
  • tokenizer_config.json
    335 Bytes
    Update tokenizer_config.json over 3 years ago
  • vocab.txt
    232 kB
    add model over 4 years ago