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

  • Log In
  • Sign Up

TusharGoel
/
LiLT-Document-QA

Document Question Answering
Transformers
PyTorch
Safetensors
English
lilt
question-answering
Model card Files Files and versions
xet
Community
1

Instructions to use TusharGoel/LiLT-Document-QA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use TusharGoel/LiLT-Document-QA with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("document-question-answering", model="TusharGoel/LiLT-Document-QA")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("TusharGoel/LiLT-Document-QA")
    model = AutoModelForQuestionAnswering.from_pretrained("TusharGoel/LiLT-Document-QA")
  • Notebooks
  • Google Colab
  • Kaggle
LiLT-Document-QA
1.04 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 15 commits
TusharGoel's picture
TusharGoel
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
ebd82bf verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    1.2 kB
    Update README.md over 2 years ago
  • added_tokens.json
    75 Bytes
    Upload 8 files over 2 years ago
  • config.json
    757 Bytes
    Upload 7 files over 2 years ago
  • merges.txt
    456 kB
    Upload 8 files over 2 years ago
  • model.safetensors
    521 MB
    xet
    Adding `safetensors` variant of this model (#1) over 1 year ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict",
    • "torch.FloatStorage"

    What is a pickle import?

    521 MB
    xet
    Upload 7 files over 2 years ago
  • special_tokens_map.json
    1.07 kB
    Upload 7 files over 2 years ago
  • tokenizer.json
    2.11 MB
    Upload 8 files over 2 years ago
  • tokenizer_config.json
    1.73 kB
    Upload 8 files over 2 years ago
  • vocab.json
    798 kB
    Upload 8 files over 2 years ago