minhocas commited on
Commit
4463976
1 Parent(s): 6314de1

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/convnext-tiny-224",
3
+ "architectures": [
4
+ "ConvNextForImageClassification"
5
+ ],
6
+ "depths": [
7
+ 3,
8
+ 3,
9
+ 9,
10
+ 3
11
+ ],
12
+ "drop_path_rate": 0.0,
13
+ "hidden_act": "gelu",
14
+ "hidden_sizes": [
15
+ 96,
16
+ 192,
17
+ 384,
18
+ 768
19
+ ],
20
+ "id2label": {
21
+ "0": "leaf01",
22
+ "1": "leaf02",
23
+ "2": "leaf03",
24
+ "3": "leaf04",
25
+ "4": "leaf05",
26
+ "5": "leaf06",
27
+ "6": "leaf07",
28
+ "7": "leaf08",
29
+ "8": "leaf09",
30
+ "9": "leaf10",
31
+ "10": "leaf11",
32
+ "11": "leaf12",
33
+ "12": "leaf13",
34
+ "13": "leaf14",
35
+ "14": "leaf15"
36
+ },
37
+ "image_size": 224,
38
+ "initializer_range": 0.02,
39
+ "label2id": {
40
+ "leaf01": 0,
41
+ "leaf02": 1,
42
+ "leaf03": 2,
43
+ "leaf04": 3,
44
+ "leaf05": 4,
45
+ "leaf06": 5,
46
+ "leaf07": 6,
47
+ "leaf08": 7,
48
+ "leaf09": 8,
49
+ "leaf10": 9,
50
+ "leaf11": 10,
51
+ "leaf12": 11,
52
+ "leaf13": 12,
53
+ "leaf14": 13,
54
+ "leaf15": 14
55
+ },
56
+ "layer_norm_eps": 1e-12,
57
+ "layer_scale_init_value": 1e-06,
58
+ "model_type": "convnext",
59
+ "num_channels": 3,
60
+ "num_stages": 4,
61
+ "out_features": [
62
+ "stage4"
63
+ ],
64
+ "out_indices": [
65
+ 4
66
+ ],
67
+ "patch_size": 4,
68
+ "problem_type": "single_label_classification",
69
+ "stage_names": [
70
+ "stem",
71
+ "stage1",
72
+ "stage2",
73
+ "stage3",
74
+ "stage4"
75
+ ],
76
+ "torch_dtype": "float32",
77
+ "transformers_version": "4.36.2"
78
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd3b0ca65a9165d3f4cd789971070710b95f8e788fce52c0ffbe630a9b93ec3c
3
+ size 111347932
preprocessor_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_pct": 0.875,
3
+ "do_normalize": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "image_mean": [
7
+ 0.485,
8
+ 0.456,
9
+ 0.406
10
+ ],
11
+ "image_processor_type": "ConvNextImageProcessor",
12
+ "image_std": [
13
+ 0.229,
14
+ 0.224,
15
+ 0.225
16
+ ],
17
+ "resample": 3,
18
+ "rescale_factor": 0.00392156862745098,
19
+ "size": {
20
+ "shortest_edge": 224
21
+ }
22
+ }
runs/Jan23_15-13-51_avell-G1550/events.out.tfevents.1706033820.avell-G1550.4135.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cce3397a132bc8109352f52d848ba24bf98bd37eaf1efea50788101e8b51978d
3
+ size 5094
runs/Jan23_19-38-09_avell-G1550/events.out.tfevents.1706049493.avell-G1550.8798.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39d12f4252c586e6c1afc63dfb3a47d32a56309555e483710cb003722fb19f69
3
+ size 5094
runs/Jan23_19-43-04_avell-G1550/events.out.tfevents.1706049787.avell-G1550.8992.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:763372b8d7f5cfeb7e4f18fe1ab07592c402b17d29afab10b764e6aa95be4c63
3
+ size 5094
runs/Jan24_08-29-03_avell-G1550/events.out.tfevents.1706095746.avell-G1550.8706.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b2f487e6a43b70309c683ab93f69c7a70e0a0c80feebd54908d6056f85662ac
3
+ size 4184
runs/Jan24_13-58-13_avell-G1550/events.out.tfevents.1706115514.avell-G1550.24885.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5806dd5b4e28dbb12916b630f6dcca8a8c5804525e439babbbcbf4e3df8f093a
3
+ size 5094
runs/Jan24_14-29-59_avell-G1550/events.out.tfevents.1706117407.avell-G1550.25721.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b3c0dfd1e7ced597a1e1c688a5bc484eb24a6810046677494c3db4d0beef562
3
+ size 4184
runs/Jan24_14-30-59_avell-G1550/events.out.tfevents.1706117460.avell-G1550.26087.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b887b65f2dbe85bc312fcf386c5287068d6ce905d8a4f4eff766405eb80c3cd9
3
+ size 4184
runs/Jan24_14-31-28_avell-G1550/events.out.tfevents.1706117490.avell-G1550.26210.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71dbfcbab4a3fd46f85a935c7e82178b936d3c492be1f2cfea5c61696b2978bd
3
+ size 5411
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6edd3b27a3d2aa1162a4fa212bad02c30536f79052b09bec38d39c843109bcb
3
+ size 4792