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

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", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
laguna-vision / lagunavision /tiling
2.87 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
aaronkazah's picture
aaronkazah
Add Laguna Vision package for endpoint handler imports
9fe3f84 verified 2 months ago
  • __init__.py
    111 Bytes
    Add Laguna Vision package for endpoint handler imports 2 months ago
  • anyres.py
    2.76 kB
    Add Laguna Vision package for endpoint handler imports 2 months ago