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

DLL888
/
bert-base-uncased-squad

Question Answering
Transformers
google-tensorflow TensorFlow
TensorBoard
bert
generated_from_keras_callback
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use DLL888/bert-base-uncased-squad with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="DLL888/bert-base-uncased-squad")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("DLL888/bert-base-uncased-squad")
    model = AutoModelForQuestionAnswering.from_pretrained("DLL888/bert-base-uncased-squad")
  • Notebooks
  • Google Colab
  • Kaggle
bert-base-uncased-squad / logs
1.79 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
DLL888's picture
DLL888
End of training
127321e over 3 years ago
  • train
    End of training over 3 years ago
  • validation
    End of training over 3 years ago