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

  • Log In
  • Sign Up

machinelearningzuu
/
gem-qna

Question Answering
Transformers
PyTorch
TensorBoard
distilbert
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use machinelearningzuu/gem-qna with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use machinelearningzuu/gem-qna with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="machinelearningzuu/gem-qna")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("machinelearningzuu/gem-qna")
    model = AutoModelForQuestionAnswering.from_pretrained("machinelearningzuu/gem-qna")
  • Notebooks
  • Google Colab
  • Kaggle
gem-qna / runs
27.9 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
machinelearningzuu's picture
machinelearningzuu
Training in progress, step 1500
71d1294 almost 3 years ago
  • May24_22-38-20_LAPTOP-5QD1OBBG
    Training in progress, step 2000 almost 3 years ago
  • May24_23-07-36_LAPTOP-5QD1OBBG
    Training in progress, step 1500 almost 3 years ago