Lalith47 commited on
Commit
f4cfd58
·
verified ·
1 Parent(s): 6d99067

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,13 +1,21 @@
1
  {
2
  "architectures": [
3
- "ViTForImageClassification"
4
  ],
5
  "attention_probs_dropout_prob": 0.0,
 
 
 
 
 
 
 
6
  "dtype": "float32",
7
- "encoder_stride": 16,
 
8
  "hidden_act": "gelu",
9
  "hidden_dropout_prob": 0.0,
10
- "hidden_size": 768,
11
  "id2label": {
12
  "0": "Altocumulus",
13
  "1": "Cirrocumulus",
@@ -22,7 +30,6 @@
22
  },
23
  "image_size": 224,
24
  "initializer_range": 0.02,
25
- "intermediate_size": 3072,
26
  "label2id": {
27
  "Altocumulus": "0",
28
  "Cirrocumulus": "1",
@@ -35,15 +42,35 @@
35
  "stratiform clouds": "8",
36
  "stratocumulus clouds": "9"
37
  },
38
- "layer_norm_eps": 1e-12,
39
- "model_type": "vit",
40
- "num_attention_heads": 12,
41
  "num_channels": 3,
42
- "num_hidden_layers": 12,
43
- "patch_size": 16,
44
- "pooler_act": "tanh",
45
- "pooler_output_size": 768,
 
 
 
 
 
 
 
 
 
 
 
46
  "problem_type": "single_label_classification",
47
  "qkv_bias": true,
48
- "transformers_version": "4.57.1"
 
 
 
 
 
 
 
 
 
49
  }
 
1
  {
2
  "architectures": [
3
+ "SwinForImageClassification"
4
  ],
5
  "attention_probs_dropout_prob": 0.0,
6
+ "depths": [
7
+ 2,
8
+ 2,
9
+ 18,
10
+ 2
11
+ ],
12
+ "drop_path_rate": 0.1,
13
  "dtype": "float32",
14
+ "embed_dim": 128,
15
+ "encoder_stride": 32,
16
  "hidden_act": "gelu",
17
  "hidden_dropout_prob": 0.0,
18
+ "hidden_size": 1024,
19
  "id2label": {
20
  "0": "Altocumulus",
21
  "1": "Cirrocumulus",
 
30
  },
31
  "image_size": 224,
32
  "initializer_range": 0.02,
 
33
  "label2id": {
34
  "Altocumulus": "0",
35
  "Cirrocumulus": "1",
 
42
  "stratiform clouds": "8",
43
  "stratocumulus clouds": "9"
44
  },
45
+ "layer_norm_eps": 1e-05,
46
+ "mlp_ratio": 4.0,
47
+ "model_type": "swin",
48
  "num_channels": 3,
49
+ "num_heads": [
50
+ 4,
51
+ 8,
52
+ 16,
53
+ 32
54
+ ],
55
+ "num_layers": 4,
56
+ "out_features": [
57
+ "stage4"
58
+ ],
59
+ "out_indices": [
60
+ 4
61
+ ],
62
+ "patch_size": 4,
63
+ "path_norm": true,
64
  "problem_type": "single_label_classification",
65
  "qkv_bias": true,
66
+ "stage_names": [
67
+ "stem",
68
+ "stage1",
69
+ "stage2",
70
+ "stage3",
71
+ "stage4"
72
+ ],
73
+ "transformers_version": "4.57.1",
74
+ "use_absolute_embeddings": false,
75
+ "window_size": 7
76
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2bcc51ad354351adaaf786d09e5ff4f7b7019284dc0c65cb844510a1882d8c50
3
- size 343248584
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc5aac912f28a8ef644f613256241face62f78619127b67b8718eb2f49811878
3
+ size 347531616
preprocessor_config.json CHANGED
@@ -4,17 +4,17 @@
4
  "do_rescale": true,
5
  "do_resize": true,
6
  "image_mean": [
7
- 0.5,
8
- 0.5,
9
- 0.5
10
  ],
11
  "image_processor_type": "ViTImageProcessor",
12
  "image_std": [
13
- 0.5,
14
- 0.5,
15
- 0.5
16
  ],
17
- "resample": 2,
18
  "rescale_factor": 0.00392156862745098,
19
  "size": {
20
  "height": 224,
 
4
  "do_rescale": true,
5
  "do_resize": true,
6
  "image_mean": [
7
+ 0.485,
8
+ 0.456,
9
+ 0.406
10
  ],
11
  "image_processor_type": "ViTImageProcessor",
12
  "image_std": [
13
+ 0.229,
14
+ 0.224,
15
+ 0.225
16
  ],
17
+ "resample": 3,
18
  "rescale_factor": 0.00392156862745098,
19
  "size": {
20
  "height": 224,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e61182265f93a8d45b69756a0b9c9ecdf796247cc5695e5e90690cdc75e57379
3
  size 5841
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:388c67f880ef800dab4ff2387418cf69e12d667dd9aa32f53525d8a782532d99
3
  size 5841