Update README.md
Browse files
README.md
CHANGED
@@ -7,7 +7,7 @@ pipeline_tag: image-to-text
|
|
7 |
# Blip Image Captioning Base BF16
|
8 |
|
9 |
This model is a quantized version of the [Salesforce/blip-image-captioning-base](https://huggingface.co/Salesforce/blip-image-captioning-base), an image-to-text model.
|
10 |
-
From
|
11 |
|
12 |
## Example
|
13 |
|Sample caption generation: |
|
|
|
7 |
# Blip Image Captioning Base BF16
|
8 |
|
9 |
This model is a quantized version of the [Salesforce/blip-image-captioning-base](https://huggingface.co/Salesforce/blip-image-captioning-base), an image-to-text model.
|
10 |
+
From a memory footprint of 989 MBs -> 494 MBs by quantizing the percision of float32 to bfloat 16, reducing the model's memory size by 50 percent.
|
11 |
|
12 |
## Example
|
13 |
|Sample caption generation: |
|