EstherSan commited on
Commit
e848ef5
1 Parent(s): edd1a3f

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "Toyota_corolla",
26
+ "1": "Hyunday_ioniq",
27
+ "2": "black",
28
+ "3": "white"
29
+ },
30
+ "image_size": 256,
31
+ "initializer_range": 0.02,
32
+ "label2id": {
33
+ "Hyunday_ioniq": "1",
34
+ "Toyota_corolla": "0",
35
+ "black": "2",
36
+ "white": "3"
37
+ },
38
+ "layer_norm_eps": 1e-05,
39
+ "mlp_ratio": 2.0,
40
+ "model_type": "mobilevit",
41
+ "neck_hidden_sizes": [
42
+ 16,
43
+ 32,
44
+ 64,
45
+ 96,
46
+ 128,
47
+ 160,
48
+ 640
49
+ ],
50
+ "num_attention_heads": 4,
51
+ "num_channels": 3,
52
+ "output_stride": 32,
53
+ "patch_size": 2,
54
+ "problem_type": "multi_label_classification",
55
+ "qkv_bias": true,
56
+ "semantic_loss_ignore_index": 255,
57
+ "torch_dtype": "float32",
58
+ "transformers_version": "4.35.0"
59
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:291f1fff61d7aadc53b1a209120c54b0b9d83f1bfccafa23683465246dd85168
3
+ size 19856696
preprocessor_config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "feature_extractor_type": "MobileViTFeatureExtractor",
12
+ "image_processor_type": "MobileViTImageProcessor",
13
+ "resample": 2,
14
+ "rescale_factor": 0.00392156862745098,
15
+ "size": {
16
+ "shortest_edge": 288
17
+ },
18
+ "use_square_size": false
19
+ }
runs/Nov14_10-57-18_fa108b7cccfa/events.out.tfevents.1699959445.fa108b7cccfa.13809.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acfd55ecfa4a135bc036f90f219f7e27cc278e023a249a14408398b910a96905
3
+ size 5286
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d5f03b23d20e82e4f0fc94e899fc34b8d2852c44fad9e8215d99bfe939dc8fb
3
+ size 4600