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

  • Log In
  • Sign Up

StaAhmed
/
Values_QA

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

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

  • Libraries
  • Transformers

    How to use StaAhmed/Values_QA with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="StaAhmed/Values_QA")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("StaAhmed/Values_QA")
    model = AutoModelForQuestionAnswering.from_pretrained("StaAhmed/Values_QA")
  • Notebooks
  • Google Colab
  • Kaggle
Values_QA / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
StaAhmed's picture
StaAhmed
End of training
692eaca verified about 2 years ago
  • Feb29_10-14-06_42ad6c678f92
    End of training about 2 years ago
  • Feb29_10-31-11_42ad6c678f92
    End of training about 2 years ago
  • Feb29_10-38-29_42ad6c678f92
    End of training about 2 years ago
  • Feb29_16-00-30_def8b53a6a59
    End of training about 2 years ago
  • Mar01_08-39-21_95e4a57e3692
    End of training about 2 years ago