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

aisak-ai
/
aisak-visual

Image-to-Text
Transformers
Safetensors
English
blip
image-text-to-text
computer-vision
image-captioning
Model card Files Files and versions
xet
Community
1

Instructions to use aisak-ai/aisak-visual with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use aisak-ai/aisak-visual 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="aisak-ai/aisak-visual")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForImageTextToText
    
    processor = AutoProcessor.from_pretrained("aisak-ai/aisak-visual")
    model = AutoModelForImageTextToText.from_pretrained("aisak-ai/aisak-visual")
  • Notebooks
  • Google Colab
  • Kaggle
aisak-visual
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
mandelakori's picture
mandelakori
Update README.md
386e12d verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    3.28 kB
    Update README.md about 2 years ago
  • config.json
    4.6 kB
    Update config.json about 2 years ago
  • generation_config.json
    136 Bytes
    Upload BlipForConditionalGeneration about 2 years ago
  • model.safetensors
    1.88 GB
    xet
    Upload BlipForConditionalGeneration about 2 years ago
  • preprocessor_config.json
    445 Bytes
    Update preprocessor_config.json about 2 years ago
  • special_tokens_map.json
    695 Bytes
    Upload processor about 2 years ago
  • tokenizer.json
    711 kB
    Upload processor about 2 years ago
  • tokenizer_config.json
    510 Bytes
    Update tokenizer_config.json about 2 years ago
  • vocab.txt
    232 kB
    Upload processor about 2 years ago