Added model table for baseline DeiT models
Browse files
README.md
CHANGED
|
@@ -24,6 +24,17 @@ We provide DeiT checkpoints (Tiny, Small, and Base) at four keep rates (0.9, 0.7
|
|
| 24 |
## Model Zoo
|
| 25 |
**Note: This repository does not host any checkpoints but contains links to all the model repositories. Each token reduction method repository contains the checkpoints for the four considered keep rates.**
|
| 26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
### Top-K:
|
| 28 |
| Model Name | Dataset | Weights |
|
| 29 |
|:-----------|:--------:|:-----------:|
|
|
|
|
| 24 |
## Model Zoo
|
| 25 |
**Note: This repository does not host any checkpoints but contains links to all the model repositories. Each token reduction method repository contains the checkpoints for the four considered keep rates.**
|
| 26 |
|
| 27 |
+
### Baseline DeiT
|
| 28 |
+
| deit_base-nab | NABirds | [link]() |
|
| 29 |
+
| deit_small-nab | NABirds | [link]() |
|
| 30 |
+
| deit_tiny-nab | NABirds | [link]() |
|
| 31 |
+
| deit_base-coco | COCO 2014 | [link]() |
|
| 32 |
+
| deit_small-coco | COCO 2014 | [link]() |
|
| 33 |
+
| deit_tiny-coco | COCO 2014 | [link]() |
|
| 34 |
+
| deit_base-nus | NUS-WIDE | [link]() |
|
| 35 |
+
| deit_small-nus | NUS-WIDE | [link]() |
|
| 36 |
+
| deit_tiny-nus | NUS-WIDE | [link]() |
|
| 37 |
+
|
| 38 |
### Top-K:
|
| 39 |
| Model Name | Dataset | Weights |
|
| 40 |
|:-----------|:--------:|:-----------:|
|