damerajee commited on
Commit
f6bdaf3
·
verified ·
1 Parent(s): e4a9a6f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
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
+ [![Open In Colab](https://img.shields.io/badge/Open%20In-Colab-4a90e2?style=for-the-badge&logo=google-colab&logoColor=white)](https://colab.research.google.com/drive/1WTfByvzDOaOcYsX56by7HBV2Y5P8pOW3?usp=sharing)
115
+
116
+
117
 
118
  ## Usage and limitations
119