Adds support for Stella_en_v5 embedding model - 1.5B variant (#2551)

* Stella_en_1.5B_v5

* Separated  creation. This is a critical step for numerical accuracy and would be documented in the readme

* EmbedDim would require clone and copy

* WIP: example

* Examples added

* a litte more in README
This commit is contained in:
Anubhab Bandyopadhyay
2024-10-14 02:39:12 +05:30
committed by GitHub
parent 41ade774e8
commit f553ab5eb4
4 changed files with 804 additions and 0 deletions

View File

@ -84,6 +84,7 @@ pub mod siglip;
pub mod stable_diffusion;
pub mod stable_lm;
pub mod starcoder2;
pub mod stella_en_v5;
pub mod t5;
pub mod trocr;
pub mod vgg;