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

farid1088
/
qa_bert

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

Instructions to use farid1088/qa_bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use farid1088/qa_bert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="farid1088/qa_bert")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("farid1088/qa_bert")
    model = AutoModelForQuestionAnswering.from_pretrained("farid1088/qa_bert")
  • Notebooks
  • Google Colab
  • Kaggle
qa_bert / runs
210 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits

This model has 1 file scanned as unsafe.

farid1088's picture
farid1088
Model save
3b8e655 verified about 2 years ago
  • Feb23_22-38-41_hcdsgpu2
    Model save about 2 years ago
  • Feb23_22-42-54_hcdsgpu2
    Model save about 2 years ago
  • Feb23_22-48-03_hcdsgpu2
    Model save about 2 years ago
  • Feb23_22-52-26_hcdsgpu2
    Model save about 2 years ago
  • Feb23_22-54-52_hcdsgpu2
    Model save about 2 years ago
  • Feb23_22-58-02_hcdsgpu2
    Model save about 2 years ago
  • Feb23_23-01-10_hcdsgpu2
    Model save about 2 years ago
  • Feb28_17-47-52_hcdsgpu1
    Model save about 2 years ago
  • Mar01_14-40-33_hcdsgpu1
    Model save about 2 years ago
  • Mar01_15-34-17_hcdsgpu1
    Model save about 2 years ago
  • Mar01_17-43-48_hcdsgpu1
    Model save about 2 years ago
  • Mar01_18-37-12_hcdsgpu1
    Model save about 2 years ago
  • Mar02_13-44-21_hcdsgpu1
    Model save about 2 years ago
  • Mar02_13-50-23_hcdsgpu1
    Model save about 2 years ago
  • Mar02_13-51-14_hcdsgpu1
    Model save about 2 years ago
  • Mar02_13-53-04_hcdsgpu1
    Model save about 2 years ago
  • Mar02_13-53-55_hcdsgpu1
    Model save about 2 years ago
  • Mar02_13-54-45_hcdsgpu1
    Model save about 2 years ago
  • Mar02_13-56-39_hcdsgpu1
    Model save about 2 years ago
  • Mar02_18-07-18_hcdsgpu1
    Model save about 2 years ago