Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,7 @@ license: mit
|
|
4 |
tags:
|
5 |
- vision
|
6 |
- image-to-text
|
|
|
7 |
pipeline_tag: image-to-text
|
8 |
---
|
9 |
|
@@ -40,4 +41,4 @@ fine-tuned versions on a task that interests you.
|
|
40 |
|
41 |
### How to use
|
42 |
|
43 |
-
For code examples, we refer to the [documentation](https://huggingface.co/docs/transformers/main/model_doc/
|
|
|
4 |
tags:
|
5 |
- vision
|
6 |
- image-to-text
|
7 |
+
- image-captioning
|
8 |
pipeline_tag: image-to-text
|
9 |
---
|
10 |
|
|
|
41 |
|
42 |
### How to use
|
43 |
|
44 |
+
For code examples, we refer to the [documentation](https://huggingface.co/docs/transformers/main/en/model_doc/blip-2#transformers.Blip2ForConditionalGeneration.forward.example).
|