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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

anmol-unitmole
/
longformer-qasper-document-qa

Question Answering
Transformers
Safetensors
English
longformer
long-document-qa
qasper
document-ai
Model card Files Files and versions
xet
Community

Instructions to use anmol-unitmole/longformer-qasper-document-qa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use anmol-unitmole/longformer-qasper-document-qa with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="anmol-unitmole/longformer-qasper-document-qa")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("anmol-unitmole/longformer-qasper-document-qa")
    model = AutoModelForQuestionAnswering.from_pretrained("anmol-unitmole/longformer-qasper-document-qa", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
longformer-qasper-document-qa / evaluation
9.91 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
anmol-unitmole's picture
anmol-unitmole
Upload evaluation/training_summary.json with huggingface_hub
b0729f8 verified 4 days ago
  • EVALUATION_REPORT.md
    1.48 kB
    Upload evaluation/EVALUATION_REPORT.md with huggingface_hub 4 days ago
  • baseline_comparison.json
    1.4 kB
    Upload evaluation/baseline_comparison.json with huggingface_hub 4 days ago
  • controlled_context_length_comparison.json
    5.5 kB
    Upload evaluation/controlled_context_length_comparison.json with huggingface_hub 4 days ago
  • training_summary.json
    1.53 kB
    Upload evaluation/training_summary.json with huggingface_hub 4 days ago