annasabdurrahman354 commited on
Commit
5cd6b03
·
1 Parent(s): 771d3c9

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
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": "negative",
26
+ "1": "positive"
27
+ },
28
+ "image_size": 256,
29
+ "initializer_range": 0.02,
30
+ "label2id": {
31
+ "negative": 0,
32
+ "positive": 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.28.0"
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:ae38e92664a170cba2daf12d770f61877d12059551fed58dae881a2366931dc3
3
+ size 3942777
runs/May24_04-37-55_c4593c136cf7/1684903090.274985/events.out.tfevents.1684903090.c4593c136cf7.247.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11b110f9b5603efa09ad6cb7f4be0b4404ef2c9300cde110e0b1e2e290b8110c
3
+ size 5934
runs/May24_04-37-55_c4593c136cf7/events.out.tfevents.1684903090.c4593c136cf7.247.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0eeda53f4cfe981cbe6dc7cfed5e7bb7ea0d7531647e9f95638a864632484c7
3
+ size 5637
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5044b2b2fdf35197fcdaecdb593086310d7e6b5443f82e45d45974ad6bebeb6
3
+ size 3643