EstherSan commited on
Commit
262c256
1 Parent(s): af1cd73

Training in progress, epoch 0

Browse files
Files changed (4) hide show
  1. config.json +104 -0
  2. preprocessor_config.json +16 -0
  3. pytorch_model.bin +3 -0
  4. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "apple/mobilevitv2-1.0-imagenet1k-256",
3
+ "architectures": [
4
+ "MobileViTForImageClassification"
5
+ ],
6
+ "aspp_dropout_prob": 0.1,
7
+ "aspp_out_channels": 512,
8
+ "atrous_rates": [
9
+ 6,
10
+ 12,
11
+ 18
12
+ ],
13
+ "attention_probs_dropout_prob": 0.0,
14
+ "attn_dropout": 0.0,
15
+ "classifier_dropout_prob": 0.1,
16
+ "conv_kernel_size": 3,
17
+ "expand_ratio": 2.0,
18
+ "ffn_dropout": 0.0,
19
+ "hidden_act": "swish",
20
+ "hidden_dropout_prob": 0.1,
21
+ "hidden_sizes": [
22
+ 144,
23
+ 192,
24
+ 240
25
+ ],
26
+ "id2label": {
27
+ "0": "Toyota_Corolla",
28
+ "1": "Hyundai_Ioniq",
29
+ "10": "Ford_Mondeo",
30
+ "11": "Mazda2_Hybrid",
31
+ "12": "Mercedes-Benz_E-Class",
32
+ "13": "Volkswagen_Polo",
33
+ "14": "Renault_Kangoo",
34
+ "15": "Ford_Focus",
35
+ "16": "Mercedes-Benz_C-Class",
36
+ "17": "Volkswagen_Golf",
37
+ "18": "SEAT_Leon",
38
+ "19": "Dacia_Dokker",
39
+ "2": "SEAT_IBIZA",
40
+ "20": "black",
41
+ "21": "silver",
42
+ "22": "white",
43
+ "23": "red",
44
+ "24": "blue",
45
+ "3": "Fiat_Egea",
46
+ "4": "Renault_Clio",
47
+ "5": "Audi_A3",
48
+ "6": "Toyota_Prius",
49
+ "7": "Kia_Rio",
50
+ "8": "Fiat_Tipo",
51
+ "9": "Citroen_C3"
52
+ },
53
+ "image_size": 256,
54
+ "initializer_range": 0.02,
55
+ "label2id": {
56
+ "Audi_A3": "5",
57
+ "Citroen_C3": "9",
58
+ "Dacia_Dokker": "19",
59
+ "Fiat_Egea": "3",
60
+ "Fiat_Tipo": "8",
61
+ "Ford_Focus": "15",
62
+ "Ford_Mondeo": "10",
63
+ "Hyundai_Ioniq": "1",
64
+ "Kia_Rio": "7",
65
+ "Mazda2_Hybrid": "11",
66
+ "Mercedes-Benz_C-Class": "16",
67
+ "Mercedes-Benz_E-Class": "12",
68
+ "Renault_Clio": "4",
69
+ "Renault_Kangoo": "14",
70
+ "SEAT_IBIZA": "2",
71
+ "SEAT_Leon": "18",
72
+ "Toyota_Corolla": "0",
73
+ "Toyota_Prius": "6",
74
+ "Volkswagen_Golf": "17",
75
+ "Volkswagen_Polo": "13",
76
+ "black": "20",
77
+ "blue": "24",
78
+ "red": "23",
79
+ "silver": "21",
80
+ "white": "22"
81
+ },
82
+ "layer_norm_eps": 1e-05,
83
+ "mlp_ratio": 2.0,
84
+ "model_type": "mobilevit",
85
+ "neck_hidden_sizes": [
86
+ 16,
87
+ 32,
88
+ 64,
89
+ 96,
90
+ 128,
91
+ 160,
92
+ 640
93
+ ],
94
+ "num_attention_heads": 4,
95
+ "num_channels": 3,
96
+ "output_stride": 32,
97
+ "patch_size": 2,
98
+ "problem_type": "multi_label_classification",
99
+ "qkv_bias": true,
100
+ "semantic_loss_ignore_index": 255,
101
+ "torch_dtype": "float32",
102
+ "transformers_version": "4.34.1",
103
+ "width_multiplier": 1.0
104
+ }
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": "MobileViTFeatureExtractor",
11
+ "resample": 2,
12
+ "rescale_factor": 0.00392156862745098,
13
+ "size": {
14
+ "shortest_edge": 288
15
+ }
16
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0752bc8fe092bd1454b591559b718d2f5c1fe3cabd9af13b7a1552566fedf3d6
3
+ size 19215286
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a821a60059311d89a0e9c596add39a6d32e4a016661d4d6b597856276da7396
3
+ size 4536