narugo1992 commited on
Commit
3ebc6db
·
verified ·
1 Parent(s): a908e3a

Export model 'convnext_femto.d1_in1k', on 2025-01-19 18:31:45 UTC

Browse files
README.md CHANGED
@@ -7,6 +7,7 @@ base_model:
7
  - timm/convformer_s36.sail_in1k_384
8
  - timm/convmixer_1024_20_ks9_p14.in1k
9
  - timm/convnext_base.clip_laion2b_augreg_ft_in12k
 
10
  - timm/convnext_femto_ols.d1_in1k
11
  - timm/convnext_nano.r384_in12k_ft_in1k
12
  - timm/convnext_pico.d1_in1k
@@ -86,7 +87,7 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
86
 
87
  # Models
88
 
89
- 72 models exported from TIMM in total.
90
 
91
  ## ByobNet
92
 
@@ -107,7 +108,7 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
107
 
108
  ## ConvNeXt
109
 
110
- 7 models with model class `ConvNeXt`.
111
 
112
  | Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
113
  |:---------------------------------------------------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:-------------|:---------|:-------------------|:-------------|
@@ -116,6 +117,7 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
116
  | [convnext_pico_ols.d1_in1k](https://huggingface.co/timm/convnext_pico_ols.d1_in1k) | 9.1M | 1.4G | 224 | True | 512 | 1000 | imagenet-1k | ConvNeXt | convnext_pico_ols | 2022-12-13 |
117
  | [convnext_pico.d1_in1k](https://huggingface.co/timm/convnext_pico.d1_in1k) | 9.0M | 1.4G | 224 | True | 512 | 1000 | imagenet-1k | ConvNeXt | convnext_pico | 2022-12-13 |
118
  | [convnext_femto_ols.d1_in1k](https://huggingface.co/timm/convnext_femto_ols.d1_in1k) | 5.2M | 813.1M | 224 | True | 384 | 1000 | imagenet-1k | ConvNeXt | convnext_femto_ols | 2022-12-13 |
 
119
  | [convnextv2_atto.fcmae_ft_in1k](https://huggingface.co/timm/convnextv2_atto.fcmae_ft_in1k) | 3.7M | 547.3M | 224 | True | 320 | 1000 | imagenet-1k | ConvNeXt | convnextv2_atto | 2023-01-05 |
120
  | [test_convnext2.r160_in1k](https://huggingface.co/timm/test_convnext2.r160_in1k) | 476.1K | 50.8M | 160 | True | 128 | 1000 | imagenet-1k | ConvNeXt | test_convnext2 | 2024-09-22 |
121
 
 
7
  - timm/convformer_s36.sail_in1k_384
8
  - timm/convmixer_1024_20_ks9_p14.in1k
9
  - timm/convnext_base.clip_laion2b_augreg_ft_in12k
10
+ - timm/convnext_femto.d1_in1k
11
  - timm/convnext_femto_ols.d1_in1k
12
  - timm/convnext_nano.r384_in12k_ft_in1k
13
  - timm/convnext_pico.d1_in1k
 
87
 
88
  # Models
89
 
90
+ 73 models exported from TIMM in total.
91
 
92
  ## ByobNet
93
 
 
108
 
109
  ## ConvNeXt
110
 
111
+ 8 models with model class `ConvNeXt`.
112
 
113
  | Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
114
  |:---------------------------------------------------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:-------------|:---------|:-------------------|:-------------|
 
117
  | [convnext_pico_ols.d1_in1k](https://huggingface.co/timm/convnext_pico_ols.d1_in1k) | 9.1M | 1.4G | 224 | True | 512 | 1000 | imagenet-1k | ConvNeXt | convnext_pico_ols | 2022-12-13 |
118
  | [convnext_pico.d1_in1k](https://huggingface.co/timm/convnext_pico.d1_in1k) | 9.0M | 1.4G | 224 | True | 512 | 1000 | imagenet-1k | ConvNeXt | convnext_pico | 2022-12-13 |
119
  | [convnext_femto_ols.d1_in1k](https://huggingface.co/timm/convnext_femto_ols.d1_in1k) | 5.2M | 813.1M | 224 | True | 384 | 1000 | imagenet-1k | ConvNeXt | convnext_femto_ols | 2022-12-13 |
120
+ | [convnext_femto.d1_in1k](https://huggingface.co/timm/convnext_femto.d1_in1k) | 5.2M | 779.6M | 224 | True | 384 | 1000 | imagenet-1k | ConvNeXt | convnext_femto | 2022-12-13 |
121
  | [convnextv2_atto.fcmae_ft_in1k](https://huggingface.co/timm/convnextv2_atto.fcmae_ft_in1k) | 3.7M | 547.3M | 224 | True | 320 | 1000 | imagenet-1k | ConvNeXt | convnextv2_atto | 2023-01-05 |
122
  | [test_convnext2.r160_in1k](https://huggingface.co/timm/test_convnext2.r160_in1k) | 476.1K | 50.8M | 160 | True | 128 | 1000 | imagenet-1k | ConvNeXt | test_convnext2 | 2024-09-22 |
123
 
convnext_femto.d1_in1k/meta.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3a9621b20a4305a328edfa1124d3cf8068a882cfdf21f6ce06506c510fc3df4
3
+ size 169801
convnext_femto.d1_in1k/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b2aea3190ae4e6c93ed9e748ed8efe8ab366445ea2330a19ee85146c9d6ec78
3
+ size 20989752
convnext_femto.d1_in1k/preprocess.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b5ddfa5f811419c53f2604e24f1d6ea68d955f1a20343d26ab2ebd78e4e21e5
3
+ size 734
models.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7bd8cf4ba9663ee370d1ce337c46b5a4fe4470a7911e9b9dc5777dac73bbd6b3
3
- size 13514
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:373d332023c2f975f692172997392238c9ba54b0d171b405a42610ff2d94ea3b
3
+ size 13604