polejowska commited on
Commit
8b56911
1 Parent(s): af8b624

Model save

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "output_attentions": true,
52
+ "output_hidden_states": true,
53
+ "patch_size": 4,
54
+ "problem_type": "single_label_classification",
55
+ "torch_dtype": "float32",
56
+ "transformers_version": "4.25.1"
57
+ }
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:7245dbe902ab811304a88752f6cb85fd457427ed15b2fbc42e4d71f216b90579
3
+ size 111373605
runs/Dec10_18-34-27_794e4ee02500/1670697286.0964386/events.out.tfevents.1670697286.794e4ee02500.77.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37f51bb690b42d9bb3bdf3f9db3c3ed6e14f5e95737e01e79b0c2a17f07fb798
3
+ size 5585
runs/Dec10_18-34-27_794e4ee02500/1670698270.1358113/events.out.tfevents.1670698270.794e4ee02500.77.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14c1cb0a5c0ccda80c018cfa19a77132594ed334c4dbb727954656016f98f96a
3
+ size 5585
runs/Dec10_18-34-27_794e4ee02500/events.out.tfevents.1670697286.794e4ee02500.77.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ee55513dee52e0f6fe6ebf1d00bc921a7a92d2b8a89f2d482213cc4c9291a3c
3
+ size 3081
runs/Dec10_18-34-27_794e4ee02500/events.out.tfevents.1670698270.794e4ee02500.77.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f28a168de35bb5ba55eebfd54ffcd6d253dd7a41e282ed7e8d2ee5b23b748f6
3
+ size 6704
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fb3ecb22730e4fc89114ffe5f7de7657cdc56d254b499d231ac6fd56db3a42e
3
+ size 3451