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

mirbostani
/
bert-base-uncased-finetuned-newsqa

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

Instructions to use mirbostani/bert-base-uncased-finetuned-newsqa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use mirbostani/bert-base-uncased-finetuned-newsqa with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="mirbostani/bert-base-uncased-finetuned-newsqa")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("mirbostani/bert-base-uncased-finetuned-newsqa")
    model = AutoModelForQuestionAnswering.from_pretrained("mirbostani/bert-base-uncased-finetuned-newsqa")
  • Notebooks
  • Google Colab
  • Kaggle
bert-base-uncased-finetuned-newsqa
872 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
21f6f6a almost 3 years ago
  • .gitattributes
    1.27 kB
    Adding `safetensors` variant of this model almost 3 years ago
  • README.md
    1.94 kB
    Update README.md almost 3 years ago
  • config.json
    614 Bytes
    Upload config.json about 4 years ago
  • model.safetensors
    436 MB
    xet
    Adding `safetensors` variant of this model almost 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    436 MB
    xet
    commit from morteza about 4 years ago
  • run_newsqa.py
    38.7 kB
    Upload run_newsqa.py almost 3 years ago
  • tokenizer.json
    466 kB
    tokenizer configuration added about 4 years ago
  • tokenizer_config.json
    387 Bytes
    tokenizer configuration added about 4 years ago
  • vocab.txt
    232 kB
    tokenizer configuration added about 4 years ago