nikkopg commited on
Commit
22efe2a
1 Parent(s): 4624982

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "bad",
26
+ "1": "good"
27
+ },
28
+ "image_size": 256,
29
+ "initializer_range": 0.02,
30
+ "label2id": {
31
+ "bad": 0,
32
+ "good": 1
33
+ },
34
+ "layer_norm_eps": 1e-05,
35
+ "mlp_ratio": 2.0,
36
+ "model_type": "mobilevit",
37
+ "neck_hidden_sizes": [
38
+ 16,
39
+ 16,
40
+ 24,
41
+ 48,
42
+ 64,
43
+ 80,
44
+ 320
45
+ ],
46
+ "num_attention_heads": 4,
47
+ "num_channels": 3,
48
+ "output_stride": 32,
49
+ "patch_size": 2,
50
+ "problem_type": "single_label_classification",
51
+ "qkv_bias": true,
52
+ "semantic_loss_ignore_index": 255,
53
+ "torch_dtype": "float32",
54
+ "transformers_version": "4.34.1"
55
+ }
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:52eff977c812ab767997771503de4d9e8ac37754b2ad50cfdbc7d3656ccfaf38
3
+ size 3948086
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd77a61de25ce331ab50f8103c8218957fa411cc892cfa7b2a3cca09d56c2c9e
3
+ size 4600