Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Mouwiya
/
image-model

Image-to-Text
Transformers
Safetensors
blip
image-text-to-text
Model card Files Files and versions
xet
Community

Instructions to use Mouwiya/image-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Mouwiya/image-model 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="Mouwiya/image-model")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForImageTextToText
    
    processor = AutoProcessor.from_pretrained("Mouwiya/image-model")
    model = AutoModelForImageTextToText.from_pretrained("Mouwiya/image-model")
  • Notebooks
  • Google Colab
  • Kaggle
image-model
1.04 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
Mouwiya's picture
Mouwiya
Update README.md
6d46999 verified almost 2 years ago
  • .gitattributes
    1.64 kB
    Upload 2 files almost 2 years ago
  • README.md
    5.19 kB
    Update README.md almost 2 years ago
  • UNSW_NB15_testing-set.csv
    15.4 MB
    xet
    Upload 2 files almost 2 years ago
  • UNSW_NB15_training-set.csv
    32.3 MB
    xet
    Upload 2 files almost 2 years ago
  • config.json
    681 Bytes
    Upload BlipForConditionalGeneration about 2 years ago
  • generation_config.json
    136 Bytes
    Upload BlipForConditionalGeneration about 2 years ago
  • model.safetensors
    990 MB
    xet
    Upload BlipForConditionalGeneration about 2 years ago
  • special_tokens_map.json
    695 Bytes
    Upload tokenizer about 2 years ago
  • tokenizer.json
    711 kB
    Upload tokenizer about 2 years ago
  • tokenizer_config.json
    1.35 kB
    Upload tokenizer about 2 years ago
  • vocab.txt
    232 kB
    Upload tokenizer about 2 years ago