ALM-AHME commited on
Commit
97e529a
1 Parent(s): 0e2b0fe

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/swinv2-large-patch4-window12to16-192to256-22kto1k-ft",
3
+ "architectures": [
4
+ "Swinv2ForImageClassification"
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": 192,
15
+ "encoder_stride": 32,
16
+ "hidden_act": "gelu",
17
+ "hidden_dropout_prob": 0.0,
18
+ "hidden_size": 1536,
19
+ "id2label": {
20
+ "0": "akiec",
21
+ "1": "bcc",
22
+ "2": "bkl",
23
+ "3": "df",
24
+ "4": "mel",
25
+ "5": "nv",
26
+ "6": "vasc"
27
+ },
28
+ "image_size": 256,
29
+ "initializer_range": 0.02,
30
+ "label2id": {
31
+ "akiec": 0,
32
+ "bcc": 1,
33
+ "bkl": 2,
34
+ "df": 3,
35
+ "mel": 4,
36
+ "nv": 5,
37
+ "vasc": 6
38
+ },
39
+ "layer_norm_eps": 1e-05,
40
+ "mlp_ratio": 4.0,
41
+ "model_type": "swinv2",
42
+ "num_channels": 3,
43
+ "num_heads": [
44
+ 6,
45
+ 12,
46
+ 24,
47
+ 48
48
+ ],
49
+ "num_layers": 4,
50
+ "patch_size": 4,
51
+ "path_norm": true,
52
+ "pretrained_window_sizes": [
53
+ 0,
54
+ 0,
55
+ 0,
56
+ 0
57
+ ],
58
+ "problem_type": "single_label_classification",
59
+ "qkv_bias": true,
60
+ "torch_dtype": "float32",
61
+ "transformers_version": "4.31.0",
62
+ "use_absolute_embeddings": false,
63
+ "window_size": 16
64
+ }
preprocessor_config.json ADDED
@@ -0,0 +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": 256,
20
+ "width": 256
21
+ }
22
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ba4cdea85eced24644188619b2d078b3f8b0b9558454c858975da2a5d7dc825
3
+ size 781022769
runs/Jul21_21-05-42_72b043e3d8f9/events.out.tfevents.1689973555.72b043e3d8f9.5578.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bed5916fceca9d2e8c3588f8931c2fd8d0689a67a473c449dae43866d24603cf
3
+ size 8451
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51b80593c5d756dcaa635a7b706a43691fa56fc045abd62612045d7db11122b4
3
+ size 4155