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

aniketmaurya
/
receipt-model-2025

Visual Question Answering
Transformers
Safetensors
Model card Files Files and versions
xet
Community

Instructions to use aniketmaurya/receipt-model-2025 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use aniketmaurya/receipt-model-2025 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("visual-question-answering", model="aniketmaurya/receipt-model-2025")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("aniketmaurya/receipt-model-2025", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
receipt-model-2025
7.75 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
aniketmaurya's picture
aniketmaurya
Update README.md
9a1ecfd verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    2.66 kB
    Update README.md over 1 year ago
  • adapter_config.json
    818 Bytes
    Upload Florence2ForConditionalGeneration over 1 year ago
  • adapter_model.safetensors
    7.75 MB
    xet
    Upload Florence2ForConditionalGeneration over 1 year ago
  • generation_config.json
    292 Bytes
    Upload Florence2ForConditionalGeneration over 1 year ago