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

  • Log In
  • Sign Up

braintacles
/
brainblip

Image-to-Text
Transformers
Safetensors
blip
image-text-to-text
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use braintacles/brainblip with Transformers:

    # Use a pipeline as a high-level helper
    # Warning: Pipeline type "image-to-text" is no longer supported in transformers v5.
    # You must load the model directly (see below) or downgrade to v4.x with:
    # 'pip install "transformers<5.0.0'
    from transformers import pipeline
    
    pipe = pipeline("image-to-text", model="braintacles/brainblip")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForImageTextToText
    
    processor = AutoProcessor.from_pretrained("braintacles/brainblip")
    model = AutoModelForImageTextToText.from_pretrained("braintacles/brainblip")
  • Notebooks
  • Google Colab
  • Kaggle
brainblip
1.88 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 18 commits
braintacles's picture
braintacles
Update README.md
ea65875 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    1.53 kB
    Update README.md almost 2 years ago
  • config.json
    834 Bytes
    Upload BlipForConditionalGeneration almost 2 years ago
  • generation_config.json
    143 Bytes
    Upload BlipForConditionalGeneration almost 2 years ago
  • model.safetensors
    1.88 GB
    xet
    Upload BlipForConditionalGeneration almost 2 years ago