timm
/

Image Classification
timm
PyTorch
Safetensors
Transformers
rwightman HF staff commited on
Commit
6203b4b
·
verified ·
1 Parent(s): 49a8f25

Update model config and README

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -2,7 +2,6 @@
2
  tags:
3
  - image-classification
4
  - timm
5
- - transformers
6
  library_name: timm
7
  license: apache-2.0
8
  datasets:
@@ -139,8 +138,9 @@ output = model.forward_head(output, pre_logits=True)
139
  ## Model Comparison
140
  | model | top1 | top5 | param_count | img_size |
141
  | -------------------------------------------------- | ------ | ------ | ----------- | -------- |
142
- | [vit_so150m2_patch16_reg1_gap_384.sbb_e200_in12k_ft_in1k](https://huggingface.co/timm/vit_so150m2_patch16_reg1_gap_384.sbb_e200_in12k_ft_in1k) | 87.930 | 98.502 | 136.33 | 384 |
143
- | [vit_so150m2_patch16_reg1_gap_256.sbb_e200_in12k_ft_in1k](https://huggingface.co/timm/vit_so150m2_patch16_reg1_gap_256.sbb_e200_in12k_ft_in1k) | 87.308 | 98.326 | 136.33 | 256 |
 
144
  | [vit_mediumd_patch16_reg4_gap_384.sbb2_e200_in12k_ft_in1k](https://huggingface.co/timm/vit_mediumd_patch16_reg4_gap_384.sbb2_e200_in12k_ft_in1k) | 87.438 | 98.256 | 64.11 | 384 |
145
  | [vit_mediumd_patch16_reg4_gap_256.sbb2_e200_in12k_ft_in1k](https://huggingface.co/timm/vit_mediumd_patch16_reg4_gap_256.sbb2_e200_in12k_ft_in1k) | 86.608 | 97.934 | 64.11 | 256 |
146
  | [vit_betwixt_patch16_reg4_gap_384.sbb2_e200_in12k_ft_in1k](https://huggingface.co/timm/vit_betwixt_patch16_reg4_gap_384.sbb2_e200_in12k_ft_in1k) | 86.594 | 98.02 | 60.4 | 384 |
@@ -188,4 +188,4 @@ output = model.forward_head(output, pre_logits=True)
188
  journal={ICLR},
189
  year={2021}
190
  }
191
- ```
 
2
  tags:
3
  - image-classification
4
  - timm
 
5
  library_name: timm
6
  license: apache-2.0
7
  datasets:
 
138
  ## Model Comparison
139
  | model | top1 | top5 | param_count | img_size |
140
  | -------------------------------------------------- | ------ | ------ | ----------- | -------- |
141
+ | [vit_so150m2_patch16_reg1_gap_448.sbb2_e200_in12k_ft_in1k](https://huggingface.co/timm/vit_so150m2_patch16_reg1_gap_448.sbb2_e200_in12k_ft_in1k) | 88.068 | 98.588 | 136.33 | 448 |
142
+ | [vit_so150m2_patch16_reg1_gap_384.sbb2_e200_in12k_ft_in1k](https://huggingface.co/timm/vit_so150m2_patch16_reg1_gap_384.sbb2_e200_in12k_ft_in1k) | 87.930 | 98.502 | 136.33 | 384 |
143
+ | [vit_so150m2_patch16_reg1_gap_256.sbb2_e200_in12k_ft_in1k](https://huggingface.co/timm/vit_so150m2_patch16_reg1_gap_256.sbb2_e200_in12k_ft_in1k) | 87.308 | 98.326 | 136.33 | 256 |
144
  | [vit_mediumd_patch16_reg4_gap_384.sbb2_e200_in12k_ft_in1k](https://huggingface.co/timm/vit_mediumd_patch16_reg4_gap_384.sbb2_e200_in12k_ft_in1k) | 87.438 | 98.256 | 64.11 | 384 |
145
  | [vit_mediumd_patch16_reg4_gap_256.sbb2_e200_in12k_ft_in1k](https://huggingface.co/timm/vit_mediumd_patch16_reg4_gap_256.sbb2_e200_in12k_ft_in1k) | 86.608 | 97.934 | 64.11 | 256 |
146
  | [vit_betwixt_patch16_reg4_gap_384.sbb2_e200_in12k_ft_in1k](https://huggingface.co/timm/vit_betwixt_patch16_reg4_gap_384.sbb2_e200_in12k_ft_in1k) | 86.594 | 98.02 | 60.4 | 384 |
 
188
  journal={ICLR},
189
  year={2021}
190
  }
191
+ ```