dsaint31 commited on
Commit
69a0806
·
verified ·
1 Parent(s): ad2de44

Add/Update backbone checkpoints (count=6)

Browse files
manifest_20260210_132916.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "timestamp": "20260210_132916",
3
+ "repo_id": "dsaint31/bb_mlp_224",
4
+ "revision": "main",
5
+ "tag": null,
6
+ "num_labels": 3,
7
+ "build_device": "mps",
8
+ "count": 6,
9
+ "items": [
10
+ {
11
+ "backbone": "google/vit-base-patch16-224",
12
+ "subdir": "models/google__vit-base-patch16-224",
13
+ "dirname": "google__vit-base-patch16-224"
14
+ },
15
+ {
16
+ "backbone": "microsoft/swin-tiny-patch4-window7-224",
17
+ "subdir": "models/microsoft__swin-tiny-patch4-window7-224",
18
+ "dirname": "microsoft__swin-tiny-patch4-window7-224"
19
+ },
20
+ {
21
+ "backbone": "microsoft/resnet-50",
22
+ "subdir": "models/microsoft__resnet-50",
23
+ "dirname": "microsoft__resnet-50"
24
+ },
25
+ {
26
+ "backbone": "google/efficientnet-b0",
27
+ "subdir": "models/google__efficientnet-b0",
28
+ "dirname": "google__efficientnet-b0"
29
+ },
30
+ {
31
+ "backbone": "timm/densenet121.tv_in1k",
32
+ "subdir": "models/timm__densenet121.tv_in1k",
33
+ "dirname": "timm__densenet121.tv_in1k"
34
+ },
35
+ {
36
+ "backbone": "torchvision/densenet121",
37
+ "subdir": "models/torchvision__densenet121",
38
+ "dirname": "torchvision__densenet121"
39
+ }
40
+ ],
41
+ "root_code_included": true,
42
+ "root_code_files": [
43
+ "ds_proc.py",
44
+ "ds_model.py",
45
+ "ds_cfg.py",
46
+ "ds_meta.py"
47
+ ],
48
+ "subfolder_code_included": true,
49
+ "subfolder_code_files": [
50
+ "ds_proc.py",
51
+ "ds_model.py",
52
+ "ds_cfg.py",
53
+ "ds_meta.py"
54
+ ]
55
+ }
models/google__efficientnet-b0/config.json CHANGED
@@ -9,18 +9,47 @@
9
  "backbone_name_or_path": "google/efficientnet-b0",
10
  "dtype": "float32",
11
  "id2label": {
12
- "0": "label_0",
13
- "1": "label_1",
14
- "2": "label_2"
15
  },
16
  "label2id": {
17
- "label_0": 0,
18
- "label_1": 1,
19
- "label_2": 2
20
  },
21
  "mlp_head_bottleneck": 256,
22
  "mlp_head_dropout": 0.2,
23
  "model_type": "backbone-mlphead-224-fixed",
24
  "num_labels": 3,
25
- "transformers_version": "5.1.0"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  }
 
9
  "backbone_name_or_path": "google/efficientnet-b0",
10
  "dtype": "float32",
11
  "id2label": {
12
+ "0": "LABEL_0",
13
+ "1": "LABEL_1",
14
+ "2": "LABEL_2"
15
  },
16
  "label2id": {
17
+ "LABEL_0": 0,
18
+ "LABEL_1": 1,
19
+ "LABEL_2": 2
20
  },
21
  "mlp_head_bottleneck": 256,
22
  "mlp_head_dropout": 0.2,
23
  "model_type": "backbone-mlphead-224-fixed",
24
  "num_labels": 3,
