Adds DebertaV2/V3

This commit is contained in:
Brady Bonnette
2024-08-01 15:40:30 -04:00
parent 27996a1a9e
commit cafad0d88d
4 changed files with 2089 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;