Training in progress, epoch 23
Browse files- model.safetensors +1 -1
- tmp-checkpoint-44321/config.json +81 -0
- tmp-checkpoint-44321/model.safetensors +3 -0
- tmp-checkpoint-44321/optimizer.pt +3 -0
- tmp-checkpoint-44321/preprocessor_config.json +22 -0
- tmp-checkpoint-44321/rng_state.pth +3 -0
- tmp-checkpoint-44321/scheduler.pt +3 -0
- tmp-checkpoint-44321/trainer_state.json +0 -0
- tmp-checkpoint-44321/training_args.bin +3 -0
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 95943916
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a5410da46a3c11aec3c9a2115a9c5937de25d8abdecaa658995b912b49e56343
|
3 |
size 95943916
|
tmp-checkpoint-44321/config.json
ADDED
@@ -0,0 +1,81 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "Xrenya/pvt-small-224",
|
3 |
+
"architectures": [
|
4 |
+
"PvtForImageClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"depths": [
|
8 |
+
3,
|
9 |
+
4,
|
10 |
+
6,
|
11 |
+
3
|
12 |
+
],
|
13 |
+
"drop_path_rate": 0.0,
|
14 |
+
"hidden_act": "gelu",
|
15 |
+
"hidden_dropout_prob": 0.0,
|
16 |
+
"hidden_sizes": [
|
17 |
+
64,
|
18 |
+
128,
|
19 |
+
320,
|
20 |
+
512
|
21 |
+
],
|
22 |
+
"id2label": {
|
23 |
+
"0": "Cracking",
|
24 |
+
"1": "For Review",
|
25 |
+
"2": "Joint Defect",
|
26 |
+
"3": "Non Distressed",
|
27 |
+
"4": "Patches",
|
28 |
+
"5": "Potholes",
|
29 |
+
"6": "Wearing Surface"
|
30 |
+
},
|
31 |
+
"image_size": 224,
|
32 |
+
"initializer_range": 0.02,
|
33 |
+
"label2id": {
|
34 |
+
"Cracking": 0,
|
35 |
+
"For Review": 1,
|
36 |
+
"Joint Defect": 2,
|
37 |
+
"Non Distressed": 3,
|
38 |
+
"Patches": 4,
|
39 |
+
"Potholes": 5,
|
40 |
+
"Wearing Surface": 6
|
41 |
+
},
|
42 |
+
"layer_norm_eps": 1e-06,
|
43 |
+
"mlp_ratios": [
|
44 |
+
8,
|
45 |
+
8,
|
46 |
+
4,
|
47 |
+
4
|
48 |
+
],
|
49 |
+
"model_type": "pvt",
|
50 |
+
"num_attention_heads": [
|
51 |
+
1,
|
52 |
+
2,
|
53 |
+
5,
|
54 |
+
8
|
55 |
+
],
|
56 |
+
"num_channels": 3,
|
57 |
+
"num_encoder_blocks": 4,
|
58 |
+
"patch_sizes": [
|
59 |
+
4,
|
60 |
+
2,
|
61 |
+
2,
|
62 |
+
2
|
63 |
+
],
|
64 |
+
"problem_type": "single_label_classification",
|
65 |
+
"qkv_bias": true,
|
66 |
+
"reshape_last_stage": true,
|
67 |
+
"sequence_reduction_ratios": [
|
68 |
+
8,
|
69 |
+
4,
|
70 |
+
2,
|
71 |
+
1
|
72 |
+
],
|
73 |
+
"strides": [
|
74 |
+
4,
|
75 |
+
2,
|
76 |
+
2,
|
77 |
+
2
|
78 |
+
],
|
79 |
+
"torch_dtype": "float32",
|
80 |
+
"transformers_version": "4.37.2"
|
81 |
+
}
|
tmp-checkpoint-44321/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a5410da46a3c11aec3c9a2115a9c5937de25d8abdecaa658995b912b49e56343
|
3 |
+
size 95943916
|
tmp-checkpoint-44321/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e951237a50ca62d6027e47cd83c48663460137a7acd2351deb24f6cca6af984
|
3 |
+
size 192089466
|
tmp-checkpoint-44321/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.485,
|
7 |
+
0.456,
|
8 |
+
0.406
|
9 |
+
],
|
10 |
+
"image_processor_type": "PvtImageProcessor",
|
11 |
+
"image_std": [
|
12 |
+
0.229,
|
13 |
+
0.224,
|
14 |
+
0.225
|
15 |
+
],
|
16 |
+
"resample": 2,
|
17 |
+
"rescale_factor": 0.00392156862745098,
|
18 |
+
"size": {
|
19 |
+
"height": 224,
|
20 |
+
"width": 224
|
21 |
+
}
|
22 |
+
}
|
tmp-checkpoint-44321/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e4293950d120ee772edcbfd1839b8ea8a00c8fb0c16ddfed58dc8dc84f22310c
|
3 |
+
size 14244
|
tmp-checkpoint-44321/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8eb0183ecd34f0bfe99870e87dad900cc71a61ae599787ed00a7ba6da06704cf
|
3 |
+
size 1064
|
tmp-checkpoint-44321/trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tmp-checkpoint-44321/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:272c41f466cf3b84b824960f5e302e07abd54eebf988ff66ec17995a20320f97
|
3 |
+
size 4728
|