25
+ "transformers_version": "5.1.0",
26
+ "ds_provenance": {
27
+ "created_at": "20260210_132916",
28
+ "repo_id": "dsaint31/bb_mlp_224",
29
+ "subdir": "models/google__efficientnet-b0",
30
+ "wrapper_class": "BackboneWithMLPHeadForImageClassification",
31
+ "processor_class": "BackboneMLPHead224ImageProcessor",
32
+ "backbone_id": "google/efficientnet-b0",
33
+ "meta_type": "efficientnet",
34
+ "pretrained_injected": true,
35
+ "policy_init_pretrained_forbidden": true,
36
+ "policy_reload_no_pretrained_injection": true,
37
+ "num_labels": 3,
38
+ "build_device": "mps",
39
+ "root_code_included": true,
40
+ "root_code_files": [
41
+ "ds_proc.py",
42
+ "ds_model.py",
43
+ "ds_cfg.py",
44
+ "ds_meta.py"
45
+ ],
46
+ "subfolder_code_included": true,
47
+ "subfolder_code_files": [
48
+ "ds_proc.py",
49
+ "ds_model.py",
50
+ "ds_cfg.py",
51
+ "ds_meta.py"
52
+ ],
53
+ "processor_use_fast": true
54
+ }
55
  }
models/google__efficientnet-b0/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:db417e10b3426b7b5bfed0063f927757fb74cf1045cea46a5f93d356abed6508
3
  size 17558436
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23745db9141f378b25b88834d6f6bda100120733dc1caea4eb6217b02363e933
3
  size 17558436
models/google__vit-base-patch16-224/config.json CHANGED
@@ -9,18 +9,47 @@
9
  "backbone_name_or_path": "google/vit-base-patch16-224",
10
  "dtype": "float32",
11
  "id2label": {
12
- "0": "label_0",
13
- "1": "label_1",
14
- "2": "label_2"
15
  },
16
  "label2id": {
17
- "label_0": 0,
18
- "label_1": 1,
19
- "label_2": 2
20
  },
21
  "mlp_head_bottleneck": 256,
22
  "mlp_head_dropout": 0.2,
23
  "model_type": "backbone-mlphead-224-fixed",
24
  "num_labels": 3,
25
- "transformers_version": "5.1.0"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  }
 
9
  "backbone_name_or_path": "google/vit-base-patch16-224",
10
  "dtype": "float32",
11
  "id2label": {
12
+ "0": "LABEL_0",
13
+ "1": "LABEL_1",
14
+ "2": "LABEL_2"
15
  },
16
  "label2id": {
17
+ "LABEL_0": 0,
18
+ "LABEL_1": 1,
19
+ "LABEL_2": 2
20
  },
21
  "mlp_head_bottleneck": 256,
22
  "mlp_head_dropout": 0.2,
23
  "model_type": "backbone-mlphead-224-fixed",
24
  "num_labels": 3,
25
+ "transformers_version": "5.1.0",
26
+ "ds_provenance": {
27
+ "created_at": "20260210_132916",
28
+ "repo_id": "dsaint31/bb_mlp_224",
29
+ "subdir": "models/google__vit-base-patch16-224",
30
+ "wrapper_class": "BackboneWithMLPHeadForImageClassification",
31
+ "processor_class": "BackboneMLPHead224ImageProcessor",
32
+ "backbone_id": "google/vit-base-patch16-224",
33
+ "meta_type": "vit",
34
+ "pretrained_injected": true,
35
+ "policy_init_pretrained_forbidden": true,
36
+ "policy_reload_no_pretrained_injection": true,
37
+ "num_labels": 3,
38
+ "build_device": "mps",
39
+ "root_code_included": true,
40
+ "root_code_files": [
41
+ "ds_proc.py",
42
+ "ds_model.py",
43
+ "ds_cfg.py",
44
+ "ds_meta.py"
45
+ ],
46
+ "subfolder_code_included": true,
47
+ "subfolder_code_files": [
48
+ "ds_proc.py",
49
+ "ds_model.py",
50
+ "ds_cfg.py",
51
+ "ds_meta.py"
52
+ ],
53
+ "processor_use_fast": true
54
+ }
55
  }
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:adaf5eda8788ba00a7b3f30d9889bf8207e0add269f69c3012e055deeac5f3b8
3
  size 346372132
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20da01895e6d64d099a4638d59ef3792fcb7657d610faf45ecf2a8c540c36332
3
  size 346372132
