mujerry commited on
Commit
cf847f7
·
verified ·
1 Parent(s): c5c7cbe

Training in progress, epoch 20

Browse files
Files changed (4) hide show
  1. config.json +69 -69
  2. model.safetensors +1 -1
  3. preprocessor_config.json +22 -22
  4. training_args.bin +1 -1
config.json CHANGED
@@ -1,69 +1,69 @@
1
- {
2
- "_name_or_path": "microsoft/swin-tiny-patch4-window7-224",
3
- "architectures": [
4
- "SwinForImageClassification"
5
- ],
6
- "attention_probs_dropout_prob": 0.0,
7
- "depths": [
8
- 2,
9
- 2,
10
- 6,
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": "ASCUS",
21
- "1": "Cancer",
22
- "2": "HSIL",
23
- "3": "LSIL",
24
- "4": "NILM",
25
- "5": "Non-Diagnostic"
26
- },
27
- "image_size": 224,
28
- "initializer_range": 0.02,
29
- "label2id": {
30
- "ASCUS": 0,
31
- "Cancer": 1,
32
- "HSIL": 2,
33
- "LSIL": 3,
34
- "NILM": 4,
35
- "Non-Diagnostic": 5
36
- },
37
- "layer_norm_eps": 1e-05,
38
- "mlp_ratio": 4.0,
39
- "model_type": "swin",
40
- "num_channels": 3,
41
- "num_heads": [
42
- 3,
43
- 6,
44
- 12,
45
- 24
46
- ],
47
- "num_layers": 4,
48
- "out_features": [
49
- "stage4"
50
- ],
51
- "out_indices": [
52
- 4
53
- ],
54
- "patch_size": 4,
55
- "path_norm": true,
56
- "problem_type": "single_label_classification",
57
- "qkv_bias": true,
58
- "stage_names": [
59
- "stem",
60
- "stage1",
61
- "stage2",
62
- "stage3",
63
- "stage4"
64
- ],
65
- "torch_dtype": "float32",
66
- "transformers_version": "4.44.2",
67
- "use_absolute_embeddings": false,
68
- "window_size": 7
69
- }
 
1
+ {
2
+ "_name_or_path": "microsoft/swin-tiny-patch4-window7-224",
3
+ "architectures": [
4
+ "SwinForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "depths": [
8
+ 2,
9
+ 2,
10
+ 6,
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": "ASCUS",
21
+ "1": "Cancer",
22
+ "2": "HSIL",
23
+ "3": "LSIL",
24
+ "4": "NILM",
25
+ "5": "Non-Diagnostic"
26
+ },
27
+ "image_size": 224,
28
+ "initializer_range": 0.02,
29
+ "label2id": {
30
+ "ASCUS": 0,
31
+ "Cancer": 1,
32
+ "HSIL": 2,
33
+ "LSIL": 3,
34
+ "NILM": 4,
35
+ "Non-Diagnostic": 5
36
+ },
37
+ "layer_norm_eps": 1e-05,
38
+ "mlp_ratio": 4.0,
39
+ "model_type": "swin",
40
+ "num_channels": 3,
41
+ "num_heads": [
42
+ 3,
43
+ 6,
44
+ 12,
45
+ 24
46
+ ],
47
+ "num_layers": 4,
48
+ "out_features": [
49
+ "stage4"
50
+ ],
51
+ "out_indices": [
52
+ 4
53
+ ],
54
+ "patch_size": 4,
55
+ "path_norm": true,
56
+ "problem_type": "single_label_classification",
57
+ "qkv_bias": true,
58
+ "stage_names": [
59
+ "stem",
60
+ "stage1",
61
+ "stage2",
62
+ "stage3",
63
+ "stage4"
64
+ ],
65
+ "torch_dtype": "float32",
66
+ "transformers_version": "4.44.2",
67
+ "use_absolute_embeddings": false,
68
+ "window_size": 7
69
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:df71cd3a35b10618e89f7f5d08d6e8d6199c9cf9bde9f2569216fc1c85b97de3
3
  size 110355136
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61b5acee7333196486e9a8705b11632867eb4d243dc077fce39cbac062d69b13
3
  size 110355136
preprocessor_config.json CHANGED
@@ -1,22 +1,22 @@
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,
20
- "width": 224
21
- }
22
- }
 
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,
20
+ "width": 224
21
+ }
22
+ }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:642f596cb80a9a97b19b326d4697b6bc2948b59cbad247907cef2925ed63b241
3
  size 5240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a14808ea7114b1e198349ceab7ada3335ca98abf05f3dde0dfc105459cc37083
3
  size 5240