Training in progress, step 200
Browse files- config.json +10 -4
- model.safetensors +2 -2
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -30,15 +30,21 @@
|
|
| 30 |
"giou_cost": 2,
|
| 31 |
"giou_loss_coefficient": 2,
|
| 32 |
"id2label": {
|
| 33 |
-
"0": "
|
| 34 |
-
"1": "
|
|
|
|
|
|
|
|
|
|
| 35 |
},
|
| 36 |
"init_std": 0.02,
|
| 37 |
"init_xavier_std": 1.0,
|
| 38 |
"is_encoder_decoder": true,
|
| 39 |
"label2id": {
|
| 40 |
-
"
|
| 41 |
-
"
|
|
|
|
|
|
|
|
|
|
| 42 |
},
|
| 43 |
"mask_loss_coefficient": 1,
|
| 44 |
"max_position_embeddings": 1024,
|
|
|
|
| 30 |
"giou_cost": 2,
|
| 31 |
"giou_loss_coefficient": 2,
|
| 32 |
"id2label": {
|
| 33 |
+
"0": "Coverall",
|
| 34 |
+
"1": "Face_Shield",
|
| 35 |
+
"2": "Gloves",
|
| 36 |
+
"3": "Goggles",
|
| 37 |
+
"4": "Mask"
|
| 38 |
},
|
| 39 |
"init_std": 0.02,
|
| 40 |
"init_xavier_std": 1.0,
|
| 41 |
"is_encoder_decoder": true,
|
| 42 |
"label2id": {
|
| 43 |
+
"Coverall": 0,
|
| 44 |
+
"Face_Shield": 1,
|
| 45 |
+
"Gloves": 2,
|
| 46 |
+
"Goggles": 3,
|
| 47 |
+
"Mask": 4
|
| 48 |
},
|
| 49 |
"mask_loss_coefficient": 1,
|
| 50 |
"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:af0577a98a9f4ee6f9c07e505a767aac0a84fb07ac755b6366b4da00db63908f
|
| 3 |
+
size 166498936
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4984
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:512ed7a79696150369e40efeadb05f20ca9b9629f7145d47cabd8cae65ae18ed
|
| 3 |
size 4984
|