models/microsoft__resnet-50/config.json CHANGED
@@ -9,18 +9,47 @@
9
  "backbone_name_or_path": "microsoft/resnet-50",
10
  "dtype": "float32",
11
  "id2label": {
12
- "0": "label_0",
13
- "1": "label_1",
14
- "2": "label_2"
15
  },
16
  "label2id": {
17
- "label_0": 0,
18
- "label_1": 1,
19
- "label_2": 2
20
  },
21
  "mlp_head_bottleneck": 256,
22
  "mlp_head_dropout": 0.2,
23
  "model_type": "backbone-mlphead-224-fixed",
24
  "num_labels": 3,
25
- "transformers_version": "5.1.0"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  }
 
9
  "backbone_name_or_path": "microsoft/resnet-50",
10
  "dtype": "float32",
11
  "id2label": {
12
+ "0": "LABEL_0",
13
+ "1": "LABEL_1",
14
+ "2": "LABEL_2"
15
  },
16
  "label2id": {
17
+ "LABEL_0": 0,
18
+ "LABEL_1": 1,
19
+ "LABEL_2": 2
20
  },
21
  "mlp_head_bottleneck": 256,
22
  "mlp_head_dropout": 0.2,
23
  "model_type": "backbone-mlphead-224-fixed",
24
  "num_labels": 3,
25
+ "transformers_version": "5.1.0",
26
+ "ds_provenance": {
27
+ "created_at": "20260210_132916",
28
+ "repo_id": "dsaint31/bb_mlp_224",
29
+ "subdir": "models/microsoft__resnet-50",
30
+ "wrapper_class": "BackboneWithMLPHeadForImageClassification",
31
+ "processor_class": "BackboneMLPHead224ImageProcessor",
32
+ "backbone_id": "microsoft/resnet-50",
33
+ "meta_type": "resnet",
34
+ "pretrained_injected": true,
35
+ "policy_init_pretrained_forbidden": true,
36
+ "policy_reload_no_pretrained_injection": true,
37
+ "num_labels": 3,
38
+ "build_device": "mps",
39
+ "root_code_included": true,
40
+ "root_code_files": [
41
+ "ds_proc.py",
42
+ "ds_model.py",
43
+ "ds_cfg.py",
44
+ "ds_meta.py"
45
+ ],
46
+ "subfolder_code_included": true,
47
+ "subfolder_code_files": [
48
+ "ds_proc.py",
49
+ "ds_model.py",
50
+ "ds_cfg.py",
51
+ "ds_meta.py"
52
+ ],
53
+ "processor_use_fast": true
54
+ }
55
  }
models/microsoft__resnet-50/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9275f96a7b21023eaf250bfd1462effaa5f292fd070c2084ffab30799ed6243c
3
  size 96388660
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8e23998ad1e6c1608ab302fcf862881e9fdd01fdc19acfde659375bfdbc910f
3
  size 96388660
models/microsoft__swin-tiny-patch4-window7-224/config.json CHANGED
@@ -9,18 +9,47 @@
9
  "backbone_name_or_path": "microsoft/swin-tiny-patch4-window7-224",
10
  "dtype": "float32",
11
  "id2label": {
12
- "0": "label_0",
13
- "1": "label_1",
14
- "2": "label_2"
15
  },
16
  "label2id": {
17
- "label_0": 0,
18
- "label_1": 1,
19
- "label_2": 2
20
  },
21
  "mlp_head_bottleneck": 256,
22
  "mlp_head_dropout": 0.2,
23
  "model_type": "backbone-mlphead-224-fixed",
24
  "num_labels": 3,
25
- "transformers_version": "5.1.0"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  }
 
9
  "backbone_name_or_path": "microsoft/swin-tiny-patch4-window7-224",
10
  "dtype": "float32",
