jayanthspratap commited on
Commit
b0dd478
1 Parent(s): 521a996

Training in progress, epoch 0

Browse files
config.json CHANGED
@@ -1,32 +1,67 @@
1
  {
2
- "_name_or_path": "code/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": "N",
13
  "1": "Y"
14
  },
15
- "image_size": 224,
16
  "initializer_range": 0.02,
17
- "intermediate_size": 3072,
18
  "label2id": {
19
  "N": 0,
20
  "Y": 1
21
  },
22
- "layer_norm_eps": 1e-12,
23
- "model_type": "vit",
24
- "num_attention_heads": 12,
25
  "num_channels": 3,
26
- "num_hidden_layers": 12,
27
- "patch_size": 16,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  "problem_type": "single_label_classification",
29
  "qkv_bias": true,
 
 
 
 
 
 
 
30
  "torch_dtype": "float32",
31
- "transformers_version": "4.42.3"
 
 
32
  }
 
1
  {
2
+ "_name_or_path": "microsoft/swinv2-base-patch4-window8-256",
3
  "architectures": [
4
+ "Swinv2ForImageClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.0,
7
+ "depths": [
8
+ 2,
9
+ 2,
10
+ 18,
11
+ 2
12
+ ],
13
+ "drop_path_rate": 0.1,
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": "N",
21
  "1": "Y"
22
  },
23
+ "image_size": 256,
24
  "initializer_range": 0.02,
 
25
  "label2id": {
26
  "N": 0,
27
  "Y": 1
28
  },
29
+ "layer_norm_eps": 1e-05,
30
+ "mlp_ratio": 4.0,
31
+ "model_type": "swinv2",
32
  "num_channels": 3,
33
+ "num_heads": [
34
+ 4,
35
+ 8,
36
+ 16,
37
+ 32
38
+ ],
39
+ "num_layers": 4,
40
+ "out_features": [
41
+ "stage4"
42
+ ],
43
+ "out_indices": [
44
+ 4
45
+ ],
46
+ "patch_size": 4,
47
+ "path_norm": true,
48
+ "pretrained_window_sizes": [
49
+ 0,
50
+ 0,
51
+ 0,
52
+ 0
53
+ ],
54
  "problem_type": "single_label_classification",
55
  "qkv_bias": true,
56
+ "stage_names": [
57
+ "stem",
58
+ "stage1",
59
+ "stage2",
60
+ "stage3",
61
+ "stage4"
62
+ ],
63
  "torch_dtype": "float32",
64
+ "transformers_version": "4.42.3",
65
+ "use_absolute_embeddings": false,
66
+ "window_size": 8
67
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5f3d2d69e34e59a234a0f41eaadfc52acab4dc40111b9f37fe74cd8e31e4f5ca
3
- size 343223968
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95a7ca24d6f78491cde7b5cfeabd9957f4d244f3cd88332396fa866ece85613e
3
+ size 347645480
preprocessor_config.json CHANGED
@@ -3,20 +3,20 @@
3
  "do_rescale": true,
4
  "do_resize": true,
5
  "image_mean": [
6
- 0.5,
7
- 0.5,
8
- 0.5
9
  ],
10
  "image_processor_type": "ViTImageProcessor",
11
  "image_std": [
12
- 0.5,
13
- 0.5,
14
- 0.5
15
  ],
16
- "resample": 2,
17
  "rescale_factor": 0.00392156862745098,
18
  "size": {
19
- "height": 224,
20
- "width": 224
21
  }
22
  }
 
3
  "do_rescale": true,
4
  "do_resize": true,
5
  "image_mean": [
6
+ 0.485,
7
+ 0.456,
8
+ 0.406
9
  ],
10
  "image_processor_type": "ViTImageProcessor",
11
  "image_std": [
12
+ 0.229,
13
+ 0.224,
14
+ 0.225
15
  ],
16
+ "resample": 3,
17
  "rescale_factor": 0.00392156862745098,
18
  "size": {
19
+ "height": 256,
20
+ "width": 256
21
  }
22
  }
runs/Aug10_00-26-27_EMIMDGXA100GPU1/events.out.tfevents.1723263989.EMIMDGXA100GPU1.4104023.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8286b3d5d170268294266ec9bceed2d7269ab7da3e0bbded22c1633e73660914
3
+ size 5590
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:52f1f7be27602ea7cd827397492597902d569c2b9bc38a1cc020d67d7fdfc9f9
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7839f9a870927fc61aab987d04f12bac570cbbfd77409e11edc2dc9ca824f1da
3
  size 5112