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:
Brady Bonnette
2025-01-29 02:59:28 -05:00
committed by GitHub
parent e142bf9530
commit 43017539ab
4 changed files with 2027 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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;