Instructions to use deepghs/timms with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use deepghs/timms with timm:
import timm model = timm.create_model("hf_hub:deepghs/timms", pretrained=True) - Notebooks
- Google Colab
- Kaggle
narugo1992 commited on
Export model 'convnext_large_mlp.clip_laion2b_soup_ft_in12k_in1k_384', on 2025-01-21 16:31:29 JST
Browse files
README.md
CHANGED
|
@@ -114,7 +114,7 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
|
|
| 114 |
|
| 115 |
# Models
|
| 116 |
|
| 117 |
-
|
| 118 |
|
| 119 |
## Beit
|
| 120 |
|
|
@@ -242,12 +242,13 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
|
|
| 242 |
|
| 243 |
## ConvNeXt
|
| 244 |
|
| 245 |
-
|
| 246 |
|
| 247 |
| Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
|
| 248 |
|:---------------------------------------------------------------------------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:-------------|:---------|:-----------------------|:-------------|
|
| 249 |
| [convnext_large_mlp.clip_laion2b_soup_ft_in12k_384](https://huggingface.co/timm/convnext_large_mlp.clip_laion2b_soup_ft_in12k_384) | 216.7M | 101.0G | 384 | True | 1536 | 11821 | imagenet-12k | ConvNeXt | convnext_large_mlp | 2023-04-01 |
|
| 250 |
| [convnext_large_mlp.clip_laion2b_augreg_ft_in12k_384](https://huggingface.co/timm/convnext_large_mlp.clip_laion2b_augreg_ft_in12k_384) | 216.7M | 101.0G | 384 | True | 1536 | 11821 | imagenet-12k | ConvNeXt | convnext_large_mlp | 2023-04-01 |
|
|
|
|
| 251 |
| [convnext_large_mlp.clip_laion2b_augreg_ft_in1k_384](https://huggingface.co/timm/convnext_large_mlp.clip_laion2b_augreg_ft_in1k_384) | 200.0M | 101.0G | 384 | True | 1536 | 1000 | imagenet-1k | ConvNeXt | convnext_large_mlp | 2023-02-07 |
|
| 252 |
| [convnextv2_large.fcmae_ft_in22k_in1k_384](https://huggingface.co/timm/convnextv2_large.fcmae_ft_in22k_in1k_384) | 197.7M | 101.0G | 384 | True | 1536 | 1000 | imagenet-1k | ConvNeXt | convnextv2_large | 2023-01-05 |
|
| 253 |
| [convnext_large.fb_in22k_ft_in1k_384](https://huggingface.co/timm/convnext_large.fb_in22k_ft_in1k_384) | 197.7M | 101.0G | 384 | True | 1536 | 1000 | imagenet-1k | ConvNeXt | convnext_large | 2022-12-13 |
|
|
|
|
| 114 |
|
| 115 |
# Models
|
| 116 |
|
| 117 |
+
1101 models exported from TIMM in total.
|
| 118 |
|
| 119 |
## Beit
|
| 120 |
|
|
|
|
| 242 |
|
| 243 |
## ConvNeXt
|
| 244 |
|
| 245 |
+
72 models with model class `ConvNeXt`.
|
| 246 |
|
| 247 |
| Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
|
| 248 |
|:---------------------------------------------------------------------------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:-------------|:---------|:-----------------------|:-------------|
|
| 249 |
| [convnext_large_mlp.clip_laion2b_soup_ft_in12k_384](https://huggingface.co/timm/convnext_large_mlp.clip_laion2b_soup_ft_in12k_384) | 216.7M | 101.0G | 384 | True | 1536 | 11821 | imagenet-12k | ConvNeXt | convnext_large_mlp | 2023-04-01 |
|
| 250 |
| [convnext_large_mlp.clip_laion2b_augreg_ft_in12k_384](https://huggingface.co/timm/convnext_large_mlp.clip_laion2b_augreg_ft_in12k_384) | 216.7M | 101.0G | 384 | True | 1536 | 11821 | imagenet-12k | ConvNeXt | convnext_large_mlp | 2023-04-01 |
|
| 251 |
+
| [convnext_large_mlp.clip_laion2b_soup_ft_in12k_in1k_384](https://huggingface.co/timm/convnext_large_mlp.clip_laion2b_soup_ft_in12k_in1k_384) | 200.0M | 101.0G | 384 | True | 1536 | 1000 | imagenet-1k | ConvNeXt | convnext_large_mlp | 2023-04-01 |
|
| 252 |
| [convnext_large_mlp.clip_laion2b_augreg_ft_in1k_384](https://huggingface.co/timm/convnext_large_mlp.clip_laion2b_augreg_ft_in1k_384) | 200.0M | 101.0G | 384 | True | 1536 | 1000 | imagenet-1k | ConvNeXt | convnext_large_mlp | 2023-02-07 |
|
| 253 |
| [convnextv2_large.fcmae_ft_in22k_in1k_384](https://huggingface.co/timm/convnextv2_large.fcmae_ft_in22k_in1k_384) | 197.7M | 101.0G | 384 | True | 1536 | 1000 | imagenet-1k | ConvNeXt | convnextv2_large | 2023-01-05 |
|
| 254 |
| [convnext_large.fb_in22k_ft_in1k_384](https://huggingface.co/timm/convnext_large.fb_in22k_ft_in1k_384) | 197.7M | 101.0G | 384 | True | 1536 | 1000 | imagenet-1k | ConvNeXt | convnext_large | 2022-12-13 |
|
convnext_large_mlp.clip_laion2b_soup_ft_in12k_in1k_384/meta.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:48a37c61fe97b6307ab46f1603d65d8900fb6304b3d04c522ef0fee617c83c19
|
| 3 |
+
size 169875
|
convnext_large_mlp.clip_laion2b_soup_ft_in12k_in1k_384/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f22c648cff6e81eec20b3419f050254c3d53805d6655cb34844641e187988e20
|
| 3 |
+
size 800841352
|
convnext_large_mlp.clip_laion2b_soup_ft_in12k_in1k_384/preprocess.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c3fe8c8024a120fc5ab528b277d31feb09fe9a0997e76fba27a1ac0f77651353
|
| 3 |
+
size 789
|
models.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:07f8b07bf25a38b84a73789aa8fb1723c5c93a8376bd96fa43812e4348395010
|
| 3 |
+
size 60962
|