ivensamdh commited on
Commit
cf889cf
·
1 Parent(s): d2f9cb5

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +35 -11
  2. pytorch_model.bin +2 -2
  3. training_args.bin +1 -1
config.json CHANGED
@@ -1,30 +1,54 @@
1
  {
2
- "_name_or_path": "facebook/deit-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": "LABEL_0"
13
  },
14
  "image_size": 224,
15
  "initializer_range": 0.02,
16
- "intermediate_size": 3072,
17
  "label2id": {
18
  "LABEL_0": 0
19
  },
20
- "layer_norm_eps": 1e-12,
21
- "model_type": "vit",
22
- "num_attention_heads": 12,
23
  "num_channels": 3,
24
- "num_hidden_layers": 12,
25
- "patch_size": 16,
 
 
 
 
 
 
 
 
26
  "problem_type": "multi_label_classification",
27
  "qkv_bias": true,
 
 
 
 
 
 
 
28
  "torch_dtype": "float32",
29
- "transformers_version": "4.26.0"
 
 
30
  }
 
1
  {
2
+ "_name_or_path": "microsoft/swin-base-patch4-window7-224-in22k",
3
  "architectures": [
4
+ "SwinForImageClassification"
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": "LABEL_0"
21
  },
22
  "image_size": 224,
23
  "initializer_range": 0.02,
 
24
  "label2id": {
25
  "LABEL_0": 0
26
  },
27
+ "layer_norm_eps": 1e-05,
28
+ "mlp_ratio": 4.0,
29
+ "model_type": "swin",
30
  "num_channels": 3,
31
+ "num_heads": [
32
+ 4,
33
+ 8,
34
+ 16,
35
+ 32
36
+ ],
37
+ "num_layers": 4,
38
+ "out_features": null,
39
+ "patch_size": 4,
40
+ "path_norm": true,
41
  "problem_type": "multi_label_classification",
42
  "qkv_bias": true,
43
+ "stage_names": [
44
+ "stem",
45
+ "stage1",
46
+ "stage2",
47
+ "stage3",
48
+ "stage4"
49
+ ],
50
  "torch_dtype": "float32",
51
+ "transformers_version": "4.26.0",
52
+ "use_absolute_embeddings": false,
53
+ "window_size": 7
54
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:89f8c0e351e92c8e9c15190fee525acae1220436f04ea18c798fda20f904ba49
3
- size 343265645
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e75fd4c6472f0124c9781ddc82ba32d0e663bd023328ad31c1d764375a3d2756
3
+ size 347595665
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:59ce2bbea69496608b4ca542f74718b6fdaaefe4c1e444975714399ec6356dc4
3
  size 3515
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c39aae2fef45e9f39e535da67ff162e972ec6a1dff04fcf014a47c15b1f8d9b2
3
  size 3515