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

padalavinaybhushan
/
VinayParser

Document Question Answering
Transformers
PyTorch
google-tensorflow TensorFlow
Safetensors
layoutlm
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use padalavinaybhushan/VinayParser with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("document-question-answering", model="padalavinaybhushan/VinayParser")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForDocumentQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("padalavinaybhushan/VinayParser")
    model = AutoModelForDocumentQuestionAnswering.from_pretrained("padalavinaybhushan/VinayParser")
  • Notebooks
  • Google Colab
  • Kaggle
VinayParser
1.54 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
padalavinaybhushan's picture
padalavinaybhushan
Upload app.py
552b3de almost 3 years ago
  • .gitattributes
    1.4 kB
    upload parser almost 3 years ago
  • README.md
    97 Bytes
    * almost 3 years ago
  • app.py
    14 kB
    Upload app.py almost 3 years ago
  • config.json
    789 Bytes
    upload parser almost 3 years ago
  • merges.txt
    456 kB
    upload parser almost 3 years ago
  • model.safetensors
    511 MB
    xet
    upload parser almost 3 years ago
  • pyproject.toml
    57 Bytes
    upload parser almost 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    511 MB
    xet
    upload parser almost 3 years ago
  • setup.cfg
    388 Bytes
    upload parser almost 3 years ago
  • special_tokens_map.json
    239 Bytes
    upload parser almost 3 years ago
  • tf_model.h5
    511 MB
    xet
    upload parser almost 3 years ago
  • tokenizer.json
    1.36 MB
    upload parser almost 3 years ago
  • tokenizer_config.json
    315 Bytes
    upload parser almost 3 years ago
  • vocab.json
    798 kB
    upload parser almost 3 years ago