jorgeduardo13 commited on
Commit
803f5f5
1 Parent(s): ad044b3

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "apple/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": "airplane",
26
+ "1": "automobile",
27
+ "2": "bird",
28
+ "3": "cat",
29
+ "4": "deer",
30
+ "5": "dog",
31
+ "6": "frog",
32
+ "7": "horse",
33
+ "8": "ship",
34
+ "9": "truck"
35
+ },
36
+ "image_size": 256,
37
+ "initializer_range": 0.02,
38
+ "label2id": {
39
+ "airplane": 0,
40
+ "automobile": 1,
41
+ "bird": 2,
42
+ "cat": 3,
43
+ "deer": 4,
44
+ "dog": 5,
45
+ "frog": 6,
46
+ "horse": 7,
47
+ "ship": 8,
48
+ "truck": 9
49
+ },
50
+ "layer_norm_eps": 1e-05,
51
+ "mlp_ratio": 2.0,
52
+ "model_type": "mobilevit",
53
+ "neck_hidden_sizes": [
54
+ 16,
55
+ 32,
56
+ 64,
57
+ 96,
58
+ 128,
59
+ 160,
60
+ 640
61
+ ],
62
+ "num_attention_heads": 4,
63
+ "num_channels": 3,
64
+ "output_stride": 32,
65
+ "patch_size": 2,
66
+ "problem_type": "single_label_classification",
67
+ "qkv_bias": true,
68
+ "semantic_loss_ignore_index": 255,
69
+ "torch_dtype": "float32",
70
+ "transformers_version": "4.28.0"
71
+ }
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:f4ffd87d4e6ae01b9c355ea91ef83b2eaacd93a0b589e1a8d37a88137df44256
3
+ size 19950201
runs/Sep04_05-13-17_6bba769559b6/1693804412.607525/events.out.tfevents.1693804412.6bba769559b6.3210.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37829c16fc177f80fd551d44ef86300494a9c7636bf7d82835101767f76d1216
3
+ size 5901
runs/Sep04_05-13-17_6bba769559b6/1693804476.4188945/events.out.tfevents.1693804476.6bba769559b6.3210.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d721c0e4fd900e3f5d672b1ce6f46ba1fc19f4e7134cf06ffa384d35950af57
3
+ size 5901
runs/Sep04_05-13-17_6bba769559b6/1693804546.6806014/events.out.tfevents.1693804546.6bba769559b6.3210.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7f4eebb1b5911029e46db0add543e06f1a42fbe953d3452e0a6aada9875ec39
3
+ size 5901
runs/Sep04_05-13-17_6bba769559b6/1693804576.3065548/events.out.tfevents.1693804576.6bba769559b6.3210.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10319d650deb50c771821880ca8f8c7292eaa93708826aaec76abd4225be003f
3
+ size 5901
runs/Sep04_05-13-17_6bba769559b6/events.out.tfevents.1693804412.6bba769559b6.3210.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b951b72c44f6f1ec7544060d239ebe22ee15869d00b16f5bf0b4640bcc1b79b9
3
+ size 13696
runs/Sep04_05-13-17_6bba769559b6/events.out.tfevents.1693804576.6bba769559b6.3210.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2aa6585440343697abb19165f3bf94036439f1c373c59afa07c4eb382ae6dd45
3
+ size 4624
runs/Sep04_05-16-46_6bba769559b6/1693804626.0276384/events.out.tfevents.1693804626.6bba769559b6.3210.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ef80f6b29c914353c6d0f0a97b353d31621057922e5b8681b8ab5e319fc1b44
3
+ size 5901
runs/Sep04_05-16-46_6bba769559b6/events.out.tfevents.1693804626.6bba769559b6.3210.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e516d2b175469c8d4e9df197711f1b2cdc7d4a7986cc3bb51b60f3aa338f7a22
3
+ size 4624
runs/Sep04_05-20-00_6bba769559b6/1693804806.8114054/events.out.tfevents.1693804806.6bba769559b6.3210.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73a098e4543bdfe419caf27c8d64272a430a24aacce09694cd2e675ad3cbcb16
3
+ size 5901
runs/Sep04_05-20-00_6bba769559b6/events.out.tfevents.1693804806.6bba769559b6.3210.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17dd4d2406afbdfe802f7ab251e5b3872c0073fbf412a925c79245539558ae38
3
+ size 10406
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7601b4c10ddce03364c14cf06979a89e665af7b6bed8f16b2e57bb23c4b4c21a
3
+ size 3643