11
  "id2label": {
12
+ "0": "LABEL_0",
13
+ "1": "LABEL_1",
14
+ "2": "LABEL_2"
15
  },
16
  "label2id": {
17
+ "LABEL_0": 0,
18
+ "LABEL_1": 1,
19
+ "LABEL_2": 2
20
  },
21
  "mlp_head_bottleneck": 256,
22
  "mlp_head_dropout": 0.2,
23
  "model_type": "backbone-mlphead-224-fixed",
24
  "num_labels": 3,
25
+ "transformers_version": "5.1.0",
26
+ "ds_provenance": {
27
+ "created_at": "20260210_132916",
28
+ "repo_id": "dsaint31/bb_mlp_224",
29
+ "subdir": "models/microsoft__swin-tiny-patch4-window7-224",
30
+ "wrapper_class": "BackboneWithMLPHeadForImageClassification",
31
+ "processor_class": "BackboneMLPHead224ImageProcessor",
32
+ "backbone_id": "microsoft/swin-tiny-patch4-window7-224",
33
+ "meta_type": "swin",
34
+ "pretrained_injected": true,
35
+ "policy_init_pretrained_forbidden": true,
36
+ "policy_reload_no_pretrained_injection": true,
37
+ "num_labels": 3,
38
+ "build_device": "mps",
39
+ "root_code_included": true,
40
+ "root_code_files": [
41
+ "ds_proc.py",
42
+ "ds_model.py",
43
+ "ds_cfg.py",
44
+ "ds_meta.py"
45
+ ],
46
+ "subfolder_code_included": true,
47
+ "subfolder_code_files": [
48
+ "ds_proc.py",
49
+ "ds_model.py",
50
+ "ds_cfg.py",
51
+ "ds_meta.py"
52
+ ],
53
+ "processor_use_fast": true
54
+ }
55
  }
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:7271843f88df570cb4c7e132b571dc5321c1fab5b7569648f26d576bb3c80389
3
  size 111128348
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bafc09e3b9c502c7a6795ddca6447866a7e8a7f93ffe67eb2a4804a50f840479
3
  size 111128348
models/timm__densenet121.tv_in1k/config.json CHANGED
@@ -9,18 +9,47 @@
9
  "backbone_name_or_path": "timm/densenet121.tv_in1k",
10
  "dtype": "float32",
11
  "id2label": {
12
- "0": "label_0",
13
- "1": "label_1",
14
- "2": "label_2"
15
  },
16
  "label2id": {
17
- "label_0": 0,
18
- "label_1": 1,
19
- "label_2": 2
20
  },
21
  "mlp_head_bottleneck": 256,
22
  "mlp_head_dropout": 0.2,
23
  "model_type": "backbone-mlphead-224-fixed",
24
  "num_labels": 3,
25
- "transformers_version": "5.1.0"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  }
 
9
  "backbone_name_or_path": "timm/densenet121.tv_in1k",
10
  "dtype": "float32",
11
  "id2label": {
12
+ "0": "LABEL_0",
13
+ "1": "LABEL_1",
14
+ "2": "LABEL_2"
15
  },
16
  "label2id": {
17
+ "LABEL_0": 0,
18
+ "LABEL_1": 1,
19
+ "LABEL_2": 2
20
  },
21
  "mlp_head_bottleneck": 256,
22
  "mlp_head_dropout": 0.2,
23
  "model_type": "backbone-mlphead-224-fixed",
24
  "num_labels": 3,
