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

main-horse
/
blip2-pony-test

Visual Question Answering
Transformers
PyTorch
blip-2
Model card Files Files and versions
xet
Community
1

Instructions to use main-horse/blip2-pony-test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use main-horse/blip2-pony-test with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("visual-question-answering", model="main-horse/blip2-pony-test")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForMultimodalLM
    
    processor = AutoProcessor.from_pretrained("main-horse/blip2-pony-test")
    model = AutoModelForMultimodalLM.from_pretrained("main-horse/blip2-pony-test", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
blip2-pony-test
15.8 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
main-horse's picture
main-horse
Upload Blip2ForConditionalGeneration
e2480e7 over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • config.json
    7.73 kB
    Upload Blip2ForConditionalGeneration over 3 years ago
  • preprocessor_config.json
    432 Bytes
    Upload processor over 3 years ago
  • pytorch_model-00001-of-00002.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    9.44 GB
    xet
    Upload Blip2ForConditionalGeneration over 3 years ago
  • pytorch_model-00002-of-00002.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    6.33 GB
    xet
    Upload Blip2ForConditionalGeneration over 3 years ago
  • pytorch_model.bin.index.json
    128 kB
    Upload Blip2ForConditionalGeneration over 3 years ago
  • special_tokens_map.json
    2.2 kB
    Upload processor over 3 years ago
  • spiece.model
    792 kB
    xet
    Upload processor over 3 years ago
  • tokenizer.json
    2.42 MB
    Upload processor over 3 years ago
  • tokenizer_config.json
    2.54 kB
    Upload processor over 3 years ago