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

tarekziade
/
test-push

Image-to-Text
Transformers
PyTorch
ONNX
vision-encoder-decoder
image-text-to-text
image-captioning
Eval Results (legacy)
Model card Files Files and versions
xet
Community
1

Instructions to use tarekziade/test-push with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use tarekziade/test-push 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="tarekziade/test-push")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMultimodalLM
    
    tokenizer = AutoTokenizer.from_pretrained("tarekziade/test-push")
    model = AutoModelForMultimodalLM.from_pretrained("tarekziade/test-push")
  • Notebooks
  • Google Colab
  • Kaggle
test-push
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
d941774 verified over 1 year ago
  • onnx
    New training about 2 years ago
  • .DS_Store
    6.15 kB
    New training about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    2.27 kB
    New training about 2 years ago
  • codecarbon.csv
    8 kB
    Model save about 2 years ago
  • config.json
    78 kB
    New training about 2 years ago
  • generation_config.json
    119 Bytes
    Model save about 2 years ago
  • merges.txt
    456 kB
    New training about 2 years ago
  • model.safetensors
    730 MB
    xet
    Adding `safetensors` variant of this model over 1 year ago
  • powermetrics_log.txt
    39.9 kB
    Model save about 2 years ago
  • preprocessor_config.json
    327 Bytes
    Model save about 2 years ago
  • pytorch_model.bin
    730 MB
    xet
    New training about 2 years ago
  • quantize_config.json
    3.11 kB
    New training about 2 years ago
  • special_tokens_map.json
    131 Bytes
    New training about 2 years ago
  • tokenizer.json
    2.11 MB
    New training about 2 years ago
  • tokenizer_config.json
    234 Bytes
    New training about 2 years ago
  • training_args.bin
    4.73 kB
    xet
    New training about 2 years ago
  • vocab.json
    798 kB
    New training about 2 years ago