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

srcocotero
/
bert-base-qa

Question Answering
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
2

Instructions to use srcocotero/bert-base-qa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use srcocotero/bert-base-qa with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="srcocotero/bert-base-qa")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("srcocotero/bert-base-qa")
    model = AutoModelForQuestionAnswering.from_pretrained("srcocotero/bert-base-qa")
  • Notebooks
  • Google Colab
  • Kaggle
bert-base-qa / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
srcocotero's picture
srcocotero
End of training
580b776 almost 4 years ago
  • Aug09_16-23-09_58e64a916bd5
    End of training almost 4 years ago
  • Aug10_08-46-16_f311d5ee993e
    End of training almost 4 years ago