Instructions to use artificialguybr/textcaps-teste2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use artificialguybr/textcaps-teste2 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="artificialguybr/textcaps-teste2")# Load model directly from transformers import AutoProcessor, AutoModelForImageTextToText processor = AutoProcessor.from_pretrained("artificialguybr/textcaps-teste2") model = AutoModelForImageTextToText.from_pretrained("artificialguybr/textcaps-teste2") - Notebooks
- Google Colab
- Kaggle
docs: add Prompt Hub link to findgoodprompt.com
Browse files
README.md
CHANGED
|
@@ -58,6 +58,9 @@ This checkpoint is "GIT-large", which is a smaller variant of GIT trained on 20
|
|
| 58 |
You can find more of my models, projects, and information on my official website:
|
| 59 |
- **[artificialguy.com](https://artificialguy.com/)**
|
| 60 |
|
|
|
|
|
|
|
|
|
|
| 61 |
### 💖 Support My Work
|
| 62 |
If you find this model useful, please consider supporting my work. It helps me cover server costs and dedicate more time to new open-source projects.
|
| 63 |
- **Patreon:** [Support on Patreon](https://www.patreon.com/user?u=81570187)
|
|
@@ -75,4 +78,4 @@ During validation, one resizes the shorter edge of each image, after which cente
|
|
| 75 |
|
| 76 |
## Evaluation results
|
| 77 |
|
| 78 |
-
For evaluation results, we refer readers to the [paper](https://arxiv.org/abs/2205.14100).
|
|
|
|
| 58 |
You can find more of my models, projects, and information on my official website:
|
| 59 |
- **[artificialguy.com](https://artificialguy.com/)**
|
| 60 |
|
| 61 |
+
|
| 62 |
+
### 🚀 Prompt Hub
|
| 63 |
+
Need high-quality prompts for image models and LLMs? Explore **[findgoodprompt.com](https://findgoodprompt.com)**.
|
| 64 |
### 💖 Support My Work
|
| 65 |
If you find this model useful, please consider supporting my work. It helps me cover server costs and dedicate more time to new open-source projects.
|
| 66 |
- **Patreon:** [Support on Patreon](https://www.patreon.com/user?u=81570187)
|
|
|
|
| 78 |
|
| 79 |
## Evaluation results
|
| 80 |
|
| 81 |
+
For evaluation results, we refer readers to the [paper](https://arxiv.org/abs/2205.14100).
|