pathikritsyam commited on
Commit
d67d611
1 Parent(s): 28a8aad

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,10 +1,18 @@
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,
@@ -16,21 +24,42 @@
16
  },
17
  "image_size": 224,
18
  "initializer_range": 0.02,
19
- "intermediate_size": 3072,
20
  "label2id": {
21
  "MildDemented": "0",
22
  "ModerateDemented": "1",
23
  "NonDemented": "2",
24
  "VeryMildDemented": "3"
25
  },
26
- "layer_norm_eps": 1e-12,
27
- "model_type": "vit",
28
- "num_attention_heads": 12,
29
  "num_channels": 3,
30
- "num_hidden_layers": 12,
31
- "patch_size": 16,
 
 
 
 
 
 
 
 
 
 
 
 
 
32
  "problem_type": "single_label_classification",
33
  "qkv_bias": true,
 
 
 
 
 
 
 
34
  "torch_dtype": "float32",
35
- "transformers_version": "4.38.2"
 
 
36
  }
 
1
  {
2
+ "_name_or_path": "microsoft/swin-tiny-patch4-window7-224",
3
  "architectures": [
4
+ "SwinForImageClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.0,
7
+ "depths": [
8
+ 2,
9
+ 2,
10
+ 6,
11
+ 2
12
+ ],
13
+ "drop_path_rate": 0.1,
14
+ "embed_dim": 96,
15
+ "encoder_stride": 32,
16
  "hidden_act": "gelu",
17
  "hidden_dropout_prob": 0.0,
18
  "hidden_size": 768,
 
24
  },
25
  "image_size": 224,
26
  "initializer_range": 0.02,
 
27
  "label2id": {
28
  "MildDemented": "0",
29
  "ModerateDemented": "1",
30
  "NonDemented": "2",
31
  "VeryMildDemented": "3"
32
  },
33
+ "layer_norm_eps": 1e-05,
34
+ "mlp_ratio": 4.0,
35
+ "model_type": "swin",
36
  "num_channels": 3,
37
+ "num_heads": [
38
+ 3,
39
+ 6,
40
+ 12,
41
+ 24
42
+ ],
43
+ "num_layers": 4,
44
+ "out_features": [
45
+ "stage4"
46
+ ],
47
+ "out_indices": [
48
+ 4
49
+ ],
50
+ "patch_size": 4,
51
+ "path_norm": true,
52
  "problem_type": "single_label_classification",
53
  "qkv_bias": true,
54
+ "stage_names": [
55
+ "stem",
56
+ "stage1",
57
+ "stage2",
58
+ "stage3",
59
+ "stage4"
60
+ ],
61
  "torch_dtype": "float32",
62
+ "transformers_version": "4.38.2",
63
+ "use_absolute_embeddings": false,
64
+ "window_size": 7
65
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:eda1bc96cb5c5f5583d20a25b7d6e0f53e77824b5e7e70f05230260bf60ed00a
3
- size 343230128
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae131d5c2cb1c5b938036cc6a2d30ef9f87560c78b96b9b328fb0ded5d9c039e
3
+ size 110348984
preprocessor_config.json CHANGED
@@ -3,17 +3,17 @@
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,
 
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": 224,
runs/Apr07_17-12-13_781157a9ee80/events.out.tfevents.1712509934.781157a9ee80.34.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:557903a77bfae148ed5b6c7c4eae3fec78c240006a8069b405c304afc3ea3744
3
+ size 7061
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:256d0179817baecdd482ecf89ec69ebc7b0220ac11e0feeb6c4f1ebaa38ca1a7
3
  size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:897485eedd6faf11a8eb13980fb4d6781a092c158bfd89e8a7b7a2fa60ecbbbc
3
  size 4920