Leoinhouse commited on
Commit
277f1d7
·
verified ·
1 Parent(s): 1d4a8ad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -47,9 +47,9 @@ On the **400-image** balanced test set; **runtime** = mean seconds per image for
47
 
48
  | Model | Test accuracy | Runtime (s / image) |
49
  |-------|----------------|----------------------|
50
- | `google/vit-base-patch16-224-in21k` | **1.0000** | 0.000920 |
51
- | `facebook/deit-tiny-patch16-224` | 0.9950 | 0.000904 |
52
- | `google/mobilenet_v2_1.0_224` | 0.9375 | 0.001554 |
53
 
54
  **Selected model:** `google/vit-base-patch16-224-in21k` (accuracy **1.0000** on this test split).
55
 
 
47
 
48
  | Model | Test accuracy | Runtime (s / image) |
49
  |-------|----------------|----------------------|
50
+ | `google/vit-base-patch16-224-in21k` | **0.9975** | 0.000953 |
51
+ | `facebook/deit-tiny-patch16-224` | 0.9950 | 0.000886 |
52
+ | `google/mobilenet_v2_1.0_224` | 0.9375 | 0.001365 |
53
 
54
  **Selected model:** `google/vit-base-patch16-224-in21k` (accuracy **1.0000** on this test split).
55