Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Ansu
/
qa_finetuned

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

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

  • Libraries
  • Transformers

    How to use Ansu/qa_finetuned with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="Ansu/qa_finetuned")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("Ansu/qa_finetuned")
    model = AutoModelForQuestionAnswering.from_pretrained("Ansu/qa_finetuned")
  • Notebooks
  • Google Colab
  • Kaggle
qa_finetuned / runs
13 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Ansu's picture
Ansu
Training in progress, epoch 3
029c485 over 2 years ago
  • Dec17_19-30-47_51742ff26dfa
    Training in progress, epoch 3 over 2 years ago