Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,10 @@ inference: False
|
|
7 |
---
|
8 |
## Sharded BLIP-2 Model Card - flan-t5-xl
|
9 |
|
|
|
|
|
|
|
|
|
10 |
This is a sharded version of the [blip2-flan-t5-xl](https://huggingface.co/Salesforce/blip2-flan-t5-xl) which leverages [Flan T5-xl](https://huggingface.co/google/flan-t5-xl) for image-to-text tasks such as image captioning and visual question answering.
|
11 |
|
12 |
- this model repo is sharded so it can be easily loaded on low-RAM Colab runtimes :)
|
|
|
7 |
---
|
8 |
## Sharded BLIP-2 Model Card - flan-t5-xl
|
9 |
|
10 |
+
<a href="https://colab.research.google.com/gist/pszemraj/0822b7f28b14405f10cfd382296873de/blip2-flan-t5-xl-sharded-example.ipynb">
|
11 |
+
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
|
12 |
+
</a>
|
13 |
+
|
14 |
This is a sharded version of the [blip2-flan-t5-xl](https://huggingface.co/Salesforce/blip2-flan-t5-xl) which leverages [Flan T5-xl](https://huggingface.co/google/flan-t5-xl) for image-to-text tasks such as image captioning and visual question answering.
|
15 |
|
16 |
- this model repo is sharded so it can be easily loaded on low-RAM Colab runtimes :)
|