TriDat commited on
Commit
d4cb72b
1 Parent(s): 89677c2

Training in progress, epoch 1

Browse files
Files changed (4) hide show
  1. adapter_model.bin +1 -1
  2. config.json +73 -0
  3. pytorch_model.bin +3 -0
  4. training_args.bin +1 -1
adapter_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e01083fdc2eb04c7fefead292786c0f481cd5673229d44e673c1840c0aa03b5c
3
  size 1173639
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2caf3698e073228ddfa2a316dfd96b6ef3e8ca3ce98ce66e5834d885ecac75c2
3
  size 1173639
config.json ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "AK",
21
+ "1": "BCC",
22
+ "2": "BKL",
23
+ "3": "DF",
24
+ "4": "MEL",
25
+ "5": "NV",
26
+ "6": "SCC",
27
+ "7": "VASC"
28
+ },
29
+ "image_size": 224,
30
+ "initializer_range": 0.02,
31
+ "label2id": {
32
+ "AK": 0,
33
+ "BCC": 1,
34
+ "BKL": 2,
35
+ "DF": 3,
36
+ "MEL": 4,
37
+ "NV": 5,
38
+ "SCC": 6,
39
+ "VASC": 7
40
+ },
41
+ "layer_norm_eps": 1e-05,
42
+ "mlp_ratio": 4.0,
43
+ "model_type": "swin",
44
+ "num_channels": 3,
45
+ "num_heads": [
46
+ 3,
47
+ 6,
48
+ 12,
49
+ 24
50
+ ],
51
+ "num_layers": 4,
52
+ "out_features": [
53
+ "stage4"
54
+ ],
55
+ "out_indices": [
56
+ 4
57
+ ],
58
+ "patch_size": 4,
59
+ "path_norm": true,
60
+ "problem_type": "single_label_classification",
61
+ "qkv_bias": true,
62
+ "stage_names": [
63
+ "stem",
64
+ "stage1",
65
+ "stage2",
66
+ "stage3",
67
+ "stage4"
68
+ ],
69
+ "torch_dtype": "float32",
70
+ "transformers_version": "4.32.1",
71
+ "use_absolute_embeddings": false,
72
+ "window_size": 7
73
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b57c7f9caadc66ceffd8f2316880fccb98cba3da136c2c7586430e026cc73e29
3
+ size 110413297
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:683b531a142390f0ed4338c9b9e3582cfc87e744089809e0970fd37dd6d853ec
3
  size 4155
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1168d50d674203e0675b8561c975b1e0d054e44c069125d98372491b1eaf9ad7
3
  size 4155