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

dany0407
/
qa_model

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

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

  • Libraries
  • Transformers

    How to use dany0407/qa_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="dany0407/qa_model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("dany0407/qa_model")
    model = AutoModelForQuestionAnswering.from_pretrained("dany0407/qa_model")
  • Notebooks
  • Google Colab
  • Kaggle
qa_model / runs
22.7 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
dany0407's picture
dany0407
End of training
4afe7b1 verified 28 days ago
  • Aug01_04-11-49_eb6effd99c7f
    Training in progress, step 500 11 months ago
  • Aug01_04-12-39_eb6effd99c7f
    End of training 11 months ago
  • Jun04_04-09-30_95099d001d8d
    End of training 28 days ago
  • May26_13-02-23_1d1abab9a460
    Training in progress, step 500 about 1 month ago