Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +71 -0
- preprocessor_config.json +17 -0
- pytorch_model.bin +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "apple/mobilevit-xx-small",
|
3 |
+
"architectures": [
|
4 |
+
"MobileViTForImageClassification"
|
5 |
+
],
|
6 |
+
"aspp_dropout_prob": 0.1,
|
7 |
+
"aspp_out_channels": 256,
|
8 |
+
"atrous_rates": [
|
9 |
+
6,
|
10 |
+
12,
|
11 |
+
18
|
12 |
+
],
|
13 |
+
"attention_probs_dropout_prob": 0.0,
|
14 |
+
"classifier_dropout_prob": 0.1,
|
15 |
+
"conv_kernel_size": 3,
|
16 |
+
"expand_ratio": 2.0,
|
17 |
+
"hidden_act": "silu",
|
18 |
+
"hidden_dropout_prob": 0.05,
|
19 |
+
"hidden_sizes": [
|
20 |
+
64,
|
21 |
+
80,
|
22 |
+
96
|
23 |
+
],
|
24 |
+
"id2label": {
|
25 |
+
"0": "AnnualCrop",
|
26 |
+
"1": "Forest",
|
27 |
+
"2": "HerbaceousVegetation",
|
28 |
+
"3": "Highway",
|
29 |
+
"4": "Industrial",
|
30 |
+
"5": "Pasture",
|
31 |
+
"6": "PermanentCrop",
|
32 |
+
"7": "Residential",
|
33 |
+
"8": "River",
|
34 |
+
"9": "SeaLake"
|
35 |
+
},
|
36 |
+
"image_size": 256,
|
37 |
+
"initializer_range": 0.02,
|
38 |
+
"label2id": {
|
39 |
+
"AnnualCrop": 0,
|
40 |
+
"Forest": 1,
|
41 |
+
"HerbaceousVegetation": 2,
|
42 |
+
"Highway": 3,
|
43 |
+
"Industrial": 4,
|
44 |
+
"Pasture": 5,
|
45 |
+
"PermanentCrop": 6,
|
46 |
+
"Residential": 7,
|
47 |
+
"River": 8,
|
48 |
+
"SeaLake": 9
|
49 |
+
},
|
50 |
+
"layer_norm_eps": 1e-05,
|
51 |
+
"mlp_ratio": 2.0,
|
52 |
+
"model_type": "mobilevit",
|
53 |
+
"neck_hidden_sizes": [
|
54 |
+
16,
|
55 |
+
16,
|
56 |
+
24,
|
57 |
+
48,
|
58 |
+
64,
|
59 |
+
80,
|
60 |
+
320
|
61 |
+
],
|
62 |
+
"num_attention_heads": 4,
|
63 |
+
"num_channels": 3,
|
64 |
+
"output_stride": 32,
|
65 |
+
"patch_size": 2,
|
66 |
+
"problem_type": "single_label_classification",
|
67 |
+
"qkv_bias": true,
|
68 |
+
"semantic_loss_ignore_index": 255,
|
69 |
+
"torch_dtype": "float32",
|
70 |
+
"transformers_version": "4.31.0"
|
71 |
+
}
|
preprocessor_config.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"crop_size": {
|
3 |
+
"height": 256,
|
4 |
+
"width": 256
|
5 |
+
},
|
6 |
+
"do_center_crop": true,
|
7 |
+
"do_flip_channel_order": true,
|
8 |
+
"do_flip_channels": true,
|
9 |
+
"do_rescale": true,
|
10 |
+
"do_resize": true,
|
11 |
+
"image_processor_type": "MobileViTImageProcessor",
|
12 |
+
"resample": 2,
|
13 |
+
"rescale_factor": 0.00392156862745098,
|
14 |
+
"size": {
|
15 |
+
"shortest_edge": 288
|
16 |
+
}
|
17 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e989051bedf36d8ad872440e88f36b9eb5ea9ccc18f7d6b02da0790e581b9d48
|
3 |
+
size 3957881
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4d6629a223782a2f322faaf45343c1001afb9a0ae8ae67a132a3020b38cdcf54
|
3 |
+
size 3963
|