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

nkasmanoff
/
sky-scribe

Image-to-Text
Transformers
PyTorch
TensorBoard
git
image-text-to-text
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use nkasmanoff/sky-scribe with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use nkasmanoff/sky-scribe 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="nkasmanoff/sky-scribe")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForImageTextToText
    
    processor = AutoProcessor.from_pretrained("nkasmanoff/sky-scribe")
    model = AutoModelForImageTextToText.from_pretrained("nkasmanoff/sky-scribe")
  • Notebooks
  • Google Colab
  • Kaggle
sky-scribe
707 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 26 commits
nkasmanoff's picture
nkasmanoff
Update README.md
0e40df4 about 3 years ago
  • runs
    Training in progress, step 1150 about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • .gitignore
    13 Bytes
    Training in progress, step 50 about 3 years ago
  • README.md
    906 Bytes
    Update README.md about 3 years ago
  • config.json
    2.9 kB
    Training in progress, step 50 about 3 years ago
  • generation_config.json
    136 Bytes
    Upload GitForCausalLM about 3 years ago
  • pytorch_model.bin
    707 MB
    xet
    Training in progress, step 1150 about 3 years ago
  • training_args.bin
    3.58 kB
    xet
    Training in progress, step 50 about 3 years ago