Image-to-Text
Transformers
PyTorch
TensorBoard
Safetensors
git
image-text-to-text
Generated from Trainer
Instructions to use sayakpaul/git-base-pokemon with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sayakpaul/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="sayakpaul/git-base-pokemon")# Load model directly from transformers import AutoProcessor, AutoModelForImageTextToText processor = AutoProcessor.from_pretrained("sayakpaul/git-base-pokemon") model = AutoModelForImageTextToText.from_pretrained("sayakpaul/git-base-pokemon") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,11 +2,13 @@
|
|
| 2 |
license: mit
|
| 3 |
tags:
|
| 4 |
- generated_from_trainer
|
|
|
|
| 5 |
datasets:
|
| 6 |
- imagefolder
|
| 7 |
model-index:
|
| 8 |
- name: git-base-pokemon
|
| 9 |
results: []
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -70,4 +72,4 @@ The following hyperparameters were used during training:
|
|
| 70 |
- Transformers 4.26.0
|
| 71 |
- Pytorch 1.13.1+cu116
|
| 72 |
- Datasets 2.9.0
|
| 73 |
-
- Tokenizers 0.13.2
|
|
|
|
| 2 |
license: mit
|
| 3 |
tags:
|
| 4 |
- generated_from_trainer
|
| 5 |
+
- image-to-text
|
| 6 |
datasets:
|
| 7 |
- imagefolder
|
| 8 |
model-index:
|
| 9 |
- name: git-base-pokemon
|
| 10 |
results: []
|
| 11 |
+
pipeline_tag: image-to-text
|
| 12 |
---
|
| 13 |
|
| 14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 72 |
- Transformers 4.26.0
|
| 73 |
- Pytorch 1.13.1+cu116
|
| 74 |
- Datasets 2.9.0
|
| 75 |
+
- Tokenizers 0.13.2
|