Update README.md
Browse files
README.md
CHANGED
@@ -109,6 +109,11 @@ num_prompt_tokens = num_image_tokens + num_text_tokens + 2
|
|
109 |
generated_text = processor.batch_decode(generated_ids[:, num_prompt_tokens:], skip_special_tokens=True, clean_up_tokenization_spaces=False)[0]
|
110 |
generated_text
|
111 |
```
|
|
|
|
|
|
|
|
|
|
|
112 |
|
113 |
## Usage and limitations
|
114 |
|
|
|
109 |
generated_text = processor.batch_decode(generated_ids[:, num_prompt_tokens:], skip_special_tokens=True, clean_up_tokenization_spaces=False)[0]
|
110 |
generated_text
|
111 |
```
|
112 |
+
## Colab notebook
|
113 |
+
Or if you are too lazy just head to this colab notebook and run the code 😊
|
114 |
+
[](https://colab.research.google.com/drive/1WTfByvzDOaOcYsX56by7HBV2Y5P8pOW3?usp=sharing)
|
115 |
+
|
116 |
+
|
117 |
|
118 |
## Usage and limitations
|
119 |
|