damerajee commited on
Commit
d204e12
·
verified ·
1 Parent(s): 1f5fd30

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -3
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
- [![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)
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