hmrizal commited on
Commit
4015784
1 Parent(s): 82d182a

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,13 +1,24 @@
1
  {
2
- "_name_or_path": "google/vit-base-patch16-224-in21k",
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": "apple",
13
  "1": "banana",
@@ -46,9 +57,6 @@
46
  "8": "chilli pepper",
47
  "9": "corn"
48
  },
49
- "image_size": 224,
50
- "initializer_range": 0.02,
51
- "intermediate_size": 3072,
52
  "label2id": {
53
  "apple": "0",
54
  "banana": "1",
@@ -87,14 +95,23 @@
87
  "turnip": "34",
88
  "watermelon": "35"
89
  },
90
- "layer_norm_eps": 1e-12,
91
- "model_type": "vit",
92
- "num_attention_heads": 12,
93
  "num_channels": 3,
94
- "num_hidden_layers": 12,
95
- "patch_size": 16,
 
 
 
 
96
  "problem_type": "single_label_classification",
97
- "qkv_bias": true,
 
 
 
 
 
 
98
  "torch_dtype": "float32",
99
  "transformers_version": "4.41.2"
100
  }
 
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": "apple",
24
  "1": "banana",
 
57
  "8": "chilli pepper",
58
  "9": "corn"
59
  },
 
 
 
60
  "label2id": {
61
  "apple": "0",
62
  "banana": "1",
 
95
  "turnip": "34",
96
  "watermelon": "35"
97
  },
98
+ "layer_type": "bottleneck",
99
+ "model_type": "resnet",
 
100
  "num_channels": 3,
101
+ "out_features": [
102
+ "stage4"
103
+ ],
104
+ "out_indices": [
105
+ 4
106
+ ],
107
  "problem_type": "single_label_classification",
108
+ "stage_names": [
109
+ "stem",
110
+ "stage1",
111
+ "stage2",
112
+ "stage3",
113
+ "stage4"
114
+ ],
115
  "torch_dtype": "float32",
116
  "transformers_version": "4.41.2"
117
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3033b891f4be4681d081d98632f831986dfe740f122d80429e42b89382c4d23b
3
- size 343328568
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1e340c4fc0b9c6db5185bb11e73c586bd2cc8aee061e0bf9d5c741d278079a8
3
+ size 94581672
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/Jun21_03-13-50_ef612074c7d5/events.out.tfevents.1718939667.ef612074c7d5.3561.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4900b60ee77ca0ff12a11d5e324053f1102365f6cc585dc365fb01183fada1f3
3
+ size 6744
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4246e5f92cf1842f0ba878ddc52c93c599707ec3a20ff8cf1c22c0100ddaad7d
3
  size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59ac6227eb73b88e8fed8e1f8567c0625ee20b945d56cb5714b409eb61825676
3
  size 5176