mohamedsaeed823 commited on
Commit
0ac3ac3
1 Parent(s): e15f2ee

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,24 +1,13 @@
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",
24
  "1": "aleff",
@@ -49,6 +38,9 @@
49
  "8": "ghain",
50
  "9": "ha"
51
  },
 
 
 
52
  "label2id": {
53
  "ain": "0",
54
  "aleff": "1",
@@ -79,23 +71,14 @@
79
  "ya": "26",
80
  "zay": "27"
81
  },
82
- "layer_type": "bottleneck",
83
- "model_type": "resnet",
 
84
  "num_channels": 3,
85
- "out_features": [
86
- "stage4"
87
- ],
88
- "out_indices": [
89
- 4
90
- ],
91
  "problem_type": "single_label_classification",
92
- "stage_names": [
93
- "stem",
94
- "stage1",
95
- "stage2",
96
- "stage3",
97
- "stage4"
98
- ],
99
  "torch_dtype": "float32",
100
  "transformers_version": "4.41.2"
101
  }
 
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": "ain",
13
  "1": "aleff",
 
38
  "8": "ghain",
39
  "9": "ha"
40
  },
41
+ "image_size": 224,
42
+ "initializer_range": 0.02,
43
+ "intermediate_size": 3072,
44
  "label2id": {
45
  "ain": "0",
46
  "aleff": "1",
 
71
  "ya": "26",
72
  "zay": "27"
73
  },
74
+ "layer_norm_eps": 1e-12,
75
+ "model_type": "vit",
76
+ "num_attention_heads": 12,
77
  "num_channels": 3,
78
+ "num_hidden_layers": 12,
79
+ "patch_size": 16,
 
 
 
 
80
  "problem_type": "single_label_classification",
81
+ "qkv_bias": true,
 
 
 
 
 
 
82
  "torch_dtype": "float32",
83
  "transformers_version": "4.41.2"
84
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:014056a98bb3698e32a5b324ca2ab06a118f9608722622a9a98e74f91e50b082
3
- size 94516096
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b95d497e6c2ab969fd849385cdea1542ca051a34b80d1291a012a72d8b609b3
3
+ size 343303952
preprocessor_config.json CHANGED
@@ -3,7 +3,6 @@
3
  "images",
4
  "do_resize",
5
  "size",
6
- "crop_pct",
7
  "resample",
8
  "do_rescale",
9
  "rescale_factor",
@@ -14,24 +13,24 @@
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
  }
 
3
  "images",
4
  "do_resize",
5
  "size",
 
6
  "resample",
7
  "do_rescale",
8
  "rescale_factor",
 
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
  }
runs/Jun27_21-43-39_c8024b46ff04/events.out.tfevents.1719524623.c8024b46ff04.1869.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:218238adaef55bca0186fef33c988b7d8bf335139b012e516efdc009bb0f53ea
3
+ size 6628
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:34683cff73bae477360ddd0901301aae10dbeae849968bac40918aeabcc23881
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76cd5c473af4e876e40cd9bfeaecf91c7637f6c2bc9ccdf294edab503859f5fe
3
  size 5112