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