Image-to-Text
Transformers
PyTorch
TensorBoard
git
image-text-to-text
Generated from Trainer
vision
image-captioning
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
Commit ·
8420328
1
Parent(s): ddf0f74
Training in progress, step 3550
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 706594713
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ded4c0b150b7985fa0964bbfa19479f9001d95589f22decfe0204056a1775100
|
| 3 |
size 706594713
|
runs/Jul13_16-01-33_6551a35f75f1/events.out.tfevents.1689264101.6551a35f75f1.29396.1
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fdd9bb37b56a557532ee2df2b4f28d1d39823bb1734d2167b93b13958f9b61cc
|
| 3 |
+
size 40405
|