LaLegumbreArtificial commited on
Commit
3036e54
·
verified ·
1 Parent(s): 4888c19

Training in progress, epoch 0

Browse files
config.json CHANGED
@@ -1,13 +1,26 @@
1
  {
2
- "_name_or_path": "WinKawaks/vit-tiny-patch16-224",
3
  "architectures": [
4
- "ViTForImageClassification"
 
 
 
 
 
 
 
5
  ],
6
  "attention_probs_dropout_prob": 0.0,
7
- "encoder_stride": 16,
8
- "hidden_act": "gelu",
9
- "hidden_dropout_prob": 0.0,
10
- "hidden_size": 192,
 
 
 
 
 
 
11
  "id2label": {
12
  "0": "burn through",
13
  "1": "contamination",
@@ -16,9 +29,8 @@
16
  "4": "lack of penetration",
17
  "5": "misalignment"
18
  },
19
- "image_size": 224,
20
  "initializer_range": 0.02,
21
- "intermediate_size": 768,
22
  "label2id": {
23
  "burn through": "0",
24
  "contamination": "1",
@@ -27,14 +39,25 @@
27
  "lack of penetration": "4",
28
  "misalignment": "5"
29
  },
30
- "layer_norm_eps": 1e-12,
31
- "model_type": "vit",
32
- "num_attention_heads": 3,
 
 
 
 
 
 
 
 
 
 
33
  "num_channels": 3,
34
- "num_hidden_layers": 12,
35
- "patch_size": 16,
36
  "problem_type": "single_label_classification",
37
  "qkv_bias": true,
 
38
  "torch_dtype": "float32",
39
  "transformers_version": "4.45.1"
40
  }
 
1
  {
2
+ "_name_or_path": "apple/deeplabv3-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": "burn through",
26
  "1": "contamination",
 
29
  "4": "lack of penetration",
30
  "5": "misalignment"
31
  },
32
+ "image_size": 512,
33
  "initializer_range": 0.02,
 
34
  "label2id": {
35
  "burn through": "0",
36
  "contamination": "1",
 
39
  "lack of penetration": "4",
40
  "misalignment": "5"
41
  },
42
+ "layer_norm_eps": 1e-05,
43
+ "mlp_ratio": 2.0,
44
+ "model_type": "mobilevit",
45
+ "neck_hidden_sizes": [
46
+ 16,
47
+ 16,
48
+ 24,
49
+ 48,
50
+ 64,
51
+ 80,
52
+ 320
53
+ ],
54
+ "num_attention_heads": 4,
55
  "num_channels": 3,
56
+ "output_stride": 16,
57
+ "patch_size": 2,
58
  "problem_type": "single_label_classification",
59
  "qkv_bias": true,
60
+ "semantic_loss_ignore_index": 255,
61
  "torch_dtype": "float32",
62
  "transformers_version": "4.45.1"
63
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8d8846cdfb537f1aafe224fc3fa258ce1f3709a8ee90a4db8af0148d6eb186aa
3
- size 22125008
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:370c569b883e322bd60f7babe8790bd8ffd21fef7e0b2027d39baa859bf94ce2
3
+ size 3874488
preprocessor_config.json CHANGED
@@ -1,22 +1,17 @@
1
  {
2
- "do_normalize": true,
 
 
 
 
 
 
3
  "do_rescale": true,
4
  "do_resize": true,
5
- "image_mean": [
6
- 0.5,
7
- 0.5,
8
- 0.5
9
- ],
10
- "image_processor_type": "ViTImageProcessor",
11
- "image_std": [
12
- 0.5,
13
- 0.5,
14
- 0.5
15
- ],
16
  "resample": 2,
17
  "rescale_factor": 0.00392156862745098,
18
  "size": {
19
- "height": 224,
20
- "width": 224
21
  }
22
  }
 
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
  }
runs/Jan10_23-59-12_95fa96068200/events.out.tfevents.1736553553.95fa96068200.30.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b939774e0c029fc7d23bf44a65e11d88416cdd6297abadf63d8b99deb7589795
3
+ size 6038
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e48c5b7028114e04c7debc876fa5da117900004aed39042aa8994bee0faaa1d1
3
  size 5240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:793f43ac6003b831510c6b23cc0f18a3686e81399d0c83d049dfd18a90455c07
3
  size 5240