theoberva commited on
Commit
848d786
·
1 Parent(s): 19deb95

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +7 -7
  2. pytorch_model.bin +2 -2
  3. training_args.bin +3 -0
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "microsoft/swinv2-base-patch4-window8-256",
3
  "architectures": [
4
  "Swinv2ForImageClassification"
5
  ],
@@ -11,11 +11,11 @@
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": "HGSC",
21
  "1": "LGSC",
@@ -37,10 +37,10 @@
37
  "model_type": "swinv2",
38
  "num_channels": 3,
39
  "num_heads": [
40
- 4,
41
- 8,
42
- 16,
43
- 32
44
  ],
45
  "num_layers": 4,
46
  "patch_size": 4,
 
1
  {
2
+ "_name_or_path": "microsoft/swinv2-small-patch4-window8-256",
3
  "architectures": [
4
  "Swinv2ForImageClassification"
5
  ],
 
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,
19
  "id2label": {
20
  "0": "HGSC",
21
  "1": "LGSC",
 
37
  "model_type": "swinv2",
38
  "num_channels": 3,
39
  "num_heads": [
40
+ 3,
41
+ 6,
42
+ 12,
43
+ 24
44
  ],
45
  "num_layers": 4,
46
  "patch_size": 4,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6792b3285deb5147396d5bfcad09f023b2918d52f450bd113f0661e4046b3129
3
- size 347764846
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75fd03c865a93a9f0e328f6fee5bc49a93ed96ae948843a090877d3c45327623
3
+ size 196021166
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cd1a316641b35d5e9787f71e34d5c5a6e765c749ee4e1f7b5b54c4565667a38
3
+ size 4536