nikkopg commited on
Commit
1968b31
1 Parent(s): c3491e6

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "apple/deeplabv3-mobilevit-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": 4.0,
17
+ "hidden_act": "silu",
18
+ "hidden_dropout_prob": 0.1,
19
+ "hidden_sizes": [
20
+ 144,
21
+ 192,
22
+ 240
23
+ ],
24
+ "id2label": {
25
+ "0": "bad",
26
+ "1": "good"
27
+ },
28
+ "image_size": 512,
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
+ 32,
40
+ 64,
41
+ 96,
42
+ 128,
43
+ 160,
44
+ 640
45
+ ],
46
+ "num_attention_heads": 4,
47
+ "num_channels": 3,
48
+ "output_stride": 16,
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": 512,
4
+ "width": 512
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": 544
16
+ }
17
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a915fb5f336f81a0345759c03295d346e7d6bddfdf4e2a3cae9269a1955c503
3
+ size 19930230
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8be4b0e0fff010344627212faefd7d9137cf238ef23c01b66fc38746096b71eb
3
+ size 4600