diegola123
commited on
Commit
•
57a57a2
1
Parent(s):
460d5f8
Training in progress, epoch 1
Browse files
config.json
ADDED
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"out_features": [
|
52 |
+
"stage4"
|
53 |
+
],
|
54 |
+
"out_indices": [
|
55 |
+
4
|
56 |
+
],
|
57 |
+
"patch_size": 4,
|
58 |
+
"problem_type": "single_label_classification",
|
59 |
+
"stage_names": [
|
60 |
+
"stem",
|
61 |
+
"stage1",
|
62 |
+
"stage2",
|
63 |
+
"stage3",
|
64 |
+
"stage4"
|
65 |
+
],
|
66 |
+
"torch_dtype": "float32",
|
67 |
+
"transformers_version": "4.40.0.dev0"
|
68 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:19edb17b1d870b61e4f9435b6e2d49e41162b3cf61aac3a13c11de4589801796
|
3 |
+
size 111332552
|
preprocessor_config.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_valid_processor_keys": [
|
3 |
+
"images",
|
4 |
+
"do_resize",
|
5 |
+
"size",
|
6 |
+
"crop_pct",
|
7 |
+
"resample",
|
8 |
+
"do_rescale",
|
9 |
+
"rescale_factor",
|
10 |
+
"do_normalize",
|
11 |
+
"image_mean",
|
12 |
+
"image_std",
|
13 |
+
"return_tensors",
|
14 |
+
"data_format",
|
15 |
+
"input_data_format"
|
16 |
+
],
|
17 |
+
"crop_pct": 0.875,
|
18 |
+
"do_normalize": true,
|
19 |
+
"do_rescale": true,
|
20 |
+
"do_resize": true,
|
21 |
+
"image_mean": [
|
22 |
+
0.485,
|
23 |
+
0.456,
|
24 |
+
0.406
|
25 |
+
],
|
26 |
+
"image_processor_type": "ConvNextImageProcessor",
|
27 |
+
"image_std": [
|
28 |
+
0.229,
|
29 |
+
0.224,
|
30 |
+
0.225
|
31 |
+
],
|
32 |
+
"resample": 3,
|
33 |
+
"rescale_factor": 0.00392156862745098,
|
34 |
+
"size": {
|
35 |
+
"shortest_edge": 224
|
36 |
+
}
|
37 |
+
}
|
runs/Apr08_21-10-37_4396488a80e6/events.out.tfevents.1712610647.4396488a80e6.141334.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fbed0a5bf118ce63c976a36cc2fd8310adc45a7d23af75f2a6129e0a6ebb66bd
|
3 |
+
size 9551
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:30bf70269b75692223d05e74e0b26f90e3e4016a86f3b9ef5ae06f9c0f850f3c
|
3 |
+
size 5048
|