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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

alynakbaba
/
bert-finetuned-squad

Question Answering
Transformers
google-tensorflow TensorFlow
TensorBoard
Safetensors
bert
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use alynakbaba/bert-finetuned-squad with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="alynakbaba/bert-finetuned-squad")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("alynakbaba/bert-finetuned-squad")
    model = AutoModelForQuestionAnswering.from_pretrained("alynakbaba/bert-finetuned-squad", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
bert-finetuned-squad / runs
5.63 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
alynakbaba's picture
alynakbaba
Training complete
e6db9bf verified over 1 year ago
  • Dec20_13-10-57_ed793cd4fcbd
    Training complete over 1 year ago