gospacedev commited on
Commit
e73727e
1 Parent(s): 9f88d19

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -10,8 +10,10 @@ This model is a quantized version of the [Salesforce/blip-image-captioning-base]
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
 
 
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
+
14
+ | <img src="https://huggingface.co/gospacedev/blip-image-captioning-base-bf16/resolve/main/cat%20in%20currents.png" width="316" height="316"> |
15
+ |---|
16
+ | a cat sitting on top of a purple and red striped carpet |
17
 
18
  ## How to Get Started with the Model
19