25
+ "transformers_version": "5.1.0",
26
+ "ds_provenance": {
27
+ "created_at": "20260210_132916",
28
+ "repo_id": "dsaint31/bb_mlp_224",
29
+ "subdir": "models/timm__densenet121.tv_in1k",
30
+ "wrapper_class": "BackboneWithMLPHeadForImageClassification",
31
+ "processor_class": "BackboneMLPHead224ImageProcessor",
32
+ "backbone_id": "timm/densenet121.tv_in1k",
33
+ "meta_type": "timm_densenet",
34
+ "pretrained_injected": true,
35
+ "policy_init_pretrained_forbidden": true,
36
+ "policy_reload_no_pretrained_injection": true,
37
+ "num_labels": 3,
38
+ "build_device": "mps",
39
+ "root_code_included": true,
40
+ "root_code_files": [
41
+ "ds_proc.py",
42
+ "ds_model.py",
43
+ "ds_cfg.py",
44
+ "ds_meta.py"
45
+ ],
46
+ "subfolder_code_included": true,
47
+ "subfolder_code_files": [
48
+ "ds_proc.py",
49
+ "ds_model.py",
50
+ "ds_cfg.py",
51
+ "ds_meta.py"
52
+ ],
53
+ "processor_use_fast": false
54
+ }
55
  }
models/timm__densenet121.tv_in1k/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:014d37b16ce89ce1ffb4f7060e78e871e768eb1be6ceb19dfa7bfb2cb3641b0b
3
  size 29293620
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a67cf2b0e6c745b32e43a31a2dbf4c32a2046f9bcb55c78f01a32f4d498fce6
3
  size 29293620
models/torchvision__densenet121/config.json CHANGED
@@ -9,18 +9,47 @@
9
  "backbone_name_or_path": "torchvision/densenet121",
10
  "dtype": "float32",
11
  "id2label": {
12
- "0": "label_0",
13
- "1": "label_1",
14
- "2": "label_2"
15
  },
16
  "label2id": {
17
- "label_0": 0,
18
- "label_1": 1,
19
- "label_2": 2
20
  },
21
  "mlp_head_bottleneck": 256,
22
  "mlp_head_dropout": 0.2,
23
  "model_type": "backbone-mlphead-224-fixed",
24
  "num_labels": 3,
25
- "transformers_version": "5.1.0"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  }
 
9
  "backbone_name_or_path": "torchvision/densenet121",
10
  "dtype": "float32",
11
  "id2label": {
12
+ "0": "LABEL_0",
13
+ "1": "LABEL_1",
14
+ "2": "LABEL_2"
15
  },
16
  "label2id": {
17
+ "LABEL_0": 0,
18
+ "LABEL_1": 1,
19
+ "LABEL_2": 2
20
  },
21
  "mlp_head_bottleneck": 256,
22
  "mlp_head_dropout": 0.2,
23
  "model_type": "backbone-mlphead-224-fixed",
24
  "num_labels": 3,
25
+ "transformers_version": "5.1.0",
26
+ "ds_provenance": {
27
+ "created_at": "20260210_132916",
28
+ "repo_id": "dsaint31/bb_mlp_224",
29
+ "subdir": "models/torchvision__densenet121",
30
+ "wrapper_class": "BackboneWithMLPHeadForImageClassification",
31
+ "processor_class": "BackboneMLPHead224ImageProcessor",
32
+ "backbone_id": "torchvision/densenet121",
33
+ "meta_type": "torchvision_densenet",
34
+ "pretrained_injected": true,
35
+ "policy_init_pretrained_forbidden": true,
36
+ "policy_reload_no_pretrained_injection": true,
37
+ "num_labels": 3,
38
+ "build_device": "mps",
39
+ "root_code_included": true,
40
+ "root_code_files": [
41
+ "ds_proc.py",
42
+ "ds_model.py",
43
+ "ds_cfg.py",
44
+ "ds_meta.py"
45
+ ],
46
+ "subfolder_code_included": true,
47
+ "subfolder_code_files": [
48
+ "ds_proc.py",
49
+ "ds_model.py",
50
+ "ds_cfg.py",
51
+ "ds_meta.py"
52
+ ],
53
+ "processor_use_fast": false
54
+ }
55
  }
models/torchvision__densenet121/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:801902df90782548872a2c285de99cc739859a81ba053186ce81d11a1ba8f52c
3
  size 33394052
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d29cd4d7019fff388ab341c07133289289f4f495da9366e35ed037f61e7d558
3
  size 33394052