feat: intergrate chinese clip and add example (#2555)

* start to impl chinese clip

* impl vision model

* copy code from bert

* refactor use

* refactor use again

* fix text model

* refactor

* try to fix text model

* tuning

* tuning chinese clip

* delete useless code

* revert code

* Clippy fixes.

* Also apply cargo fmt.

---------

Co-authored-by: laurent <laurent.mazare@gmail.com>
This commit is contained in:
SethWen
2024-10-10 21:18:55 +08:00
committed by GitHub
parent 937e8eda74
commit 0d96ec31e8
5 changed files with 1358 additions and 0 deletions

View File

@ -5,6 +5,7 @@ pub mod bigcode;
pub mod blip;
pub mod blip_text;
pub mod chatglm;
pub mod chinese_clip;
pub mod clip;
pub mod codegeex4_9b;
pub mod colpali;