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

Idan
/
fga-vqa

Visual Question Answering
Transformers
Safetensors
open_ended_vqa
factor-graph-attention
multimodal
Model card Files Files and versions
xet
Community

Instructions to use Idan/fga-vqa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Idan/fga-vqa with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("visual-question-answering", model="Idan/fga-vqa")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Idan/fga-vqa", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
fga-vqa
236 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
Idan's picture
Idan
Open-ended is the recommended VQA model
c8a4342 verified 2 days ago
  • .gitattributes
    1.52 kB
    initial commit 2 days ago
  • README.md
    2.35 kB
    Open-ended is the recommended VQA model 2 days ago
  • config.json
    502 Bytes
    Replace with the open-ended model 2 days ago
  • model.safetensors
    236 MB
    xet
    Replace with the open-ended model 2 days ago