hkivancoral commited on
Commit
676e1e8
1 Parent(s): 86339ef

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +4 -4
  2. pytorch_model.bin +2 -2
  3. training_args.bin +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "facebook/deit-tiny-patch16-224",
3
  "architectures": [
4
  "ViTForImageClassification"
5
  ],
@@ -7,7 +7,7 @@
7
  "encoder_stride": 16,
8
  "hidden_act": "gelu",
9
  "hidden_dropout_prob": 0.0,
10
- "hidden_size": 192,
11
  "id2label": {
12
  "0": "Abnormal_Sperm",
13
  "1": "Non-Sperm",
@@ -15,7 +15,7 @@
15
  },
16
  "image_size": 224,
17
  "initializer_range": 0.02,
18
- "intermediate_size": 768,
19
  "label2id": {
20
  "Abnormal_Sperm": "0",
21
  "Non-Sperm": "1",
@@ -23,7 +23,7 @@
23
  },
24
  "layer_norm_eps": 1e-12,
25
  "model_type": "vit",
26
- "num_attention_heads": 3,
27
  "num_channels": 3,
28
  "num_hidden_layers": 12,
29
  "patch_size": 16,
 
1
  {
2
+ "_name_or_path": "facebook/deit-small-patch16-224",
3
  "architectures": [
4
  "ViTForImageClassification"
5
  ],
 
7
  "encoder_stride": 16,
8
  "hidden_act": "gelu",
9
  "hidden_dropout_prob": 0.0,
10
+ "hidden_size": 384,
11
  "id2label": {
12
  "0": "Abnormal_Sperm",
13
  "1": "Non-Sperm",
 
15
  },
16
  "image_size": 224,
17
  "initializer_range": 0.02,
18
+ "intermediate_size": 1536,
19
  "label2id": {
20
  "Abnormal_Sperm": "0",
21
  "Non-Sperm": "1",
 
23
  },
24
  "layer_norm_eps": 1e-12,
25
  "model_type": "vit",
26
+ "num_attention_heads": 6,
27
  "num_channels": 3,
28
  "num_hidden_layers": 12,
29
  "patch_size": 16,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:734b16fac3d414d7f6583907c7c590111fcd1a16a59a3a3de2a661f7f91e35f9
3
- size 22167850
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efd9d175da9e1d3b3c9ebc6312772cceb5b787b4e9fecc079a3fd36ee8c5f132
3
+ size 86735658
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:38aad74f3f51e1f15f05d9857b2c3592854f9a32bb3f60f613b5c76b9a135ee9
3
  size 4536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39b6b9fb31a93b62b06e98e6790da5b03f67f425bbc25f5688d3b44d9f00ee7a
3
  size 4536