sgonzalezsilot commited on
Commit
74504f4
1 Parent(s): 25e66b0

Training in progress, step 100

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/vit-base-patch16-224-in21k",
3
+ "architectures": [
4
+ "ViTForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "encoder_stride": 16,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.0,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "Achnanthidium",
13
+ "1": "Aulacoseira",
14
+ "10": "Stephanodiscus",
15
+ "11": "Pinnularia",
16
+ "12": "Nitzschia",
17
+ "13": "Chamaepinnularia",
18
+ "14": "Surirella",
19
+ "15": "Tabellaria",
20
+ "16": "Stauroneis",
21
+ "17": "Cavinula",
22
+ "18": "Neidiopsis",
23
+ "19": "Hantzschia",
24
+ "2": "Cocconeis",
25
+ "20": "Navicula",
26
+ "21": "Sellaphora",
27
+ "22": "Craticula",
28
+ "23": "Adlafia",
29
+ "24": "Stenopterobia",
30
+ "25": "Mayamaea",
31
+ "26": "Gomphonema",
32
+ "27": "Caloneis",
33
+ "28": "Neidium",
34
+ "29": "Staurosirella",
35
+ "3": "Brachysira",
36
+ "30": "Rossithidium",
37
+ "31": "Staurosira",
38
+ "32": "Luticola",
39
+ "33": "Diadesmis",
40
+ "34": "Amphora",
41
+ "35": "Geissleria",
42
+ "36": "Encyonema",
43
+ "37": "Stauroforma",
44
+ "38": "Frustulia",
45
+ "39": "Eunotia",
46
+ "4": "Eolimna",
47
+ "40": "Cymbopleura",
48
+ "41": "Psammothidium",
49
+ "42": "Pseudostaurosira",
50
+ "43": "Planothidium",
51
+ "5": "Cyclotella",
52
+ "6": "Diatoma",
53
+ "7": "Meridion",
54
+ "8": "Fragilaria",
55
+ "9": "Encyonopsis"
56
+ },
57
+ "image_size": 224,
58
+ "initializer_range": 0.02,
59
+ "intermediate_size": 3072,
60
+ "label2id": {
61
+ "Achnanthidium": "0",
62
+ "Adlafia": "23",
63
+ "Amphora": "34",
64
+ "Aulacoseira": "1",
65
+ "Brachysira": "3",
66
+ "Caloneis": "27",
67
+ "Cavinula": "17",
68
+ "Chamaepinnularia": "13",
69
+ "Cocconeis": "2",
70
+ "Craticula": "22",
71
+ "Cyclotella": "5",
72
+ "Cymbopleura": "40",
73
+ "Diadesmis": "33",
74
+ "Diatoma": "6",
75
+ "Encyonema": "36",
76
+ "Encyonopsis": "9",
77
+ "Eolimna": "4",
78
+ "Eunotia": "39",
79
+ "Fragilaria": "8",
80
+ "Frustulia": "38",
81
+ "Geissleria": "35",
82
+ "Gomphonema": "26",
83
+ "Hantzschia": "19",
84
+ "Luticola": "32",
85
+ "Mayamaea": "25",
86
+ "Meridion": "7",
87
+ "Navicula": "20",
88
+ "Neidiopsis": "18",
89
+ "Neidium": "28",
90
+ "Nitzschia": "12",
91
+ "Pinnularia": "11",
92
+ "Planothidium": "43",
93
+ "Psammothidium": "41",
94
+ "Pseudostaurosira": "42",
95
+ "Rossithidium": "30",
96
+ "Sellaphora": "21",
97
+ "Stauroforma": "37",
98
+ "Stauroneis": "16",
99
+ "Staurosira": "31",
100
+ "Staurosirella": "29",
101
+ "Stenopterobia": "24",
102
+ "Stephanodiscus": "10",
103
+ "Surirella": "14",
104
+ "Tabellaria": "15"
105
+ },
106
+ "layer_norm_eps": 1e-12,
107
+ "model_type": "vit",
108
+ "num_attention_heads": 12,
109
+ "num_channels": 3,
110
+ "num_hidden_layers": 12,
111
+ "patch_size": 16,
112
+ "problem_type": "single_label_classification",
113
+ "qkv_bias": true,
114
+ "torch_dtype": "float32",
115
+ "transformers_version": "4.27.1"
116
+ }
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.5,
7
+ 0.5,
8
+ 0.5
9
+ ],
10
+ "image_processor_type": "ViTFeatureExtractor",
11
+ "image_std": [
12
+ 0.5,
13
+ 0.5,
14
+ 0.5
15
+ ],
16
+ "resample": 2,
17
+ "rescale_factor": 0.00392156862745098,
18
+ "size": {
19
+ "height": 224,
20
+ "width": 224
21
+ }
22
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5cfeb2b8fc273d5cffa93fe6bdeea7541735e36b5770c60591c229bc67426be
3
+ size 343397869
runs/Mar19_10-40-16_f55c25c5f114/1679222422.2352905/events.out.tfevents.1679222422.f55c25c5f114.1700.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37234def83611ce5e3ff00e13a6b56feabca2056aa42cdaddaa5a16c85f23151
3
+ size 5793
runs/Mar19_10-40-16_f55c25c5f114/events.out.tfevents.1679222422.f55c25c5f114.1700.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:186a50255614c37f0bcc98d6ffde0c9620e9de67bac735ba701ad8ec2436bd4c
3
+ size 7796
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a999403c3e145d104502fc05d7ab753b7e85b9ba62adcc9802d303944ba3eb1
3
+ size 3579