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

  • Log In
  • Sign Up

rooftopcoder
/
bert-base-uncased-coqa

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

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

  • Libraries
  • Transformers

    How to use rooftopcoder/bert-base-uncased-coqa with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="rooftopcoder/bert-base-uncased-coqa")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("rooftopcoder/bert-base-uncased-coqa")
    model = AutoModelForQuestionAnswering.from_pretrained("rooftopcoder/bert-base-uncased-coqa")
  • Notebooks
  • Google Colab
  • Kaggle
bert-base-uncased-coqa / runs
Ctrl+K
Ctrl+K
  • 3 contributors
History: 34 commits
rooftopcoder's picture
rooftopcoder
End of training
462e43d almost 3 years ago
  • Jun14_06-44-03_a289516bacb6
    Training in progress, step 500 almost 3 years ago
  • Jun14_06-50-02_a289516bacb6
    Training in progress, step 6500 almost 3 years ago
  • Jun14_10-02-35_a289516bacb6
    End of training almost 3 years ago