ahatamiz commited on
Commit
473e45a
·
verified ·
1 Parent(s): cc6e94d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -1
README.md CHANGED
@@ -16,7 +16,31 @@ We have developed the first hybrid model for computer vision which leverages the
16
 
17
  ## Model Performance
18
 
19
- MambaVision demonstrates a strong performance by achieving a new SOTA Pareto-front in
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  terms of Top-1 accuracy and throughput.
21
 
22
  <p align="center">
 
16
 
17
  ## Model Performance
18
 
19
+ MambaVision-B-21K is pretrained on ImageNet-21K dataset and finetuned on ImageNet-1K.
20
+
21
+ <table>
22
+ <tr>
23
+ <th>Name</th>
24
+ <th>Acc@1(%)</th>
25
+ <th>Acc@5(%)</th>
26
+ <th>#Params(M)</th>
27
+ <th>FLOPs(G)</th>
28
+ <th>Resolution</th>
29
+ </tr>
30
+
31
+ <tr>
32
+ <td>MambaVision-B-21K</td>
33
+ <td>84.9</td>
34
+ <td>97.5</td>
35
+ <td>97.7</td>
36
+ <td>15.0</td>
37
+ <td>224x224</td>
38
+ </tr>
39
+
40
+
41
+ </table>
42
+
43
+ In addition, the MambaVision models demonstrate a strong performance by achieving a new SOTA Pareto-front in
44
  terms of Top-1 accuracy and throughput.
45
 
46
  <p align="center">