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

Dataseeds
/
BLIP2-opt-2.7b-DSD-FineTune

Image-to-Text
Transformers
English
vision-language
multimodal
blip2
opt
fine-tuned
photography
image-captioning
scene-analysis
Eval Results (legacy)
Model card Files Files and versions
xet
Community
1

Instructions to use Dataseeds/BLIP2-opt-2.7b-DSD-FineTune with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Dataseeds/BLIP2-opt-2.7b-DSD-FineTune 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="Dataseeds/BLIP2-opt-2.7b-DSD-FineTune")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Dataseeds/BLIP2-opt-2.7b-DSD-FineTune", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
BLIP2-opt-2.7b-DSD-FineTune
53.5 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 7 commits
nielsr's picture
nielsr HF Staff
Add link to paper and Github repo
853ac16 verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    10.6 kB
    Add link to paper and Github repo about 1 year ago
  • checkpoint_0.pth
    13.4 GB
    xet
    Upload BLIP2 fine-tuned model on GuruShots dataset about 1 year ago
  • checkpoint_5.pth
    13.4 GB
    xet
    Upload BLIP2 fine-tuned model on GuruShots dataset about 1 year ago
  • checkpoint_9.pth
    13.4 GB
    xet
    Upload BLIP2 fine-tuned model on GuruShots dataset about 1 year ago
  • checkpoint_best.pth
    13.4 GB
    xet
    Upload BLIP2 fine-tuned model on GuruShots dataset about 1 year ago
  • evaluate.txt
    2.55 kB
    Upload BLIP2 fine-tuned model on GuruShots dataset about 1 year ago
  • log.txt
    7.37 kB
    Upload BLIP2 fine-tuned model on GuruShots dataset about 1 year ago