nemik commited on
Commit
b4e173b
1 Parent(s): 441942a

Training in progress, step 500

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": "snowing",
27
+ "1": "raining",
28
+ "2": "sunny",
29
+ "3": "cloudy",
30
+ "4": "night",
31
+ "5": "snow_on_road",
32
+ "6": "partial_snow_on_road",
33
+ "7": "clear_pavement",
34
+ "8": "wet_pavement",
35
+ "9": "iced_lens"
36
+ },
37
+ "image_size": 256,
38
+ "initializer_range": 0.02,
39
+ "label2id": {
40
+ "clear_pavement": 7,
41
+ "cloudy": 3,
42
+ "iced_lens": 9,
43
+ "night": 4,
44
+ "partial_snow_on_road": 6,
45
+ "raining": 1,
46
+ "snow_on_road": 5,
47
+ "snowing": 0,
48
+ "sunny": 2,
49
+ "wet_pavement": 8
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": 3,
60
+ "output_stride": 32,
61
+ "patch_size": 2,
62
+ "problem_type": "multi_label_classification",
63
+ "semantic_loss_ignore_index": 255,
64
+ "torch_dtype": "float32",
65
+ "transformers_version": "4.42.4",
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:c754d53fd8ea54db06c488b72efd0e69a6d34643a90d876c5656f77bb6f55299
3
+ size 17675500
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/Jul25_17-40-11_8840352ede30/events.out.tfevents.1721929240.8840352ede30.506.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf070e1d5ebb9a02e5027c845998e2b3398c887b969d86db0c85085248edd6cd
3
+ size 18515
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4733e5ef9544a1e72429a1adbb3c1dbc42ee6fc438f6e9358dd0da60cf7bcc48
3
+ size 5176