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 / latest
372 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
aaronkazah's picture
aaronkazah
Point Laguna Vision release to 200k stage2 checkpoint
c693925 verified about 1 month ago
  • lora
    Point Laguna Vision release to 200k stage2 checkpoint about 1 month ago
  • projector.pt

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    3.56 MB
    xet
    Point Laguna Vision release to 200k stage2 checkpoint about 1 month ago
  • projector_spec.json
    666 Bytes
    Point Laguna Vision release to 200k stage2 checkpoint about 1 month ago
  • train_report.json
    344 kB
    Point Laguna Vision release to 200k stage2 checkpoint about 1 month ago