jypasona commited on
Commit
5115d5d
1 Parent(s): d32da16

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "AnnualCrop",
22
+ "1": "Forest",
23
+ "2": "HerbaceousVegetation",
24
+ "3": "Highway",
25
+ "4": "Industrial",
26
+ "5": "Pasture",
27
+ "6": "PermanentCrop",
28
+ "7": "Residential",
29
+ "8": "River",
30
+ "9": "SeaLake"
31
+ },
32
+ "image_size": 224,
33
+ "initializer_range": 0.02,
34
+ "label2id": {
35
+ "AnnualCrop": 0,
36
+ "Forest": 1,
37
+ "HerbaceousVegetation": 2,
38
+ "Highway": 3,
39
+ "Industrial": 4,
40
+ "Pasture": 5,
41
+ "PermanentCrop": 6,
42
+ "Residential": 7,
43
+ "River": 8,
44
+ "SeaLake": 9
45
+ },
46
+ "layer_norm_eps": 1e-12,
47
+ "layer_scale_init_value": 1e-06,
48
+ "model_type": "convnext",
49
+ "num_channels": 3,
50
+ "num_stages": 4,
51
+ "patch_size": 4,
52
+ "problem_type": "single_label_classification",
53
+ "torch_dtype": "float32",
54
+ "transformers_version": "4.25.1"
55
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_pct": 0.875,
3
+ "do_normalize": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "feature_extractor_type": "ConvNextFeatureExtractor",
7
+ "image_mean": [
8
+ 0.485,
9
+ 0.456,
10
+ 0.406
11
+ ],
12
+ "image_processor_type": "ConvNextImageProcessor",
13
+ "image_std": [
14
+ 0.229,
15
+ 0.224,
16
+ 0.225
17
+ ],
18
+ "resample": 3,
19
+ "rescale_factor": 0.00392156862745098,
20
+ "size": {
21
+ "shortest_edge": 224
22
+ }
23
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ae107cfb3d63e800a8125a324165e9f90086ac9135329cba0a8048657e1fe9d
3
+ size 111373605
runs/Dec27_00-16-15_7f197ff7dbea/1672100203.1396122/events.out.tfevents.1672100203.7f197ff7dbea.487.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d996c9d3ccd35081e02875c34913e5b236c6c0f996e0ee8365ce477da0e0670
3
+ size 5609
runs/Dec27_00-16-15_7f197ff7dbea/events.out.tfevents.1672100203.7f197ff7dbea.487.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bccd93273c6cfef6b11d055cb48b1fb2d80be27aeff67e56351ee0cb96580e8
3
+ size 4187
runs/Dec27_01-02-38_7f197ff7dbea/1672102964.5401855/events.out.tfevents.1672102964.7f197ff7dbea.487.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad0d39acb22c85364f35acba4613c89beb80ab6e16a9be852e73eee0d59b01d9
3
+ size 5609
runs/Dec27_01-02-38_7f197ff7dbea/events.out.tfevents.1672102964.7f197ff7dbea.487.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f335cfe15b4d6bd5d642a46d0c7f171b8ed8dd3c84854521ea6f04907284896
3
+ size 4187
runs/Dec27_01-03-45_7f197ff7dbea/1672103032.7507882/events.out.tfevents.1672103032.7f197ff7dbea.487.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:342121ad271622d69db8c1e703f4f0b5936a6cba4702dd7f8d50266889697a5d
3
+ size 5609
runs/Dec27_01-03-45_7f197ff7dbea/events.out.tfevents.1672103032.7f197ff7dbea.487.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:097cd84a62c8563a08f6005b0381873f544b3844e3ea5e7c0577153df8b4cd00
3
+ size 6663
runs/Dec27_01-10-10_7f197ff7dbea/1672103417.1265838/events.out.tfevents.1672103417.7f197ff7dbea.487.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd199c32e085ea99d44f21bef67f4c5a7d07a3a2035997ed8656982d626111f7
3
+ size 5609
runs/Dec27_01-10-10_7f197ff7dbea/events.out.tfevents.1672103417.7f197ff7dbea.487.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91f6cfd21ada9c012fdc42a486f87dcc4b7269b79b529bbd668f32240aa1151a
3
+ size 7457
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32e252785835f8d50df1cab491bf28755f6167d6a4a5c9397f2c9f205214871b
3
+ size 3515