aaa12963337 commited on
Commit
d69c14d
1 Parent(s): eddab48

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +113 -0
  2. model.safetensors +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,113 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/efficientnet-b0",
3
+ "architectures": [
4
+ "EfficientNetForImageClassification"
5
+ ],
6
+ "batch_norm_eps": 0.001,
7
+ "batch_norm_momentum": 0.99,
8
+ "depth_coefficient": 1.0,
9
+ "depth_divisor": 8,
10
+ "depthwise_padding": [],
11
+ "drop_connect_rate": 0.2,
12
+ "dropout_rate": 0.2,
13
+ "expand_ratios": [
14
+ 1,
15
+ 6,
16
+ 6,
17
+ 6,
18
+ 6,
19
+ 6,
20
+ 6
21
+ ],
22
+ "hidden_act": "swish",
23
+ "hidden_dim": 1280,
24
+ "id2label": {
25
+ "0": "ADI",
26
+ "1": "BACK",
27
+ "2": "DEB",
28
+ "3": "LYM",
29
+ "4": "MUC",
30
+ "5": "MUS",
31
+ "6": "NORM",
32
+ "7": "STR",
33
+ "8": "TUM"
34
+ },
35
+ "image_size": 224,
36
+ "in_channels": [
37
+ 32,
38
+ 16,
39
+ 24,
40
+ 40,
41
+ 80,
42
+ 112,
43
+ 192
44
+ ],
45
+ "initializer_range": 0.02,
46
+ "kernel_sizes": [
47
+ 3,
48
+ 3,
49
+ 5,
50
+ 3,
51
+ 5,
52
+ 5,
53
+ 3
54
+ ],
55
+ "label2id": {
56
+ "ADI": "0",
57
+ "BACK": "1",
58
+ "DEB": "2",
59
+ "LYM": "3",
60
+ "MUC": "4",
61
+ "MUS": "5",
62
+ "NORM": "6",
63
+ "STR": "7",
64
+ "TUM": "8"
65
+ },
66
+ "model_type": "efficientnet",
67
+ "num_block_repeats": [
68
+ 1,
69
+ 2,
70
+ 2,
71
+ 3,
72
+ 3,
73
+ 4,
74
+ 1
75
+ ],
76
+ "num_channels": 3,
77
+ "num_hidden_layers": 64,
78
+ "out_channels": [
79
+ 16,
80
+ 24,
81
+ 40,
82
+ 80,
83
+ 112,
84
+ 192,
85
+ 320
86
+ ],
87
+ "out_features": null,
88
+ "pooling_type": "mean",
89
+ "problem_type": "single_label_classification",
90
+ "squeeze_expansion_ratio": 0.25,
91
+ "stage_names": [
92
+ "stem",
93
+ "stage1",
94
+ "stage2",
95
+ "stage3",
96
+ "stage4",
97
+ "stage5",
98
+ "stage6",
99
+ "stage7"
100
+ ],
101
+ "strides": [
102
+ 1,
103
+ 2,
104
+ 2,
105
+ 2,
106
+ 1,
107
+ 2,
108
+ 1
109
+ ],
110
+ "torch_dtype": "float32",
111
+ "transformers_version": "4.36.0",
112
+ "width_coefficient": 1.0
113
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52828abcf7c749be7709f82fac417d363a73864cd9b4cf0eaa6e82716c2ff208
3
+ size 17591292
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:328f05f60f886bc2e8678337e3fe135477e48f00390f2e58aeff62a2523f3d68
3
+ size 4283