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

Salesforce
/
blip-vqa-capfilt-large

Visual Question Answering
Transformers
PyTorch
google-tensorflow TensorFlow
blip
Model card Files Files and versions
xet
Community
14

Instructions to use Salesforce/blip-vqa-capfilt-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Salesforce/blip-vqa-capfilt-large with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("visual-question-answering", model="Salesforce/blip-vqa-capfilt-large")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForVisualQuestionAnswering
    
    processor = AutoProcessor.from_pretrained("Salesforce/blip-vqa-capfilt-large")
    model = AutoModelForVisualQuestionAnswering.from_pretrained("Salesforce/blip-vqa-capfilt-large")
  • Notebooks
  • Google Colab
  • Kaggle
blip-vqa-capfilt-large
3.08 GB
Ctrl+K
Ctrl+K
  • 5 contributors
History: 13 commits
xurantju's picture
xurantju
Update README.md
270352c verified over 1 year ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • README.md
    5.52 kB
    Update README.md over 1 year ago
  • config.json
    4.59 kB
    Update config.json (#5) about 3 years ago
  • preprocessor_config.json
    445 Bytes
    Upload processor over 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    1.54 GB
    xet
    Upload BlipForQuestionAnswering over 3 years ago
  • special_tokens_map.json
    125 Bytes
    Upload processor over 3 years ago
  • tf_model.h5
    1.54 GB
    xet
    Add TF weights (#3) about 3 years ago
  • tokenizer.json
    711 kB
    Upload processor over 3 years ago
  • tokenizer_config.json
    524 Bytes
    Update tokenizer_config.json (#6) about 3 years ago
  • vocab.txt
    232 kB
    Upload processor over 3 years ago