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

Push2407
/
YOUR-REPO

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

Instructions to use Push2407/YOUR-REPO with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Push2407/YOUR-REPO with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("visual-question-answering", model="Push2407/YOUR-REPO")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForMultimodalLM
    
    processor = AutoProcessor.from_pretrained("Push2407/YOUR-REPO")
    model = AutoModelForMultimodalLM.from_pretrained("Push2407/YOUR-REPO", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
YOUR-REPO
7.49 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Push2407's picture
Push2407
Upload processor
444c788 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    5.17 kB
    Upload Blip2ForConditionalGeneration almost 2 years ago
  • added_tokens.json
    23 Bytes
    Upload processor almost 2 years ago
  • config.json
    1.16 kB
    Upload Blip2ForConditionalGeneration almost 2 years ago
  • generation_config.json
    136 Bytes
    Upload Blip2ForConditionalGeneration almost 2 years ago
  • merges.txt
    456 kB
    Upload processor almost 2 years ago
  • model-00001-of-00002.safetensors
    5 GB
    xet
    Upload Blip2ForConditionalGeneration almost 2 years ago
  • model-00002-of-00002.safetensors
    2.49 GB
    xet
    Upload Blip2ForConditionalGeneration almost 2 years ago
  • model.safetensors.index.json
    122 kB
    Upload Blip2ForConditionalGeneration almost 2 years ago
  • preprocessor_config.json
    432 Bytes
    Upload processor almost 2 years ago
  • processor_config.json
    68 Bytes
    Upload processor almost 2 years ago
  • special_tokens_map.json
    548 Bytes
    Upload processor almost 2 years ago
  • tokenizer.json
    3.56 MB
    Upload processor almost 2 years ago
  • tokenizer_config.json
    882 Bytes
    Upload processor almost 2 years ago
  • vocab.json
    798 kB
    Upload processor almost 2 years ago