DataBindu commited on
Commit
4d421f3
1 Parent(s): 36e25b4

Training in progress, epoch 0

Browse files
Files changed (4) hide show
  1. config.json +168 -0
  2. preprocessor_config.json +22 -0
  3. pytorch_model.bin +3 -0
  4. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,168 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/swinv2-large-patch4-window12to24-192to384-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": "Actinomycetes_Mycolata",
21
+ "1": "Anaerobic Type B",
22
+ "2": "Anaerobic suflur bacteria",
23
+ "3": "Beggiatoa",
24
+ "4": "Flexibacter",
25
+ "5": "Fungi",
26
+ "6": "GAO",
27
+ "7": "Haliscomenobacter",
28
+ "8": "Hyphomicrobium",
29
+ "9": "Microscrilla",
30
+ "10": "Microthrix",
31
+ "11": "Nitrosomonas",
32
+ "12": "Nostocoida limicola III",
33
+ "13": "Nostocoida limicola I_II",
34
+ "14": "PAO",
35
+ "15": "Sphaerotilus",
36
+ "16": "Spirilla",
37
+ "17": "Spirochaetes",
38
+ "18": "Tetrads",
39
+ "19": "Thiothrix",
40
+ "20": "Type 0041_0675",
41
+ "21": "Type 0092",
42
+ "22": "Type 021N",
43
+ "23": "Type 0411",
44
+ "24": "Type 0581_Chloroflexi",
45
+ "25": "Type 0914_0803",
46
+ "26": "Type 0961",
47
+ "27": "Type 1701",
48
+ "28": "Type 1863",
49
+ "29": "Zoogloea",
50
+ "30": "bristleworm",
51
+ "31": "crustacean",
52
+ "32": "dead filament",
53
+ "33": "elevated polysaccharide",
54
+ "34": "ferric iron",
55
+ "35": "fibrous material",
56
+ "36": "filament impact on floc structure high",
57
+ "37": "filament impact on floc structure low",
58
+ "38": "filament impact on floc structure moderate",
59
+ "39": "flagellate",
60
+ "40": "floc open_diffuse",
61
+ "41": "floc strong",
62
+ "42": "floc weak",
63
+ "43": "free swimming ciliate",
64
+ "44": "gastrotrich",
65
+ "45": "grease",
66
+ "46": "inert",
67
+ "47": "iron sulfide",
68
+ "48": "irregular growth formations",
69
+ "49": "naked amoebae",
70
+ "50": "nematode",
71
+ "51": "normal polysaccharide",
72
+ "52": "oil",
73
+ "53": "rotifer",
74
+ "54": "stalked ciliate",
75
+ "55": "testate amoebae",
76
+ "56": "type 1851",
77
+ "57": "water bear",
78
+ "58": "yeast"
79
+ },
80
+ "image_size": 384,
81
+ "initializer_range": 0.02,
82
+ "label2id": {
83
+ "Actinomycetes_Mycolata": 0,
84
+ "Anaerobic Type B": 1,
85
+ "Anaerobic suflur bacteria": 2,
86
+ "Beggiatoa": 3,
87
+ "Flexibacter": 4,
88
+ "Fungi": 5,
89
+ "GAO": 6,
90
+ "Haliscomenobacter": 7,
91
+ "Hyphomicrobium": 8,
92
+ "Microscrilla": 9,
93
+ "Microthrix": 10,
94
+ "Nitrosomonas": 11,
95
+ "Nostocoida limicola III": 12,
96
+ "Nostocoida limicola I_II": 13,
97
+ "PAO": 14,
98
+ "Sphaerotilus": 15,
99
+ "Spirilla": 16,
100
+ "Spirochaetes": 17,
101
+ "Tetrads": 18,
102
+ "Thiothrix": 19,
103
+ "Type 0041_0675": 20,
104
+ "Type 0092": 21,
105
+ "Type 021N": 22,
106
+ "Type 0411": 23,
107
+ "Type 0581_Chloroflexi": 24,
108
+ "Type 0914_0803": 25,
109
+ "Type 0961": 26,
110
+ "Type 1701": 27,
111
+ "Type 1863": 28,
112
+ "Zoogloea": 29,
113
+ "bristleworm": 30,
114
+ "crustacean": 31,
115
+ "dead filament": 32,
116
+ "elevated polysaccharide": 33,
117
+ "ferric iron": 34,
118
+ "fibrous material": 35,
119
+ "filament impact on floc structure high": 36,
120
+ "filament impact on floc structure low": 37,
121
+ "filament impact on floc structure moderate": 38,
122
+ "flagellate": 39,
123
+ "floc open_diffuse": 40,
124
+ "floc strong": 41,
125
+ "floc weak": 42,
126
+ "free swimming ciliate": 43,
127
+ "gastrotrich": 44,
128
+ "grease": 45,
129
+ "inert": 46,
130
+ "iron sulfide": 47,
131
+ "irregular growth formations": 48,
132
+ "naked amoebae": 49,
133
+ "nematode": 50,
134
+ "normal polysaccharide": 51,
135
+ "oil": 52,
136
+ "rotifer": 53,
137
+ "stalked ciliate": 54,
138
+ "testate amoebae": 55,
139
+ "type 1851": 56,
140
+ "water bear": 57,
141
+ "yeast": 58
142
+ },
143
+ "layer_norm_eps": 1e-05,
144
+ "mlp_ratio": 4.0,
145
+ "model_type": "swinv2",
146
+ "num_channels": 3,
147
+ "num_heads": [
148
+ 6,
149
+ 12,
150
+ 24,
151
+ 48
152
+ ],
153
+ "num_layers": 4,
154
+ "patch_size": 4,
155
+ "path_norm": true,
156
+ "pretrained_window_sizes": [
157
+ 0,
158
+ 0,
159
+ 0,
160
+ 0
161
+ ],
162
+ "problem_type": "single_label_classification",
163
+ "qkv_bias": true,
164
+ "torch_dtype": "float32",
165
+ "transformers_version": "4.33.1",
166
+ "use_absolute_embeddings": false,
167
+ "window_size": 24
168
+ }
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": 384,
20
+ "width": 384
21
+ }
22
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8b82a94b89c940f27e116e67aee24ae4610a94a2d5ba2b031e7093470edafc7
3
+ size 781335857
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b26f5b1f522f972b09a01a3402bd1c30740f266c5107e769c6c64af7bb37640b
3
+ size 4091