mirror of
https://github.com/huggingface/candle.git
synced 2025-06-19 03:54:56 +00:00
Add the jina-bert embeddings model. (#1187)
* Add the jina-bert model. * Use alibi. * Remove the unused pragma. * Recompute the alibi embeddings. * Generate the token type ids. * Use the module trait. * Add the jina-bert example. * DType fix. * Get the inference to work.
This commit is contained in:
@ -6,6 +6,7 @@ pub mod convmixer;
|
||||
pub mod dinov2;
|
||||
pub mod efficientnet;
|
||||
pub mod falcon;
|
||||
pub mod jina_bert;
|
||||
pub mod llama;
|
||||
pub mod mistral;
|
||||
pub mod mixformer;
|
||||
|
Reference in New Issue
Block a user