gospacedev commited on
Commit
a271d68
1 Parent(s): 653b78a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -9,6 +9,10 @@ pipeline_tag: image-to-text
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
  ## How to Get Started with the Model
13
 
14
  Use the code below to get started with the model.
 
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
+ <iframe src="https://drive.google.com/file/d/1IkZalCL0_9EfmW5EHZ1XPC2ODcNmOaUc/preview" width="640" height="480" allow="autoplay"></iframe>
14
+ a cat sitting on top of a purple and red striped carpet
15
+
16
  ## How to Get Started with the Model
17
 
18
  Use the code below to get started with the model.