Training in progress, epoch 1
Browse files- config.json +10 -8
- model.safetensors +2 -2
- preprocessor_config.json +4 -4
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -38,19 +38,21 @@
|
|
| 38 |
"giou_cost": 2,
|
| 39 |
"giou_loss_coefficient": 2,
|
| 40 |
"id2label": {
|
| 41 |
-
"0": "
|
| 42 |
-
"1": "
|
| 43 |
-
"2": "
|
| 44 |
-
"3": "
|
|
|
|
| 45 |
},
|
| 46 |
"init_std": 0.02,
|
| 47 |
"init_xavier_std": 1.0,
|
| 48 |
"is_encoder_decoder": true,
|
| 49 |
"label2id": {
|
| 50 |
-
"
|
| 51 |
-
"
|
| 52 |
-
"
|
| 53 |
-
"
|
|
|
|
| 54 |
},
|
| 55 |
"mask_loss_coefficient": 1,
|
| 56 |
"max_position_embeddings": 1024,
|
|
|
|
| 38 |
"giou_cost": 2,
|
| 39 |
"giou_loss_coefficient": 2,
|
| 40 |
"id2label": {
|
| 41 |
+
"0": "Coverall",
|
| 42 |
+
"1": "Face_Shield",
|
| 43 |
+
"2": "Gloves",
|
| 44 |
+
"3": "Goggles",
|
| 45 |
+
"4": "Mask"
|
| 46 |
},
|
| 47 |
"init_std": 0.02,
|
| 48 |
"init_xavier_std": 1.0,
|
| 49 |
"is_encoder_decoder": true,
|
| 50 |
"label2id": {
|
| 51 |
+
"Coverall": 0,
|
| 52 |
+
"Face_Shield": 1,
|
| 53 |
+
"Gloves": 2,
|
| 54 |
+
"Goggles": 3,
|
| 55 |
+
"Mask": 4
|
| 56 |
},
|
| 57 |
"mask_loss_coefficient": 1,
|
| 58 |
"max_position_embeddings": 1024,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:10d79f8cc3ea98f82c3a7c53606cbe97ec67104b977621c00a430bf6f2228d7e
|
| 3 |
+
size 174079796
|
preprocessor_config.json
CHANGED
|
@@ -17,13 +17,13 @@
|
|
| 17 |
0.225
|
| 18 |
],
|
| 19 |
"pad_size": {
|
| 20 |
-
"height":
|
| 21 |
-
"width":
|
| 22 |
},
|
| 23 |
"resample": 2,
|
| 24 |
"rescale_factor": 0.00392156862745098,
|
| 25 |
"size": {
|
| 26 |
-
"max_height":
|
| 27 |
-
"max_width":
|
| 28 |
}
|
| 29 |
}
|
|
|
|
| 17 |
0.225
|
| 18 |
],
|
| 19 |
"pad_size": {
|
| 20 |
+
"height": 224,
|
| 21 |
+
"width": 224
|
| 22 |
},
|
| 23 |
"resample": 2,
|
| 24 |
"rescale_factor": 0.00392156862745098,
|
| 25 |
"size": {
|
| 26 |
+
"max_height": 224,
|
| 27 |
+
"max_width": 224
|
| 28 |
}
|
| 29 |
}
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5777
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fde9a1d4a52fbf860bf2315a036ad1b24cb9f6f77cffb03f8e619039af35efe6
|
| 3 |
size 5777
|