mirror of
https://github.com/huggingface/candle.git
synced 2025-06-17 02:58:50 +00:00
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:

committed by
GitHub

parent
41ade774e8
commit
f553ab5eb4
@ -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;
|
||||
|
Reference in New Issue
Block a user