loucad commited on
Commit
01c90bf
1 Parent(s): 19d31f5

Training in progress, epoch 1

Browse files
Files changed (5) hide show
  1. .gitignore +1 -0
  2. config.json +71 -0
  3. preprocessor_config.json +17 -0
  4. pytorch_model.bin +3 -0
  5. 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-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": 4.0,
17
+ "hidden_act": "silu",
18
+ "hidden_dropout_prob": 0.1,
19
+ "hidden_sizes": [
20
+ 144,
21
+ 192,
22
+ 240
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
+ 32,
56
+ 64,
57
+ 96,
58
+ 128,
59
+ 160,
60
+ 640
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:562123612c0c60fa83c599d70ede999ea2672772739ad4a4016c84faa53d0ffb
3
+ size 19950201
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c71c26d4894e9333e3e872ac8c5695cd0dcb351207a13c82f577cad4a623593
3
+ size 3963