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

  • Log In
  • Sign Up

ManishThota
/
InstructVQA

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

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

  • Libraries
  • Transformers

    How to use ManishThota/InstructVQA with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("visual-question-answering", model="ManishThota/InstructVQA")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForVisualQuestionAnswering
    
    processor = AutoProcessor.from_pretrained("ManishThota/InstructVQA")
    model = AutoModelForVisualQuestionAnswering.from_pretrained("ManishThota/InstructVQA")
  • Notebooks
  • Google Colab
  • Kaggle
InstructVQA
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
ManishThota's picture
ManishThota
Delete tokenizer_config.json
c17fefe verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    28 Bytes
    initial commit about 2 years ago
  • config.json
    638 Bytes
    Upload 3 files about 2 years ago
  • generation_config.json
    136 Bytes
    Upload 3 files about 2 years ago
  • model.safetensors
    1.54 GB
    xet
    Upload 3 files about 2 years ago