mohamedsaeed823 commited on
Commit
d1496b5
1 Parent(s): 2fcb230

Training in progress, epoch 0

Browse files
config.json CHANGED
@@ -1,25 +1,23 @@
1
  {
2
- "_name_or_path": "apple/mobilevit-small",
3
  "architectures": [
4
- "MobileViTForImageClassification"
5
  ],
6
- "aspp_dropout_prob": 0.1,
7
- "aspp_out_channels": 256,
8
- "atrous_rates": [
9
  6,
10
- 12,
11
- 18
12
  ],
13
- "attention_probs_dropout_prob": 0.0,
14
- "classifier_dropout_prob": 0.1,
15
- "conv_kernel_size": 3,
16
- "expand_ratio": 4.0,
17
- "hidden_act": "silu",
18
- "hidden_dropout_prob": 0.1,
19
  "hidden_sizes": [
20
- 144,
21
- 192,
22
- 240
 
23
  ],
24
  "id2label": {
25
  "0": "ain",
@@ -52,8 +50,6 @@
52
  "8": "ghain",
53
  "9": "ha"
54
  },
55
- "image_size": 256,
56
- "initializer_range": 0.02,
57
  "label2id": {
58
  "ain": "0",
59
  "aleff": "1",
@@ -85,25 +81,23 @@
85
  "ya": "27",
86
  "zay": "28"
87
  },
88
- "layer_norm_eps": 1e-05,
89
- "mlp_ratio": 2.0,
90
- "model_type": "mobilevit",
91
- "neck_hidden_sizes": [
92
- 16,
93
- 32,
94
- 64,
95
- 96,
96
- 128,
97
- 160,
98
- 640
99
- ],
100
- "num_attention_heads": 4,
101
  "num_channels": 3,
102
- "output_stride": 32,
103
- "patch_size": 2,
 
 
 
 
104
  "problem_type": "single_label_classification",
105
- "qkv_bias": true,
106
- "semantic_loss_ignore_index": 255,
 
 
 
 
 
107
  "torch_dtype": "float32",
108
  "transformers_version": "4.41.2"
109
  }
 
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": "ain",
 
50
  "8": "ghain",
51
  "9": "ha"
52
  },
 
 
53
  "label2id": {
54
  "ain": "0",
55
  "aleff": "1",
 
81
  "ya": "27",
82
  "zay": "28"
83
  },
84
+ "layer_type": "bottleneck",
85
+ "model_type": "resnet",
 
 
 
 
 
 
 
 
 
 
 
86
  "num_channels": 3,
87
+ "out_features": [
88
+ "stage4"
89
+ ],
90
+ "out_indices": [
91
+ 4
92
+ ],
93
  "problem_type": "single_label_classification",
94
+ "stage_names": [
95
+ "stem",
96
+ "stage1",
97
+ "stage2",
98
+ "stage3",
99
+ "stage4"
100
+ ],
101
  "torch_dtype": "float32",
102
  "transformers_version": "4.41.2"
103
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7032966ed8af7d654d01aa38c7498bcaea6cbaa9cd934c51273f93680e788209
3
- size 19920796
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffe3b70ee3b23fc7dd750fe6d4fded10c1ec1e3825a9859b1620c9ac840e883c
3
+ size 94524300
preprocessor_config.json CHANGED
@@ -1,32 +1,37 @@
1
  {
2
  "_valid_processor_keys": [
3
  "images",
4
- "segmentation_maps",
5
  "do_resize",
6
  "size",
 
7
  "resample",
8
  "do_rescale",
9
  "rescale_factor",
10
- "do_center_crop",
11
- "crop_size",
12
- "do_flip_channel_order",
13
  "return_tensors",
14
  "data_format",
15
  "input_data_format"
16
  ],
17
- "crop_size": {
18
- "height": 256,
19
- "width": 256
20
- },
21
- "do_center_crop": true,
22
- "do_flip_channel_order": true,
23
- "do_flip_channels": true,
24
  "do_rescale": true,
25
  "do_resize": true,
26
- "image_processor_type": "MobileViTImageProcessor",
27
- "resample": 2,
 
 
 
 
 
 
 
 
 
 
28
  "rescale_factor": 0.00392156862745098,
29
  "size": {
30
- "shortest_edge": 288
31
  }
32
  }
 
1
  {
2
  "_valid_processor_keys": [
3
  "images",
 
4
  "do_resize",
5
  "size",
6
+ "crop_pct",
7
  "resample",
8
  "do_rescale",
9
  "rescale_factor",
10
+ "do_normalize",
11
+ "image_mean",
12
+ "image_std",
13
  "return_tensors",
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/Jun27_21-03-36_c8024b46ff04/events.out.tfevents.1719522219.c8024b46ff04.1869.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03f665ae49b19370a2ad9941072a364c5413dcd92b50284451aeb201f8a817f7
3
+ size 7608
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:58ed18f0e28e11afcdcc48be081ab09686da816374f98aa2c99146e10b4dd968
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9744157eb2e6de5ee3f1e1b099b54170e4654107fde635bec6ffe22f4c649139
3
  size 5112