itsLeen commited on
Commit
aa18422
·
verified ·
1 Parent(s): 1e506c1

Training in progress, step 200

Browse files
config.json CHANGED
@@ -1,24 +1,53 @@
1
  {
2
- "_name_or_path": "google/vit-large-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": 1024,
11
  "image_size": 224,
12
  "initializer_range": 0.02,
13
- "intermediate_size": 4096,
14
- "layer_norm_eps": 1e-12,
15
- "model_type": "vit",
16
- "num_attention_heads": 16,
17
  "num_channels": 3,
18
- "num_hidden_layers": 24,
19
- "patch_size": 16,
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  "problem_type": "single_label_classification",
21
  "qkv_bias": true,
 
 
 
 
 
 
 
22
  "torch_dtype": "float32",
23
- "transformers_version": "4.44.2"
 
 
24
  }
 
1
  {
2
+ "_name_or_path": "microsoft/swin-base-patch4-window7-224",
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
  "image_size": 224,
20
  "initializer_range": 0.02,
21
+ "layer_norm_eps": 1e-05,
22
+ "mlp_ratio": 4.0,
23
+ "model_type": "swin",
 
24
  "num_channels": 3,
25
+ "num_heads": [
26
+ 4,
27
+ 8,
28
+ 16,
29
+ 32
30
+ ],
31
+ "num_layers": 4,
32
+ "out_features": [
33
+ "stage4"
34
+ ],
35
+ "out_indices": [
36
+ 4
37
+ ],
38
+ "patch_size": 4,
39
+ "path_norm": true,
40
  "problem_type": "single_label_classification",
41
  "qkv_bias": true,
42
+ "stage_names": [
43
+ "stem",
44
+ "stage1",
45
+ "stage2",
46
+ "stage3",
47
+ "stage4"
48
+ ],
49
  "torch_dtype": "float32",
50
+ "transformers_version": "4.44.2",
51
+ "use_absolute_embeddings": false,
52
+ "window_size": 7
53
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:65d5f00091ac9e9097a5efd3d06e4038f1a38dc46d3e4062d7cd323097f1246b
3
- size 1213261264
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e1143d8867d85622bf7f19f345576c14ba0590b7038ac820a042dc45b3661f3
3
+ size 347498816
preprocessor_config.json CHANGED
@@ -1,19 +1,19 @@
1
  {
2
  "do_normalize": true,
3
  "do_rescale": true,
4
- "do_resize": "google/vit-large-patch16-224",
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,
 
1
  {
2
  "do_normalize": true,
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,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a59ef74154ade0ab109507e8d50a5a4ba1e1f41530efe46cd1f011550ac7a32b
3
- size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74535994e4fcb24d091b04f1a60a8cee013bf35c0ee77adc057807c31c26955d
3
+ size 5112