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

Alexander-Learn
/
bert-finetuned-squad

Question Answering
Transformers
PyTorch
TensorBoard
bert
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use Alexander-Learn/bert-finetuned-squad with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Alexander-Learn/bert-finetuned-squad with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="Alexander-Learn/bert-finetuned-squad")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("Alexander-Learn/bert-finetuned-squad")
    model = AutoModelForQuestionAnswering.from_pretrained("Alexander-Learn/bert-finetuned-squad")
  • Notebooks
  • Google Colab
  • Kaggle
bert-finetuned-squad / runs
55.1 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
Alexander-Learn's picture
Alexander-Learn
Training in progress, epoch 3
4a8f1ad over 4 years ago
  • Jan28_23-16-43_DESKTOP-R5PDHFI
    Training in progress, epoch 1 over 4 years ago
  • Jan29_09-53-27_DESKTOP-R5PDHFI
    Training in progress, epoch 1 over 4 years ago
  • Jan29_15-49-14_DESKTOP-R5PDHFI
    Training in progress, epoch 3 over 4 years ago