nielsr HF staff commited on
Commit
9e7a19d
1 Parent(s): d979e75

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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/blip_2).
 
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).