davanstrien HF staff commited on
Commit
d36e4c9
1 Parent(s): ddf3fa1

Training in progress, epoch 1

Browse files
Files changed (5) hide show
  1. .gitignore +1 -0
  2. config.json +54 -0
  3. preprocessor_config.json +18 -0
  4. pytorch_model.bin +3 -0
  5. training_args.bin +3 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "illustrated",
26
+ "1": "not-illustrated"
27
+ },
28
+ "image_size": 256,
29
+ "initializer_range": 0.02,
30
+ "label2id": {
31
+ "illustrated": 0,
32
+ "not-illustrated": 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": 32,
49
+ "patch_size": 2,
50
+ "qkv_bias": true,
51
+ "semantic_loss_ignore_index": 255,
52
+ "torch_dtype": "float32",
53
+ "transformers_version": "4.28.1"
54
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "MobileViTFeatureExtractor",
13
+ "resample": 2,
14
+ "rescale_factor": 0.00392156862745098,
15
+ "size": {
16
+ "shortest_edge": 288
17
+ }
18
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c79f713543396d12aa28e68c138e4f8e7dd1313c8998cd3f8877e1db13b84ed
3
+ size 19929721
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3e0aef4d8b1ce2a5dab4cdf171f63e91501a2b98f9ac1e6ac3a329c799022ff
3
+ size 3643