mmomm25 commited on
Commit
b7a07bd
1 Parent(s): cabc944

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/vit-base-patch16-224-in21k",
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": 768,
11
+ "id2label": {
12
+ "0": "Cracking",
13
+ "1": "Join Defect",
14
+ "2": "Manhole",
15
+ "3": "No Defect",
16
+ "4": "Non-Distressed",
17
+ "5": "Not Assessable Wet Area",
18
+ "6": "Patches",
19
+ "7": "Pothole",
20
+ "8": "Under Construction",
21
+ "9": "Wearing Surface",
22
+ "10": "With Obstruction"
23
+ },
24
+ "image_size": 224,
25
+ "initializer_range": 0.02,
26
+ "intermediate_size": 3072,
27
+ "label2id": {
28
+ "Cracking": 0,
29
+ "Join Defect": 1,
30
+ "Manhole": 2,
31
+ "No Defect": 3,
32
+ "Non-Distressed": 4,
33
+ "Not Assessable Wet Area": 5,
34
+ "Patches": 6,
35
+ "Pothole": 7,
36
+ "Under Construction": 8,
37
+ "Wearing Surface": 9,
38
+ "With Obstruction": 10
39
+ },
40
+ "layer_norm_eps": 1e-12,
41
+ "model_type": "vit",
42
+ "num_attention_heads": 12,
43
+ "num_channels": 3,
44
+ "num_hidden_layers": 12,
45
+ "patch_size": 16,
46
+ "problem_type": "single_label_classification",
47
+ "qkv_bias": true,
48
+ "torch_dtype": "float32",
49
+ "transformers_version": "4.43.3"
50
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9dd02878fd59e11e70e0f53526fa0eee7cce5208a4314555bcc9fdea639025b7
3
+ size 343251660
preprocessor_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ }
runs/Sep03_14-09-09_CARL-Mechanical-PC/events.out.tfevents.1725343763.CARL-Mechanical-PC.20292.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cfe9431214a2f7da05247bd659435990c3ea8348665873a2f15f53bccd0ed60
3
+ size 21808
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47bad0d4757709032f83e982a5b7be07ab578a9b2604f5ad8a96e03f0cc4b97a
3
+ size 5304