nemik commited on
Commit
db159f1
1 Parent(s): 9eea73e

Training in progress, step 500

Browse files
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": "snowing",
26
+ "1": "raining",
27
+ "2": "sunny",
28
+ "3": "cloudy",
29
+ "4": "night",
30
+ "5": "snow_on_road",
31
+ "6": "partial_snow_on_road",
32
+ "7": "clear_pavement",
33
+ "8": "wet_pavement",
34
+ "9": "iced_lens"
35
+ },
36
+ "image_size": 256,
37
+ "initializer_range": 0.02,
38
+ "label2id": {
39
+ "clear_pavement": 7,
40
+ "cloudy": 3,
41
+ "iced_lens": 9,
42
+ "night": 4,
43
+ "partial_snow_on_road": 6,
44
+ "raining": 1,
45
+ "snow_on_road": 5,
46
+ "snowing": 0,
47
+ "sunny": 2,
48
+ "wet_pavement": 8
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": "multi_label_classification",
67
+ "qkv_bias": true,
68
+ "semantic_loss_ignore_index": 255,
69
+ "torch_dtype": "float32",
70
+ "transformers_version": "4.44.2"
71
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54115188057c715bbba5ca49c3367c7bd77a67c4a2649890b5c2e5a243e3b003
3
+ size 3879632
runs/Oct22_16-09-06_2ae384978577/events.out.tfevents.1729613380.2ae384978577.344.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c714e979fb9513b36fde88b9215568fbc6a77d20ebc818e870af33d9bc7e55a7
3
+ size 18600
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87b77786e9dd06e5d5ac7cc62ceb34fa2d002532a163979d69b9133514907d99
3
+ size 5240