mmomm25 commited on
Commit
b1b3b05
1 Parent(s): d6d518f

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "Non-Distressed",
14
+ "2": "Patches",
15
+ "3": "Pedestrian Lane",
16
+ "4": "Pothole",
17
+ "5": "Under Construction",
18
+ "6": "With Obstruction"
19
+ },
20
+ "image_size": 224,
21
+ "initializer_range": 0.02,
22
+ "intermediate_size": 3072,
23
+ "label2id": {
24
+ "Cracking": 0,
25
+ "Non-Distressed": 1,
26
+ "Patches": 2,
27
+ "Pedestrian Lane": 3,
28
+ "Pothole": 4,
29
+ "Under Construction": 5,
30
+ "With Obstruction": 6
31
+ },
32
+ "layer_norm_eps": 1e-12,
33
+ "model_type": "vit",
34
+ "num_attention_heads": 12,
35
+ "num_channels": 3,
36
+ "num_hidden_layers": 12,
37
+ "patch_size": 16,
38
+ "problem_type": "single_label_classification",
39
+ "qkv_bias": true,
40
+ "torch_dtype": "float32",
41
+ "transformers_version": "4.43.3"
42
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54e4128ff882009cd809f1944965235eeff24dc4153c88cd392530af1d355c5c
3
+ size 343239356
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-54-30_CARL-Mechanical-PC/events.out.tfevents.1725346498.CARL-Mechanical-PC.10560.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fada741b0d2b0909f4af025bb5df87e7206e56feba78122a350fcdf0df8d3852
3
+ size 5762
runs/Sep03_15-05-26_CARL-Mechanical-PC/events.out.tfevents.1725347137.CARL-Mechanical-PC.10560.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0f5a37c43d03bec7f1e6679e5149de80d59aff4cd3d4d2c24e99f1bd4d247cb
3
+ size 5553
runs/Sep03_15-16-06_CARL-Mechanical-PC/events.out.tfevents.1725347785.CARL-Mechanical-PC.16276.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6c9e8e927f123f055f1e68a1d47e9cebe8df957b81b8fe3396e6637d0059691
3
+ size 15215
runs/Sep03_15-16-06_CARL-Mechanical-PC/events.out.tfevents.1725348237.CARL-Mechanical-PC.16276.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b46a11c24f2753d647a7df5ef51443a1a75ccd7170261c0ca495b7ce66121de4
3
+ size 5602
runs/Sep03_15-49-16_CARL-Mechanical-PC/events.out.tfevents.1725349774.CARL-Mechanical-PC.9492.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d19250349ffaa4a7163843e6f16f93d187d21c3a3f06e88b7cca7130869dc8a
3
+ size 38274
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eeebb7c50b75ddffb4cb554738fcc2851f17030e7221a0a900475bdb02823fc8
3
+ size 5304