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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

poolside-laguna-hackathon
/
laguna-vision

Image-to-Text
Transformers
Safetensors
vision-language
laguna
siglip
llava
lora
Model card Files Files and versions
xet
Community

Instructions to use poolside-laguna-hackathon/laguna-vision with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use poolside-laguna-hackathon/laguna-vision 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="poolside-laguna-hackathon/laguna-vision")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("poolside-laguna-hackathon/laguna-vision", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
laguna-vision
Ctrl+K
Ctrl+K
  • 1 contributor
History: 77 commits
aaronkazah's picture
aaronkazah
Add project links to model card
21e13e4 verified 9 days ago
  • assets
    Add Laguna Vision demo GIF 9 days ago
  • laguna-general-vision-200k-20260529-r2
    Point Laguna Vision release to 200k stage2 checkpoint 9 days ago
  • laguna-vision-b300-8k-20260529-r1
    Upload folder using huggingface_hub 10 days ago
  • laguna-vision-b300-8k-corrected-20260529-r1
    Upload folder using huggingface_hub 10 days ago
  • lagunavision
    Add Torch flex attention endpoint compatibility shim 9 days ago
  • latest
    Point Laguna Vision release to 200k stage2 checkpoint 9 days ago
  • .gitattributes
    1.58 kB
    Add Laguna Vision demo GIF 9 days ago
  • README.md
    6.97 kB
    Add project links to model card 9 days ago
  • handler.py
    6.56 kB
    Upload handler.py with huggingface_hub 10 days ago
  • requirements.txt
    195 Bytes
    Bootstrap Laguna runtime after endpoint startup 9 days ago
  • sitecustomize.py
    1.8 kB
    Make endpoint MT5 tokenizer shim robust 9 days ago