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

dmis-lab
/
biobert-large-cased-v1.1-squad

Question Answering
Transformers
PyTorch
JAX
bert
Model card Files Files and versions
xet
Community
2

Instructions to use dmis-lab/biobert-large-cased-v1.1-squad with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use dmis-lab/biobert-large-cased-v1.1-squad with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="dmis-lab/biobert-large-cased-v1.1-squad")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("dmis-lab/biobert-large-cased-v1.1-squad")
    model = AutoModelForQuestionAnswering.from_pretrained("dmis-lab/biobert-large-cased-v1.1-squad")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
biobert-large-cased-v1.1-squad
2.91 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 5 commits
patrickvonplaten's picture
patrickvonplaten
nazneen's picture
nazneen
model documentation (#1)
8ba1de0 over 3 years ago
  • .gitattributes
    736 Bytes
    allow flax about 5 years ago
  • README.md
    5.26 kB
    model documentation (#1) over 3 years ago
  • config.json
    631 Bytes
    first commit about 5 years ago
  • flax_model.msgpack
    1.45 GB
    xet
    upload flax model about 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    1.45 GB
    xet
    first commit about 5 years ago
  • vocab.txt
    467 kB
    first commit about 5 years ago