narugo1992 commited on
Commit
df4b99d
·
verified ·
1 Parent(s): a4f7826

Sync README for deepghs/embedding_aligner, on 2024-11-14 08:52:46 UTC

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -14,6 +14,8 @@ tags:
14
 
15
  | Name | Tagger | Embedding Width | Tags Count | FLOPS | Params | EMB Cosine | EMB Norm | Pred Loss | Pred MSE |
16
  |:---------------------:|:-----------:|:-----------------:|:------------:|:---------:|:--------:|:------------:|:----------:|:-----------:|:----------:|
 
 
17
  | ConvNext_v3_mnum2_all | ConvNext_v3 | 1024 | 10861 | 0.000708G | 0.71M | 1 | 0.1126 | 0.004531 | 2.061e-08 |
18
  | ConvNext_v3_mnum1_all | ConvNext_v3 | 1024 | 10861 | 0.001260G | 1.26M | 1 | 0.1473 | 0.004531 | 3.539e-08 |
19
  | ViT_mnum2_all | ViT | 768 | 9083 | 0.000398G | 0.40M | 1 | 0.08641 | 0.005199 | 3.797e-09 |
 
14
 
15
  | Name | Tagger | Embedding Width | Tags Count | FLOPS | Params | EMB Cosine | EMB Norm | Pred Loss | Pred MSE |
16
  |:---------------------:|:-----------:|:-----------------:|:------------:|:---------:|:--------:|:------------:|:----------:|:-----------:|:----------:|
17
+ | ViT_v3_mnum2_all | ViT_v3 | 768 | 10861 | 0.000398G | 0.40M | 1 | 0.1712 | 0.004306 | 2.116e-08 |
18
+ | ViT_v3_mnum1_all | ViT_v3 | 768 | 10861 | 0.000709G | 0.71M | 1 | 0.2246 | 0.004306 | 3.991e-08 |
19
  | ConvNext_v3_mnum2_all | ConvNext_v3 | 1024 | 10861 | 0.000708G | 0.71M | 1 | 0.1126 | 0.004531 | 2.061e-08 |
20
  | ConvNext_v3_mnum1_all | ConvNext_v3 | 1024 | 10861 | 0.001260G | 1.26M | 1 | 0.1473 | 0.004531 | 3.539e-08 |
21
  | ViT_mnum2_all | ViT | 768 | 9083 | 0.000398G | 0.40M | 1 | 0.08641 | 0.005199 | 3.797e-09 |