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

Shubham09
/
bart_lfqa_sqaud

Question Answering
Transformers
PyTorch
TensorBoard
bart
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
2

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

  • Libraries
  • Transformers

    How to use Shubham09/bart_lfqa_sqaud with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="Shubham09/bart_lfqa_sqaud")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("Shubham09/bart_lfqa_sqaud")
    model = AutoModelForQuestionAnswering.from_pretrained("Shubham09/bart_lfqa_sqaud")
  • Notebooks
  • Google Colab
  • Kaggle
bart_lfqa_sqaud / runs
11.3 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Shubham09's picture
Shubham09
End of training
3932aa7 almost 3 years ago
  • Jun06_09-40-44_6e755d453aa9
    End of training almost 3 years ago