mirror of
https://github.com/huggingface/candle.git
synced 2025-06-15 10:26:33 +00:00
Adds DebertaV2/V3 (#2743)
* Adds DebertaV2/V3 * Fixes all clippy warnings * Typos. * Addresses PR review findings. Some refactorings * Avoid some unwrap/unwrap_or. --------- Co-authored-by: Laurent <laurent.mazare@gmail.com>
This commit is contained in:
1448
candle-transformers/src/models/debertav2.rs
Normal file
1448
candle-transformers/src/models/debertav2.rs
Normal file
File diff suppressed because it is too large
Load Diff
@ -28,6 +28,7 @@ pub mod colpali;
|
||||
pub mod convmixer;
|
||||
pub mod convnext;
|
||||
pub mod dac;
|
||||
pub mod debertav2;
|
||||
pub mod depth_anything_v2;
|
||||
pub mod dinov2;
|
||||
pub mod dinov2reg4;
|
||||
|
Reference in New Issue
Block a user