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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Fireworks12
/
git-base-pokemon

Image-to-Text
Transformers
PyTorch
TensorBoard
git
image-text-to-text
Generated from Trainer
vision
image-captioning
Model card Files Files and versions
xet
Metrics Training metrics Community
2

Instructions to use Fireworks12/git-base-pokemon with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Fireworks12/git-base-pokemon 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="Fireworks12/git-base-pokemon")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForMultimodalLM
    
    processor = AutoProcessor.from_pretrained("Fireworks12/git-base-pokemon")
    model = AutoModelForMultimodalLM.from_pretrained("Fireworks12/git-base-pokemon", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
git-base-pokemon
707 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 73 commits
Fireworks12's picture
Fireworks12
Update README.md
1265a6b about 3 years ago
  • runs
    End of training about 3 years ago
  • .gitattributes
    1.52 kB
    initial commit about 3 years ago
  • .gitignore
    13 Bytes
    Training in progress, step 50 about 3 years ago
  • README.md
    5.88 kB
    Update README.md about 3 years ago
  • config.json
    2.9 kB
    Update config.json about 3 years ago
  • generation_config.json
    136 Bytes
    End of training about 3 years ago
  • preprocessor_config.json
    160 Bytes
    Create preprocessor_config.json about 3 years ago
  • pytorch_model.bin
    707 MB
    xet
    End of training about 3 years ago
  • tokenizer.json
    711 kB
    Upload 2 files about 3 years ago
  • tokenizer_config.json
    453 Bytes
    Upload 2 files about 3 years ago
  • training_args.bin
    3.96 kB
    xet
    Training in progress, step 50 about 3 years ago