hkivancoral commited on
Commit
a7e4033
1 Parent(s): f72156e

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:94d1adbbf3ab68f9e48a8639a3aa0333b5bd255ed3f92a41ee5c81011f073d62
3
- size 22167850
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41fa18610f6291bffc83e26eed8d55ea958b4daebf67aa18ac7a494e5a3cd2cf
3
+ size 86735658
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fbc1b31b112a1a688fec3d43b8eabe48c5ab31b9b2ba118e856262b6328b098b
3
  size 4536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cee93b5f716b1ee5d5ba42be6cd29c5f9db543dacf072e76aa406e3782dab2c5
3
  size 4536