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

  • Log In
  • Sign Up

NouRed
/
fine-tuned-git-diffusion

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

Instructions to use NouRed/fine-tuned-git-diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use NouRed/fine-tuned-git-diffusion 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="NouRed/fine-tuned-git-diffusion")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForImageTextToText
    
    processor = AutoProcessor.from_pretrained("NouRed/fine-tuned-git-diffusion")
    model = AutoModelForImageTextToText.from_pretrained("NouRed/fine-tuned-git-diffusion")
  • Notebooks
  • Google Colab
  • Kaggle
fine-tuned-git-diffusion
707 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
NouRed's picture
NouRed
Upload processor
9f7871b over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    130 Bytes
    Create README.md over 2 years ago
  • config.json
    859 Bytes
    Upload GitForCausalLM over 2 years ago
  • generation_config.json
    136 Bytes
    Upload GitForCausalLM over 2 years ago
  • model.safetensors
    707 MB
    xet
    Upload GitForCausalLM over 2 years ago
  • preprocessor_config.json
    531 Bytes
    Upload processor over 2 years ago
  • special_tokens_map.json
    125 Bytes
    Upload processor over 2 years ago
  • tokenizer.json
    712 kB
    Upload processor over 2 years ago
  • tokenizer_config.json
    1.3 kB
    Upload processor over 2 years ago
  • vocab.txt
    232 kB
    Upload processor over 2 years ago