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

kpyu
/
eilev-blip2-flan-t5-xl

Image-to-Text
Transformers
Safetensors
English
blip-2
text-generation
video-to-text
video-captioning
image-captioning
visual-question-answering
Model card Files Files and versions
xet
Community

Instructions to use kpyu/eilev-blip2-flan-t5-xl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use kpyu/eilev-blip2-flan-t5-xl 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="kpyu/eilev-blip2-flan-t5-xl")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSeq2SeqLM
    
    processor = AutoProcessor.from_pretrained("kpyu/eilev-blip2-flan-t5-xl")
    model = AutoModelForSeq2SeqLM.from_pretrained("kpyu/eilev-blip2-flan-t5-xl", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
eilev-blip2-flan-t5-xl
15.8 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
kpyu's picture
kpyu
Update README.md
120203e verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    1.8 kB
    Update README.md almost 2 years ago
  • config.json
    2.32 kB
    Upload VideoBlipForConditionalGeneration almost 3 years ago
  • generation_config.json
    163 Bytes
    Upload VideoBlipForConditionalGeneration almost 3 years ago
  • model-00001-of-00004.safetensors
    4.98 GB
    xet
    Upload VideoBlipForConditionalGeneration almost 3 years ago
  • model-00002-of-00004.safetensors
    4.98 GB
    xet
    Upload VideoBlipForConditionalGeneration almost 3 years ago
  • model-00003-of-00004.safetensors
    4.98 GB
    xet
    Upload VideoBlipForConditionalGeneration almost 3 years ago
  • model-00004-of-00004.safetensors
    825 MB
    xet
    Upload VideoBlipForConditionalGeneration almost 3 years ago
  • model.safetensors.index.json
    128 kB
    Upload VideoBlipForConditionalGeneration almost 3 years ago
  • preprocessor_config.json
    432 Bytes
    Upload processor almost 3 years ago
  • special_tokens_map.json
    2.2 kB
    Upload processor almost 3 years ago
  • spiece.model
    792 kB
    xet
    Upload processor almost 3 years ago
  • teaser.png
    801 kB
    Upload teaser.png almost 3 years ago
  • tokenizer.json
    2.42 MB
    Upload processor almost 3 years ago
  • tokenizer_config.json
    20.8 kB
    Upload processor almost 3 years ago