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 ·
ddf0f74
1
Parent(s): 01f08da
Training in progress, step 3500
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:741108fe368d77ac34b17885e1259d1c292af7eca5d34bdc9d710e22c2349b7a
|
| 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:0244521ab3172367c90e5801f14707a6411bd171e79f06fa4eb658c1906f4ba6
|
| 3 |
+
size 39924
|