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_training

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_training with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use farid1088/qa_bert_training with Transformers:

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

This model has 1 file scanned as unsafe.

farid1088's picture
farid1088
Model save
027ddb3 verified about 2 years ago
  • Feb23_23-05-32_hcdsgpu2
    Model save about 2 years ago
  • Feb23_23-06-20_hcdsgpu2
    Model save about 2 years ago
  • Feb23_23-07-05_hcdsgpu2
    Model save about 2 years ago
  • Feb24_07-33-01_hcdsgpu2
    Model save about 2 years ago
  • Feb24_07-37-15_hcdsgpu2
    Model save about 2 years ago
  • Feb24_07-40-52_hcdsgpu2
    Model save about 2 years ago
  • Feb24_07-42-34_hcdsgpu2
    Model save about 2 years ago
  • Feb24_07-48-02_hcdsgpu2
    Model save about 2 years ago
  • Feb24_08-20-42_hcdsgpu2
    Model save about 2 years ago
  • Feb28_17-37-58_hcdsgpu1
    Model save about 2 years ago