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 'focalnet_large_fl3.ms_in22k', on 2025-01-21 13:09:41 JST
Browse files- README.md +12 -11
- focalnet_large_fl3.ms_in22k/meta.json +3 -0
- focalnet_large_fl3.ms_in22k/model.onnx +3 -0
- focalnet_large_fl3.ms_in22k/preprocess.json +3 -0
- models.parquet +2 -2
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 |
|
|
@@ -534,16 +534,17 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
|
|
| 534 |
|
| 535 |
## FocalNet
|
| 536 |
|
| 537 |
-
|
| 538 |
-
|
| 539 |
-
| Name
|
| 540 |
-
|:-------------------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:------------|:---------|:-------------------|:-------------|
|
| 541 |
-
| [
|
| 542 |
-
| [
|
| 543 |
-
| [
|
| 544 |
-
| [
|
| 545 |
-
| [
|
| 546 |
-
| [
|
|
|
|
| 547 |
|
| 548 |
## GhostNet
|
| 549 |
|
|
|
|
| 114 |
|
| 115 |
# Models
|
| 116 |
|
| 117 |
+
1018 models exported from TIMM in total.
|
| 118 |
|
| 119 |
## Beit
|
| 120 |
|
|
|
|
| 534 |
|
| 535 |
## FocalNet
|
| 536 |
|
| 537 |
+
7 models with model class `FocalNet`.
|
| 538 |
+
|
| 539 |
+
| Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
|
| 540 |
+
|:---------------------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:----------------|:---------|:-------------------|:-------------|
|
| 541 |
+
| [focalnet_large_fl3.ms_in22k](https://huggingface.co/timm/focalnet_large_fl3.ms_in22k) | 239.0M | 104.9G | 384 | True | 1536 | 21842 | imagenet-22k-ms | FocalNet | focalnet_large_fl3 | 2023-03-18 |
|
| 542 |
+
| [focalnet_base_lrf.ms_in1k](https://huggingface.co/timm/focalnet_base_lrf.ms_in1k) | 88.7M | 15.4G | 224 | True | 1024 | 1000 | imagenet-1k | FocalNet | focalnet_base_lrf | 2023-03-18 |
|
| 543 |
+
| [focalnet_base_srf.ms_in1k](https://huggingface.co/timm/focalnet_base_srf.ms_in1k) | 88.1M | 15.2G | 224 | True | 1024 | 1000 | imagenet-1k | FocalNet | focalnet_base_srf | 2023-03-18 |
|
| 544 |
+
| [focalnet_small_lrf.ms_in1k](https://huggingface.co/timm/focalnet_small_lrf.ms_in1k) | 50.3M | 8.7G | 224 | True | 768 | 1000 | imagenet-1k | FocalNet | focalnet_small_lrf | 2023-03-18 |
|
| 545 |
+
| [focalnet_small_srf.ms_in1k](https://huggingface.co/timm/focalnet_small_srf.ms_in1k) | 49.9M | 8.6G | 224 | True | 768 | 1000 | imagenet-1k | FocalNet | focalnet_small_srf | 2023-03-18 |
|
| 546 |
+
| [focalnet_tiny_lrf.ms_in1k](https://huggingface.co/timm/focalnet_tiny_lrf.ms_in1k) | 28.6M | 4.5G | 224 | True | 768 | 1000 | imagenet-1k | FocalNet | focalnet_tiny_lrf | 2023-03-18 |
|
| 547 |
+
| [focalnet_tiny_srf.ms_in1k](https://huggingface.co/timm/focalnet_tiny_srf.ms_in1k) | 28.4M | 4.4G | 224 | True | 768 | 1000 | imagenet-1k | FocalNet | focalnet_tiny_srf | 2023-03-18 |
|
| 548 |
|
| 549 |
## GhostNet
|
| 550 |
|
focalnet_large_fl3.ms_in22k/meta.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2839d41d8d4ffe815671c8d560e8bd7e98a373077dce0fa10ba82c3113dfdd6e
|
| 3 |
+
size 3713888
|
focalnet_large_fl3.ms_in22k/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f6a97b5c524e5827777b7b14b1ebd298140346d69d7b07d1f47d52cd46720922
|
| 3 |
+
size 957316292
|
focalnet_large_fl3.ms_in22k/preprocess.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b3d905649f9af19e946d208250dca795cd7a9609676ccbe6e5db51131a5b3c7e
|
| 3 |
+
size 734
|
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:018756adc30118b12435828ec7a733362185185b7942e213fe3b81bb6949f91f
|
| 3 |
+
size 56526
|