Image-to-Text
Transformers
PyTorch
TensorBoard
vision-encoder-decoder
image-text-to-text
Generated from Trainer
Instructions to use larabe/news with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use larabe/news 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="larabe/news")# Load model directly from transformers import AutoTokenizer, AutoModelForImageTextToText tokenizer = AutoTokenizer.from_pretrained("larabe/news") model = AutoModelForImageTextToText.from_pretrained("larabe/news") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 10
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 806258457
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:431bc11cc5acc573a22673edb022f4b344321d19123fc56c5c112864349627d9
|
| 3 |
size 806258457
|
runs/Aug31_14-27-07_ip-172-31-42-230.eu-central-1.compute.internal/events.out.tfevents.1693492032.ip-172-31-42-230.eu-central-1.compute.internal.12455.0
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:a95a6debbff22ff9890c7cb2f4715da62eac0cc16d68ba7d5eeee0c19c9664c4
|
| 3 |
+
size 9499
|