Update README.md
Browse files
README.md
CHANGED
@@ -55,8 +55,6 @@ generated_text = processor.batch_decode(outputs, skip_special_tokens=True)[0].st
|
|
55 |
print(generated_text)
|
56 |
```
|
57 |
|
58 |
-
Note that this shows unconditional generation of text given an image. You can also make the model continue a text prompt.
|
59 |
-
|
60 |
### How to use
|
61 |
|
62 |
For code examples, we refer to the [documentation](https://huggingface.co/docs/transformers/main/en/model_doc/instructblip).
|
|
|
55 |
print(generated_text)
|
56 |
```
|
57 |
|
|
|
|
|
58 |
### How to use
|
59 |
|
60 |
For code examples, we refer to the [documentation](https://huggingface.co/docs/transformers/main/en/model_doc/instructblip).
|