Add the blip image captioning model (#1140)

* Blip text model.

* Blip vision bits.

* Blippity.

* More blip.
This commit is contained in:
Laurent Mazare
2023-10-20 22:09:11 +01:00
committed by GitHub
parent cfb423ab76
commit 34d9e91748
4 changed files with 595 additions and 2 deletions

View File

@ -1,5 +1,7 @@
pub mod bert;
pub mod bigcode;
pub mod blip;
pub mod blip_text;
pub mod convmixer;
pub mod dinov2;
pub mod efficientnet;