devadethanr commited on
Commit
2922d51
·
verified ·
1 Parent(s): fc5b067

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +103 -0
  2. model.safetensors +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "Mild_Demented",
26
+ "1": "Moderate_Demented",
27
+ "2": "Non_Demented",
28
+ "3": "Very_Mild_Demented"
29
+ },
30
+ "image_size": 224,
31
+ "in_channels": [
32
+ 32,
33
+ 16,
34
+ 24,
35
+ 40,
36
+ 80,
37
+ 112,
38
+ 192
39
+ ],
40
+ "initializer_range": 0.02,
41
+ "kernel_sizes": [
42
+ 3,
43
+ 3,
44
+ 5,
45
+ 3,
46
+ 5,
47
+ 5,
48
+ 3
49
+ ],
50
+ "label2id": {
51
+ "Mild_Demented": 0,
52
+ "Moderate_Demented": 1,
53
+ "Non_Demented": 2,
54
+ "Very_Mild_Demented": 3
55
+ },
56
+ "model_type": "efficientnet",
57
+ "num_block_repeats": [
58
+ 1,
59
+ 2,
60
+ 2,
61
+ 3,
62
+ 3,
63
+ 4,
64
+ 1
65
+ ],
66
+ "num_channels": 3,
67
+ "num_hidden_layers": 64,
68
+ "out_channels": [
69
+ 16,
70
+ 24,
71
+ 40,
72
+ 80,
73
+ 112,
74
+ 192,
75
+ 320
76
+ ],
77
+ "out_features": null,
78
+ "pooling_type": "mean",
79
+ "problem_type": "single_label_classification",
80
+ "squeeze_expansion_ratio": 0.25,
81
+ "stage_names": [
82
+ "stem",
83
+ "stage1",
84
+ "stage2",
85
+ "stage3",
86
+ "stage4",
87
+ "stage5",
88
+ "stage6",
89
+ "stage7"
90
+ ],
91
+ "strides": [
92
+ 1,
93
+ 2,
94
+ 2,
95
+ 2,
96
+ 1,
97
+ 2,
98
+ 1
99
+ ],
100
+ "torch_dtype": "float32",
101
+ "transformers_version": "4.41.2",
102
+ "width_coefficient": 1.0
103
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e47dff17ff07d7427e06dd213485b62b89e62f23b370a93329bb1b7408203a6
3
+ size 16265376
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c0a0f7e559cc099995b7a8f435f22d3fdc627bd5c8281a75c5444f333b04567
3
+ size 5048