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

  • Log In
  • Sign Up

Sigurdur
/
isl-img2text

Image-to-Text
Transformers
TensorBoard
Safetensors
Icelandic
English
git
image-text-to-text
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use Sigurdur/isl-img2text with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Sigurdur/isl-img2text 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="Sigurdur/isl-img2text")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForImageTextToText
    
    processor = AutoProcessor.from_pretrained("Sigurdur/isl-img2text")
    model = AutoModelForImageTextToText.from_pretrained("Sigurdur/isl-img2text")
  • Notebooks
  • Google Colab
  • Kaggle
isl-img2text
708 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 16 commits
Sigurdur's picture
Sigurdur
Update README.md
aa29791 verified about 1 year ago
  • examples-for-inference
    Upload 3 files almost 2 years ago
  • runs
    End of training almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    2.95 kB
    Update README.md about 1 year ago
  • config.json
    859 Bytes
    Training in progress, step 50 almost 2 years ago
  • generation_config.json
    136 Bytes
    End of training almost 2 years ago
  • model.safetensors
    707 MB
    xet
    End of training almost 2 years ago
  • preprocessor_config.json
    503 Bytes
    Adding processor to hub. almost 2 years ago
  • special_tokens_map.json
    695 Bytes
    Adding processor to hub. almost 2 years ago
  • tokenizer.json
    711 kB
    Adding processor to hub. almost 2 years ago
  • tokenizer_config.json
    1.3 kB
    Adding processor to hub. almost 2 years ago
  • training_args.bin

    Detected Pickle imports (9)

    • "transformers.training_args.TrainingArguments",
    • "torch.device",
    • "transformers.training_args.OptimizerNames",
    • "transformers.trainer_pt_utils.AcceleratorConfig",
    • "transformers.trainer_utils.HubStrategy",
    • "accelerate.utils.dataclasses.DistributedType",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.trainer_utils.IntervalStrategy",
    • "accelerate.state.PartialState"

    How to fix it?

    4.67 kB
    xet
    Training in progress, step 50 almost 2 years ago
  • vocab.txt
    232 kB
    Adding processor to hub. almost 2 years ago