paolinox commited on
Commit
fa50a3e
1 Parent(s): 47a6bed

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "apple/mobilevitv2-1.0-imagenet1k-256",
3
+ "architectures": [
4
+ "MobileViTV2ForImageClassification"
5
+ ],
6
+ "aspp_dropout_prob": 0.1,
7
+ "aspp_out_channels": 512,
8
+ "atrous_rates": [
9
+ 6,
10
+ 12,
11
+ 18
12
+ ],
13
+ "attn_dropout": 0.0,
14
+ "base_attn_unit_dims": [
15
+ 128,
16
+ 192,
17
+ 256
18
+ ],
19
+ "classifier_dropout_prob": 0.1,
20
+ "conv_kernel_size": 3,
21
+ "expand_ratio": 2.0,
22
+ "ffn_dropout": 0.0,
23
+ "ffn_multiplier": 2,
24
+ "hidden_act": "swish",
25
+ "id2label": {
26
+ "0": "Residential",
27
+ "1": "SeaLake",
28
+ "2": "AnnualCrop",
29
+ "3": "Forest",
30
+ "4": "Pasture",
31
+ "5": "HerbaceousVegetation",
32
+ "6": "Highway",
33
+ "7": "PermanentCrop",
34
+ "8": "Industrial",
35
+ "9": "River"
36
+ },
37
+ "image_size": 256,
38
+ "initializer_range": 0.02,
39
+ "label2id": {
40
+ "AnnualCrop": 2,
41
+ "Forest": 3,
42
+ "HerbaceousVegetation": 5,
43
+ "Highway": 6,
44
+ "Industrial": 8,
45
+ "Pasture": 4,
46
+ "PermanentCrop": 7,
47
+ "Residential": 0,
48
+ "River": 9,
49
+ "SeaLake": 1
50
+ },
51
+ "layer_norm_eps": 1e-05,
52
+ "mlp_ratio": 2.0,
53
+ "model_type": "mobilevitv2",
54
+ "n_attn_blocks": [
55
+ 2,
56
+ 4,
57
+ 3
58
+ ],
59
+ "num_channels": 13,
60
+ "output_stride": 32,
61
+ "patch_size": 2,
62
+ "problem_type": "single_label_classification",
63
+ "semantic_loss_ignore_index": 255,
64
+ "torch_dtype": "float32",
65
+ "transformers_version": "4.38.2",
66
+ "width_multiplier": 1.0
67
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f00f14dd08d8ff16ed9d642e563ace7ed12d5ca3ff330b7081b518784a1a87a
3
+ size 17687036
preprocessor_config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 256,
4
+ "width": 256
5
+ },
6
+ "do_center_crop": true,
7
+ "do_flip_channel_order": true,
8
+ "do_rescale": true,
9
+ "do_resize": true,
10
+ "image_processor_type": "MobileViTImageProcessor",
11
+ "resample": 2,
12
+ "rescale_factor": 0.00392156862745098,
13
+ "size": {
14
+ "shortest_edge": 288
15
+ }
16
+ }
runs/Mar11_13-52-23_7121593536a6/events.out.tfevents.1710165145.7121593536a6.281.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ebf9e813b9ec92bc40c3c13ae3d6630cf6072eb41c9d90b996de9909dc861d5
3
+ size 8184
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d42cff846b44512e5f838d79dfbe72aef4feca5f4f782a8665588ecebbc057e8
3
+ size 4984