MatrixYao commited on
Commit
8d2268f
·
verified ·
1 Parent(s): ab91c9f

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "ConvNextForImageClassification"
4
+ ],
5
+ "depths": [
6
+ 3,
7
+ 3,
8
+ 9,
9
+ 3
10
+ ],
11
+ "drop_path_rate": 0.0,
12
+ "hidden_act": "gelu",
13
+ "hidden_sizes": [
14
+ 96,
15
+ 192,
16
+ 384,
17
+ 768
18
+ ],
19
+ "id2label": {
20
+ "0": "annual crop",
21
+ "1": "forest",
22
+ "2": "herbaceous vegetation",
23
+ "3": "highway",
24
+ "4": "industrial",
25
+ "5": "pasture",
26
+ "6": "permanent crop",
27
+ "7": "residential",
28
+ "8": "river",
29
+ "9": "sea or lake"
30
+ },
31
+ "image_size": 224,
32
+ "initializer_range": 0.02,
33
+ "label2id": {
34
+ "annual crop": 0,
35
+ "forest": 1,
36
+ "herbaceous vegetation": 2,
37
+ "highway": 3,
38
+ "industrial": 4,
39
+ "pasture": 5,
40
+ "permanent crop": 6,
41
+ "residential": 7,
42
+ "river": 8,
43
+ "sea or lake": 9
44
+ },
45
+ "layer_norm_eps": 1e-12,
46
+ "layer_scale_init_value": 1e-06,
47
+ "model_type": "convnext",
48
+ "num_channels": 3,
49
+ "num_stages": 4,
50
+ "out_features": [
51
+ "stage4"
52
+ ],
53
+ "out_indices": [
54
+ 4
55
+ ],
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.52.0.dev0"
67
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d43be2f893e53add43a28593a48b469104efabae69caabf53d8719a215ad500b
3
+ size 111332552
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
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cea73c29ae1907b1944faad83aa2c5c700d2b92e0be674710a1503c0f24a0eda
3
+ size 5368