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-large-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-large-qa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="srcocotero/bert-large-qa")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("srcocotero/bert-large-qa")
    model = AutoModelForQuestionAnswering.from_pretrained("srcocotero/bert-large-qa")
  • Notebooks
  • Google Colab
  • Kaggle
bert-large-qa / runs
52.2 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
srcocotero's picture
srcocotero
End of training
cf0ef27 almost 4 years ago
  • Aug08_08-04-46_9eba7db50311
    Training in progress, step 1000 almost 4 years ago
  • Aug09_08-32-25_58e64a916bd5
    End of training almost 4 years ago
  • Aug11_08-18-32_1be7fe59a580
    Training in progress, step 500 almost 4 years ago
  • Aug11_08-26-39_1be7fe59a580
    End of training almost 4 years ago