hmrizal commited on
Commit
90a003b
1 Parent(s): e095823

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,13 +1,24 @@
1
  {
2
- "_name_or_path": "google/vit-base-patch16-224",
3
  "architectures": [
4
- "ViTForImageClassification"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  ],
6
- "attention_probs_dropout_prob": 0.0,
7
- "encoder_stride": 16,
8
- "hidden_act": "gelu",
9
- "hidden_dropout_prob": 0.0,
10
- "hidden_size": 768,
11
  "id2label": {
12
  "0": "aluminium",
13
  "1": "batteries",
@@ -21,9 +32,6 @@
21
  "8": "polystyrene",
22
  "9": "soft plastics"
23
  },
24
- "image_size": 224,
25
- "initializer_range": 0.02,
26
- "intermediate_size": 3072,
27
  "label2id": {
28
  "aluminium": "0",
29
  "batteries": "1",
@@ -37,14 +45,23 @@
37
  "soft plastics": "9",
38
  "takeaway cups": "10"
39
  },
40
- "layer_norm_eps": 1e-12,
41
- "model_type": "vit",
42
- "num_attention_heads": 12,
43
  "num_channels": 3,
44
- "num_hidden_layers": 12,
45
- "patch_size": 16,
 
 
 
 
46
  "problem_type": "single_label_classification",
47
- "qkv_bias": true,
 
 
 
 
 
 
48
  "torch_dtype": "float32",
49
  "transformers_version": "4.41.2"
50
  }
 
1
  {
2
+ "_name_or_path": "microsoft/resnet-50",
3
  "architectures": [
4
+ "ResNetForImageClassification"
5
+ ],
6
+ "depths": [
7
+ 3,
8
+ 4,
9
+ 6,
10
+ 3
11
+ ],
12
+ "downsample_in_bottleneck": false,
13
+ "downsample_in_first_stage": false,
14
+ "embedding_size": 64,
15
+ "hidden_act": "relu",
16
+ "hidden_sizes": [
17
+ 256,
18
+ 512,
19
+ 1024,
20
+ 2048
21
  ],
 
 
 
 
 
22
  "id2label": {
23
  "0": "aluminium",
24
  "1": "batteries",
 
32
  "8": "polystyrene",
33
  "9": "soft plastics"
34
  },
 
 
 
35
  "label2id": {
36
  "aluminium": "0",
37
  "batteries": "1",
 
45
  "soft plastics": "9",
46
  "takeaway cups": "10"
47
  },
48
+ "layer_type": "bottleneck",
49
+ "model_type": "resnet",
 
50
  "num_channels": 3,
51
+ "out_features": [
52
+ "stage4"
53
+ ],
54
+ "out_indices": [
55
+ 4
56
+ ],
57
  "problem_type": "single_label_classification",
58
+ "stage_names": [
59
+ "stem",
60
+ "stage1",
61
+ "stage2",
62
+ "stage3",
63
+ "stage4"
64
+ ],
65
  "torch_dtype": "float32",
66
  "transformers_version": "4.41.2"
67
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:146fe91bdf46ac49f74d0c0ca3c049b3352b4b2ff307bd248c9612c6c32f1f34
3
- size 343251660
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f142f3e450072c10aecda3683b31da183e218409c0c8c6da6a97c43dd4114fed
3
+ size 94376748
preprocessor_config.json CHANGED
@@ -3,6 +3,7 @@
3
  "images",
4
  "do_resize",
5
  "size",
 
6
  "resample",
7
  "do_rescale",
8
  "rescale_factor",
@@ -13,24 +14,24 @@
13
  "data_format",
14
  "input_data_format"
15
  ],
 
16
  "do_normalize": true,
17
  "do_rescale": true,
18
  "do_resize": true,
19
  "image_mean": [
20
- 0.5,
21
- 0.5,
22
- 0.5
23
  ],
24
- "image_processor_type": "ViTImageProcessor",
25
  "image_std": [
26
- 0.5,
27
- 0.5,
28
- 0.5
29
  ],
30
- "resample": 2,
31
  "rescale_factor": 0.00392156862745098,
32
  "size": {
33
- "height": 224,
34
- "width": 224
35
  }
36
  }
 
3
  "images",
4
  "do_resize",
5
  "size",
6
+ "crop_pct",
7
  "resample",
8
  "do_rescale",
9
  "rescale_factor",
 
14
  "data_format",
15
  "input_data_format"
16
  ],
17
+ "crop_pct": 0.875,
18
  "do_normalize": true,
19
  "do_rescale": true,
20
  "do_resize": true,
21
  "image_mean": [
22
+ 0.485,
23
+ 0.456,
24
+ 0.406
25
  ],
26
+ "image_processor_type": "ConvNextImageProcessor",
27
  "image_std": [
28
+ 0.229,
29
+ 0.224,
30
+ 0.225
31
  ],
32
+ "resample": 3,
33
  "rescale_factor": 0.00392156862745098,
34
  "size": {
35
+ "shortest_edge": 224
 
36
  }
37
  }
runs/Jun18_05-18-08_3481d44b1ce1/events.out.tfevents.1718688482.3481d44b1ce1.2579.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:adda97aaf61f2703cc856de7817bdb439c9b0c04c734513e7191d9e5f1e10c22
3
+ size 411
runs/Jun18_05-34-32_3481d44b1ce1/events.out.tfevents.1718688903.3481d44b1ce1.2579.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:986b536df2dd95b63b401fd4dea981c2ee7ee3ecd0b4734630f29000ebd41342
3
+ size 5742
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d94ddc37ba8ff5759ff60c609523345f5bde3584da14f7e842b38daa72387b1a
3
  size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ba4cdb3be1a4f3bd89a6eaa3d8216aa258a1af8333720fdd56acbe84e0b5522
3
  size 5176