davanstrien HF staff commited on
Commit
f2eabc8
1 Parent(s): 956cc83

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
- "_name_or_path": "timm/mobilenetv3_small_075.lamb_in1k",
3
- "architecture": "mobilenetv3_small_075",
4
  "architectures": [
5
  "TimmWrapperForImageClassification"
6
  ],
@@ -14,10 +14,10 @@
14
  "FALSE": "0",
15
  "TRUE": "1"
16
  },
17
- "model_name": "timm/mobilenetv3_small_075.lamb_in1k",
18
  "model_type": "timm_wrapper",
19
- "num_classes": 1000,
20
- "num_features": 1024,
21
  "pretrained_cfg": {
22
  "classifier": "classifier",
23
  "crop_mode": "center",
@@ -30,23 +30,25 @@
30
  224,
31
  224
32
  ],
33
- "interpolation": "bicubic",
34
  "mean": [
35
- 0.485,
36
- 0.456,
37
- 0.406
38
  ],
39
- "num_classes": 1000,
 
 
40
  "pool_size": [
41
  7,
42
  7
43
  ],
44
  "std": [
45
- 0.229,
46
- 0.224,
47
- 0.225
48
  ],
49
- "tag": "lamb_in1k"
50
  },
51
  "problem_type": "single_label_classification",
52
  "torch_dtype": "float32",
 
1
  {
2
+ "_name_or_path": "timm/mobilenetv3_large_100.miil_in21k",
3
+ "architecture": "mobilenetv3_large_100",
4
  "architectures": [
5
  "TimmWrapperForImageClassification"
6
  ],
 
14
  "FALSE": "0",
15
  "TRUE": "1"
16
  },
17
+ "model_name": "timm/mobilenetv3_large_100.miil_in21k",
18
  "model_type": "timm_wrapper",
19
+ "num_classes": 11221,
20
+ "num_features": 1280,
21
  "pretrained_cfg": {
22
  "classifier": "classifier",
23
  "crop_mode": "center",
 
30
  224,
31
  224
32
  ],
33
+ "interpolation": "bilinear",
34
  "mean": [
35
+ 0.0,
36
+ 0.0,
37
+ 0.0
38
  ],
39
+ "num_classes": 11221,
40
+ "origin_url": "https://github.com/Alibaba-MIIL/ImageNet21K",
41
+ "paper_ids": "arXiv:2104.10972v4",
42
  "pool_size": [
43
  7,
44
  7
45
  ],
46
  "std": [
47
+ 1.0,
48
+ 1.0,
49
+ 1.0
50
  ],
51
+ "tag": "miil_in21k"
52
  },
53
  "problem_type": "single_label_classification",
54
  "torch_dtype": "float32",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:61fc45dd25633bd0ec227cca6b7438b9dc2f10628398375dadfc5dbdd928d996
3
- size 4139096
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93b655e82e35ed61fa04c059d53196353b9b344c54198b8362dec785ab599f7b
3
+ size 16947712
preprocessor_config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "architecture": "mobilenetv3_small_075",
3
  "data_config": {
4
  "crop_mode": "center",
5
  "crop_pct": 0.875,
@@ -8,21 +8,21 @@
8
  224,
9
  224
10
  ],
11
- "interpolation": "bicubic",
12
  "mean": [
13
- 0.485,
14
- 0.456,
15
- 0.406
16
  ],
17
  "std": [
18
- 0.229,
19
- 0.224,
20
- 0.225
21
  ]
22
  },
23
  "image_processor_type": "TimmWrapperImageProcessor",
24
- "num_classes": 1000,
25
- "num_features": 1024,
26
  "pretrained_cfg": {
27
  "classifier": "classifier",
28
  "crop_mode": "center",
@@ -35,22 +35,24 @@
35
  224,
36
  224
37
  ],
38
- "interpolation": "bicubic",
39
  "mean": [
40
- 0.485,
41
- 0.456,
42
- 0.406
43
  ],
44
- "num_classes": 1000,
 
 
45
  "pool_size": [
46
  7,
47
  7
48
  ],
49
  "std": [
50
- 0.229,
51
- 0.224,
52
- 0.225
53
  ],
54
- "tag": "lamb_in1k"
55
  }
56
  }
 
1
  {
2
+ "architecture": "mobilenetv3_large_100",
3
  "data_config": {
4
  "crop_mode": "center",
5
  "crop_pct": 0.875,
 
8
  224,
9
  224
10
  ],
11
+ "interpolation": "bilinear",
12
  "mean": [
13
+ 0.0,
14
+ 0.0,
15
+ 0.0
16
  ],
17
  "std": [
18
+ 1.0,
19
+ 1.0,
20
+ 1.0
21
  ]
22
  },
23
  "image_processor_type": "TimmWrapperImageProcessor",
24
+ "num_classes": 11221,
25
+ "num_features": 1280,
26
  "pretrained_cfg": {
27
  "classifier": "classifier",
28
  "crop_mode": "center",
 
35
  224,
36
  224
37
  ],
38
+ "interpolation": "bilinear",
39
  "mean": [
40
+ 0.0,
41
+ 0.0,
42
+ 0.0
43
  ],
44
+ "num_classes": 11221,
45
+ "origin_url": "https://github.com/Alibaba-MIIL/ImageNet21K",
46
+ "paper_ids": "arXiv:2104.10972v4",
47
  "pool_size": [
48
  7,
49
  7
50
  ],
51
  "std": [
52
+ 1.0,
53
+ 1.0,
54
+ 1.0
55
  ],
56
+ "tag": "miil_in21k"
57
  }
58
  }
runs/Oct11_09-57-14_ed9849b3ed7e/events.out.tfevents.1728640642.ed9849b3ed7e.18938.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4f2d8603d3215d418e12a16749b75bd090c930ff5356fe2dda1618630bf0a69
3
+ size 6131
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:acc6af432b74f87f141265f239855b71ff03a466d85d864cd0c35def2d193aa9
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a49130ae5960ec905615dc6fda235d7ca648e620ab7bebcbc3e4fbf2475df4a
3
  size 5304