TriDat commited on
Commit
d046779
1 Parent(s): 27f99d0

Training in progress, epoch 1

Browse files
Files changed (4) hide show
  1. adapter_model.bin +1 -1
  2. config.json +66 -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:6e2ab2499e55c18b24dade28cc90fbb1890ae67fa7c97f33e960acad7d58ce2f
3
  size 1609815
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:060b4cc1164ea0f806bc84597e2af8f5c14815a1615af230e75dc6f8756dd3f2
3
  size 1609815
config.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/swinv2-base-patch4-window12-192-22k",
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": 128,
15
+ "encoder_stride": 32,
16
+ "hidden_act": "gelu",
17
+ "hidden_dropout_prob": 0.0,
18
+ "hidden_size": 1024,
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": 192,
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": "swinv2",
44
+ "num_channels": 3,
45
+ "num_heads": [
46
+ 4,
47
+ 8,
48
+ 16,
49
+ 32
50
+ ],
51
+ "num_layers": 4,
52
+ "patch_size": 4,
53
+ "path_norm": true,
54
+ "pretrained_window_sizes": [
55
+ 0,
56
+ 0,
57
+ 0,
58
+ 0
59
+ ],
60
+ "problem_type": "single_label_classification",
61
+ "qkv_bias": true,
62
+ "torch_dtype": "float32",
63
+ "transformers_version": "4.32.1",
64
+ "use_absolute_embeddings": false,
65
+ "window_size": 12
66
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f2f6fd3ae24599f19767de60ec4bf31008d5d6ddcaa244c9d8c49831152c005
3
+ size 347776689
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:13e0c714c66d9a94b9c1ea9c212a13a6612605afc2313501ac29581701cee4bc
3
  size 4155
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2799daaa8da72cdc05e5cd7218319e4cbabe79ec3ec601230f253bb4618733ab
3
  size 4155