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

  • Log In
  • Sign Up

Forturne
/
qa_bigbird

Question Answering
Transformers
PyTorch
big_bird
Model card Files Files and versions
xet
Community
1

Instructions to use Forturne/qa_bigbird with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Forturne/qa_bigbird with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="Forturne/qa_bigbird")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("Forturne/qa_bigbird")
    model = AutoModelForQuestionAnswering.from_pretrained("Forturne/qa_bigbird")
  • Notebooks
  • Google Colab
  • Kaggle
qa_bigbird
943 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
170a265 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • config.json
    970 Bytes
    Upload BigBirdForQuestionAnswering almost 3 years ago
  • model.safetensors
    472 MB
    xet
    Adding `safetensors` variant of this model over 1 year ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    472 MB
    xet
    Upload BigBirdForQuestionAnswering almost 3 years ago