minhocas commited on
Commit
433d71f
1 Parent(s): 3c94e0b

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/convnextv2-tiny-1k-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:0d996b408f3d0e89ae3e12be2681beec860315a902046d75d8a90f95b1f7e2d4
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/Jan31_19-39-09_avell-G1550/events.out.tfevents.1706740768.avell-G1550.5996.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e00928c9991e0e290f76b71a8ad8393f465faa1edfef0f945ec2d86463845750
3
+ size 4184
runs/Jan31_19-40-11_avell-G1550/events.out.tfevents.1706740812.avell-G1550.6380.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ebc5c066aa0330c96eb3416ddfb2fe4ff2de0f8acf93f0ef3a56eda391256b8
3
+ size 8280
runs/Jan31_19-41-43_avell-G1550/events.out.tfevents.1706740904.avell-G1550.6786.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f823123905139bb28af48bc00b5d4c162bee8089a1d48e67b2ba5777c85deb2
3
+ size 5433
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b86bc54ba4c5a7767270dd05c3a3ef3578c72b8284727bd215f40587c2258ea
3
+ size 4792