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
596 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
anmol-unitmole's picture
anmol-unitmole
Add complete QASPER Longformer model card
7d5c202 verified 4 days ago
  • evaluation
    Upload evaluation/training_summary.json with huggingface_hub 4 days ago
  • .gitattributes
    1.52 kB
    initial commit 4 days ago
  • README.md
    2.14 kB
    Add complete QASPER Longformer model card 4 days ago
  • config.json
    913 Bytes
    Upload LongformerForQuestionAnswering 4 days ago
  • model.safetensors
    592 MB
    xet
    Upload LongformerForQuestionAnswering 4 days ago
  • tokenizer.json
    3.56 MB
    Upload tokenizer 4 days ago
  • tokenizer_config.json
    604 Bytes
    Upload tokenizer 4 days ago