timm
/

Image Classification
timm
PyTorch
Safetensors
rwightman HF staff commited on
Commit
a2df571
1 Parent(s): f50a5aa

Update model config and README

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -119,6 +119,7 @@ output = model.forward_head(output, pre_logits=True)
119
 
120
  |model |img_size|top1 |top5 |param_count|
121
  |---------------------------------------------------------------------------------------------------------------------|--------|------|------|-----------|
 
122
  |[mambaout_base_plus_rw.sw_e150_in12k_ft_in1k](http://huggingface.co/timm/mambaout_base_plus_rw.sw_e150_in12k_ft_in1k)|288 |86.912|98.236|101.66 |
123
  |[mambaout_base_plus_rw.sw_e150_in12k_ft_in1k](http://huggingface.co/timm/mambaout_base_plus_rw.sw_e150_in12k_ft_in1k)|224 |86.632|98.156|101.66 |
124
  |[mambaout_base_tall_rw.sw_e500_in1k](http://huggingface.co/timm/mambaout_base_tall_rw.sw_e500_in1k) |288 |84.974|97.332|86.48 |
 
119
 
120
  |model |img_size|top1 |top5 |param_count|
121
  |---------------------------------------------------------------------------------------------------------------------|--------|------|------|-----------|
122
+ |[mambaout_base_plus_rw.sw_e150_r384_in12k_ft_in1k](http://huggingface.co/timm/mambaout_base_plus_rw.sw_e150_r384_in12k_ft_in1k)|384 |87.506|98.428|101.66 |
123
  |[mambaout_base_plus_rw.sw_e150_in12k_ft_in1k](http://huggingface.co/timm/mambaout_base_plus_rw.sw_e150_in12k_ft_in1k)|288 |86.912|98.236|101.66 |
124
  |[mambaout_base_plus_rw.sw_e150_in12k_ft_in1k](http://huggingface.co/timm/mambaout_base_plus_rw.sw_e150_in12k_ft_in1k)|224 |86.632|98.156|101.66 |
125
  |[mambaout_base_tall_rw.sw_e500_in1k](http://huggingface.co/timm/mambaout_base_tall_rw.sw_e500_in1k) |288 |84.974|97.332|86.48 |