uisikdag commited on
Commit
59779d8
1 Parent(s): 08191e6

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/convnext-large-224",
3
+ "architectures": [
4
+ "ConvNextForImageClassification"
5
+ ],
6
+ "depths": [
7
+ 3,
8
+ 3,
9
+ 27,
10
+ 3
11
+ ],
12
+ "drop_path_rate": 0.0,
13
+ "hidden_act": "gelu",
14
+ "hidden_sizes": [
15
+ 192,
16
+ 384,
17
+ 768,
18
+ 1536
19
+ ],
20
+ "id2label": {
21
+ "0": "Black-grass",
22
+ "1": "Charlock",
23
+ "10": "Small-flowered Cranesbill",
24
+ "11": "Sugar beet",
25
+ "2": "Cleavers",
26
+ "3": "Common Chickweed",
27
+ "4": "Common wheat",
28
+ "5": "Fat Hen",
29
+ "6": "Loose Silky-bent",
30
+ "7": "Maize",
31
+ "8": "Scentless Mayweed",
32
+ "9": "Shepherds Purse"
33
+ },
34
+ "image_size": 224,
35
+ "initializer_range": 0.02,
36
+ "label2id": {
37
+ "Black-grass": "0",
38
+ "Charlock": "1",
39
+ "Cleavers": "2",
40
+ "Common Chickweed": "3",
41
+ "Common wheat": "4",
42
+ "Fat Hen": "5",
43
+ "Loose Silky-bent": "6",
44
+ "Maize": "7",
45
+ "Scentless Mayweed": "8",
46
+ "Shepherds Purse": "9",
47
+ "Small-flowered Cranesbill": "10",
48
+ "Sugar beet": "11"
49
+ },
50
+ "layer_norm_eps": 1e-12,
51
+ "layer_scale_init_value": 1e-06,
52
+ "model_type": "convnext",
53
+ "num_channels": 3,
54
+ "num_stages": 4,
55
+ "out_features": null,
56
+ "patch_size": 4,
57
+ "problem_type": "single_label_classification",
58
+ "stage_names": [
59
+ "stem",
60
+ "stage1",
61
+ "stage2",
62
+ "stage3",
63
+ "stage4"
64
+ ],
65
+ "torch_dtype": "float32",
66
+ "transformers_version": "4.27.4"
67
+ }
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
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e140da56777c8f1f394001e83c200cdbd5658a3bfad29298cfc8fc5fb458e86b
3
+ size 785113773
runs/Apr03_22-01-47_DESKTOP-ONCA3BK/1680548514.6875973/events.out.tfevents.1680548514.DESKTOP-ONCA3BK.9400.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cea8012db095385cecf0769308b869ecfe2d2ac22ee8511a8af22fd4d1bf1d3e
3
+ size 5797
runs/Apr03_22-01-47_DESKTOP-ONCA3BK/events.out.tfevents.1680548514.DESKTOP-ONCA3BK.9400.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23213d41203c5eb57be8cb989b39543a46b5252b8ba375950557fe9d1348dd38
3
+ size 4914
runs/Apr03_22-06-14_DESKTOP-ONCA3BK/1680548779.7814033/events.out.tfevents.1680548779.DESKTOP-ONCA3BK.2344.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b56adc6249bacdebbe529abbaaf16ca2924c7b118d1c61e401d1718c3ab66c9
3
+ size 5797
runs/Apr03_22-06-14_DESKTOP-ONCA3BK/events.out.tfevents.1680548779.DESKTOP-ONCA3BK.2344.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ec458c7dd995b7a90611f7512bacdf70b39599e8a0086df47c1222e6ea0d7be
3
+ size 7248
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a23e3a30226a9492d1d666812b75b942a7e5e19c044bd9bcde0fde0e8c909e5
3
+ size 3579