Instructions to use dsaint31/bb_mlp_224 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dsaint31/bb_mlp_224 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="dsaint31/bb_mlp_224") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("dsaint31/bb_mlp_224", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Add/Update backbone checkpoints (count=6)
Browse files- manifest_20260210_114822.json +35 -0
- models/google__efficientnet-b0/config.json +2 -3
- models/google__efficientnet-b0/model.safetensors +1 -1
- models/google__vit-base-patch16-224/config.json +2 -3
- models/google__vit-base-patch16-224/model.safetensors +1 -1
- models/microsoft__resnet-50/config.json +2 -3
- models/microsoft__resnet-50/model.safetensors +1 -1
- models/microsoft__swin-tiny-patch4-window7-224/config.json +2 -3
- models/microsoft__swin-tiny-patch4-window7-224/model.safetensors +1 -1
- models/timm__densenet121.tv_in1k/config.json +2 -3
- models/timm__densenet121.tv_in1k/model.safetensors +1 -1
- models/torchvision__densenet121/config.json +2 -3
- models/torchvision__densenet121/model.safetensors +1 -1
manifest_20260210_114822.json
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"timestamp": "20260210_114822",
|
| 3 |
+
"repo_id": "dsaint31/bb_mlp_224",
|
| 4 |
+
"revision": "main",
|
| 5 |
+
"tag": null,
|
| 6 |
+
"num_labels": 3,
|
| 7 |
+
"count": 6,
|
| 8 |
+
"items": [
|
| 9 |
+
{
|
| 10 |
+
"backbone": "google/vit-base-patch16-224",
|
| 11 |
+
"subdir": "models/google__vit-base-patch16-224"
|
| 12 |
+
},
|
| 13 |
+
{
|
| 14 |
+
"backbone": "microsoft/swin-tiny-patch4-window7-224",
|
| 15 |
+
"subdir": "models/microsoft__swin-tiny-patch4-window7-224"
|
| 16 |
+
},
|
| 17 |
+
{
|
| 18 |
+
"backbone": "microsoft/resnet-50",
|
| 19 |
+
"subdir": "models/microsoft__resnet-50"
|
| 20 |
+
},
|
| 21 |
+
{
|
| 22 |
+
"backbone": "google/efficientnet-b0",
|
| 23 |
+
"subdir": "models/google__efficientnet-b0"
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"backbone": "timm/densenet121.tv_in1k",
|
| 27 |
+
"subdir": "models/timm__densenet121.tv_in1k"
|
| 28 |
+
},
|
| 29 |
+
{
|
| 30 |
+
"backbone": "torchvision/densenet121",
|
| 31 |
+
"subdir": "models/torchvision__densenet121"
|
| 32 |
+
}
|
| 33 |
+
],
|
| 34 |
+
"build_device": "mps"
|
| 35 |
+
}
|
models/google__efficientnet-b0/config.json
CHANGED
|
@@ -24,7 +24,7 @@
|
|
| 24 |
"num_labels": 3,
|
| 25 |
"transformers_version": "5.1.0",
|
| 26 |
"ds_provenance": {
|
| 27 |
-
"created_at": "
|
| 28 |
"repo_id": "dsaint31/bb_mlp_224",
|
| 29 |
"subdir": "models/google__efficientnet-b0",
|
| 30 |
"wrapper_class": "BackboneWithMLPHeadForImageClassification",
|
|
@@ -35,7 +35,6 @@
|
|
| 35 |
"policy_init_pretrained_forbidden": true,
|
| 36 |
"policy_reload_no_pretrained_injection": true,
|
| 37 |
"num_labels": 3,
|
| 38 |
-
"
|
| 39 |
-
"processor_use_fast": false
|
| 40 |
}
|
| 41 |
}
|
|
|
|
| 24 |
"num_labels": 3,
|
| 25 |
"transformers_version": "5.1.0",
|
| 26 |
"ds_provenance": {
|
| 27 |
+
"created_at": "20260210_114822",
|
| 28 |
"repo_id": "dsaint31/bb_mlp_224",
|
| 29 |
"subdir": "models/google__efficientnet-b0",
|
| 30 |
"wrapper_class": "BackboneWithMLPHeadForImageClassification",
|
|
|
|
| 35 |
"policy_init_pretrained_forbidden": true,
|
| 36 |
"policy_reload_no_pretrained_injection": true,
|
| 37 |
"num_labels": 3,
|
| 38 |
+
"build_device": "mps"
|
|
|
|
| 39 |
}
|
| 40 |
}
|
models/google__efficientnet-b0/model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 17558436
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8194dc6d8b279aeba0185c092ad951707c05bda8a80f9ef41649a10316a0fec4
|
| 3 |
size 17558436
|
models/google__vit-base-patch16-224/config.json
CHANGED
|
@@ -24,7 +24,7 @@
|
|
| 24 |
"num_labels": 3,
|
| 25 |
"transformers_version": "5.1.0",
|
| 26 |
"ds_provenance": {
|
| 27 |
-
"created_at": "
|
| 28 |
"repo_id": "dsaint31/bb_mlp_224",
|
| 29 |
"subdir": "models/google__vit-base-patch16-224",
|
| 30 |
"wrapper_class": "BackboneWithMLPHeadForImageClassification",
|
|
@@ -35,7 +35,6 @@
|
|
| 35 |
"policy_init_pretrained_forbidden": true,
|
| 36 |
"policy_reload_no_pretrained_injection": true,
|
| 37 |
"num_labels": 3,
|
| 38 |
-
"
|
| 39 |
-
"processor_use_fast": false
|
| 40 |
}
|
| 41 |
}
|
|
|
|
| 24 |
"num_labels": 3,
|
| 25 |
"transformers_version": "5.1.0",
|
| 26 |
"ds_provenance": {
|
| 27 |
+
"created_at": "20260210_114822",
|
| 28 |
"repo_id": "dsaint31/bb_mlp_224",
|
| 29 |
"subdir": "models/google__vit-base-patch16-224",
|
| 30 |
"wrapper_class": "BackboneWithMLPHeadForImageClassification",
|
|
|
|
| 35 |
"policy_init_pretrained_forbidden": true,
|
| 36 |
"policy_reload_no_pretrained_injection": true,
|
| 37 |
"num_labels": 3,
|
| 38 |
+
"build_device": "mps"
|
|
|
|
| 39 |
}
|
| 40 |
}
|
models/google__vit-base-patch16-224/model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 346372132
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7d694e6156ad68141c07a97811e4bd28c5374080a443b2c2d1165f465c5263cb
|
| 3 |
size 346372132
|
models/microsoft__resnet-50/config.json
CHANGED
|
@@ -24,7 +24,7 @@
|
|
| 24 |
"num_labels": 3,
|
| 25 |
"transformers_version": "5.1.0",
|
| 26 |
"ds_provenance": {
|
| 27 |
-
"created_at": "
|
| 28 |
"repo_id": "dsaint31/bb_mlp_224",
|
| 29 |
"subdir": "models/microsoft__resnet-50",
|
| 30 |
"wrapper_class": "BackboneWithMLPHeadForImageClassification",
|
|
@@ -35,7 +35,6 @@
|
|
| 35 |
"policy_init_pretrained_forbidden": true,
|
| 36 |
"policy_reload_no_pretrained_injection": true,
|
| 37 |
"num_labels": 3,
|
| 38 |
-
"
|
| 39 |
-
"processor_use_fast": false
|
| 40 |
}
|
| 41 |
}
|
|
|
|
| 24 |
"num_labels": 3,
|
| 25 |
"transformers_version": "5.1.0",
|
| 26 |
"ds_provenance": {
|
| 27 |
+
"created_at": "20260210_114822",
|
| 28 |
"repo_id": "dsaint31/bb_mlp_224",
|
| 29 |
"subdir": "models/microsoft__resnet-50",
|
| 30 |
"wrapper_class": "BackboneWithMLPHeadForImageClassification",
|
|
|
|
| 35 |
"policy_init_pretrained_forbidden": true,
|
| 36 |
"policy_reload_no_pretrained_injection": true,
|
| 37 |
"num_labels": 3,
|
| 38 |
+
"build_device": "mps"
|
|
|
|
| 39 |
}
|
| 40 |
}
|
models/microsoft__resnet-50/model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 96388660
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:20ae4b5060de102a1525a94866943b8e06d6390f6c184182a3508ec428e89aa5
|
| 3 |
size 96388660
|
models/microsoft__swin-tiny-patch4-window7-224/config.json
CHANGED
|
@@ -24,7 +24,7 @@
|
|
| 24 |
"num_labels": 3,
|
| 25 |
"transformers_version": "5.1.0",
|
| 26 |
"ds_provenance": {
|
| 27 |
-
"created_at": "
|
| 28 |
"repo_id": "dsaint31/bb_mlp_224",
|
| 29 |
"subdir": "models/microsoft__swin-tiny-patch4-window7-224",
|
| 30 |
"wrapper_class": "BackboneWithMLPHeadForImageClassification",
|
|
@@ -35,7 +35,6 @@
|
|
| 35 |
"policy_init_pretrained_forbidden": true,
|
| 36 |
"policy_reload_no_pretrained_injection": true,
|
| 37 |
"num_labels": 3,
|
| 38 |
-
"
|
| 39 |
-
"processor_use_fast": false
|
| 40 |
}
|
| 41 |
}
|
|
|
|
| 24 |
"num_labels": 3,
|
| 25 |
"transformers_version": "5.1.0",
|
| 26 |
"ds_provenance": {
|
| 27 |
+
"created_at": "20260210_114822",
|
| 28 |
"repo_id": "dsaint31/bb_mlp_224",
|
| 29 |
"subdir": "models/microsoft__swin-tiny-patch4-window7-224",
|
| 30 |
"wrapper_class": "BackboneWithMLPHeadForImageClassification",
|
|
|
|
| 35 |
"policy_init_pretrained_forbidden": true,
|
| 36 |
"policy_reload_no_pretrained_injection": true,
|
| 37 |
"num_labels": 3,
|
| 38 |
+
"build_device": "mps"
|
|
|
|
| 39 |
}
|
| 40 |
}
|
models/microsoft__swin-tiny-patch4-window7-224/model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 111128348
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1068a39fb79df0716d08979eece7f6a2df6eb1e5060cd4c61405c6cf851f8240
|
| 3 |
size 111128348
|
models/timm__densenet121.tv_in1k/config.json
CHANGED
|
@@ -24,7 +24,7 @@
|
|
| 24 |
"num_labels": 3,
|
| 25 |
"transformers_version": "5.1.0",
|
| 26 |
"ds_provenance": {
|
| 27 |
-
"created_at": "
|
| 28 |
"repo_id": "dsaint31/bb_mlp_224",
|
| 29 |
"subdir": "models/timm__densenet121.tv_in1k",
|
| 30 |
"wrapper_class": "BackboneWithMLPHeadForImageClassification",
|
|
@@ -35,7 +35,6 @@
|
|
| 35 |
"policy_init_pretrained_forbidden": true,
|
| 36 |
"policy_reload_no_pretrained_injection": true,
|
| 37 |
"num_labels": 3,
|
| 38 |
-
"
|
| 39 |
-
"processor_use_fast": false
|
| 40 |
}
|
| 41 |
}
|
|
|
|
| 24 |
"num_labels": 3,
|
| 25 |
"transformers_version": "5.1.0",
|
| 26 |
"ds_provenance": {
|
| 27 |
+
"created_at": "20260210_114822",
|
| 28 |
"repo_id": "dsaint31/bb_mlp_224",
|
| 29 |
"subdir": "models/timm__densenet121.tv_in1k",
|
| 30 |
"wrapper_class": "BackboneWithMLPHeadForImageClassification",
|
|
|
|
| 35 |
"policy_init_pretrained_forbidden": true,
|
| 36 |
"policy_reload_no_pretrained_injection": true,
|
| 37 |
"num_labels": 3,
|
| 38 |
+
"build_device": "mps"
|
|
|
|
| 39 |
}
|
| 40 |
}
|
models/timm__densenet121.tv_in1k/model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 29293620
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e22d8a7bcec905947eb52cb2f1420cd46af54647d14f77d128dd01274652883
|
| 3 |
size 29293620
|
models/torchvision__densenet121/config.json
CHANGED
|
@@ -24,7 +24,7 @@
|
|
| 24 |
"num_labels": 3,
|
| 25 |
"transformers_version": "5.1.0",
|
| 26 |
"ds_provenance": {
|
| 27 |
-
"created_at": "
|
| 28 |
"repo_id": "dsaint31/bb_mlp_224",
|
| 29 |
"subdir": "models/torchvision__densenet121",
|
| 30 |
"wrapper_class": "BackboneWithMLPHeadForImageClassification",
|
|
@@ -35,7 +35,6 @@
|
|
| 35 |
"policy_init_pretrained_forbidden": true,
|
| 36 |
"policy_reload_no_pretrained_injection": true,
|
| 37 |
"num_labels": 3,
|
| 38 |
-
"
|
| 39 |
-
"processor_use_fast": false
|
| 40 |
}
|
| 41 |
}
|
|
|
|
| 24 |
"num_labels": 3,
|
| 25 |
"transformers_version": "5.1.0",
|
| 26 |
"ds_provenance": {
|
| 27 |
+
"created_at": "20260210_114822",
|
| 28 |
"repo_id": "dsaint31/bb_mlp_224",
|
| 29 |
"subdir": "models/torchvision__densenet121",
|
| 30 |
"wrapper_class": "BackboneWithMLPHeadForImageClassification",
|
|
|
|
| 35 |
"policy_init_pretrained_forbidden": true,
|
| 36 |
"policy_reload_no_pretrained_injection": true,
|
| 37 |
"num_labels": 3,
|
| 38 |
+
"build_device": "mps"
|
|
|
|
| 39 |
}
|
| 40 |
}
|
models/torchvision__densenet121/model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 33394052
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:47ac15e9fcde838f19083473fd91f4ae4d60382bfb3699e506ede4f2d49461f5
|
| 3 |
size 33394052
|