Training in progress, step 200
Browse files- config.json +8 -10
- pytorch_model.bin +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -29,21 +29,19 @@
|
|
29 |
"giou_cost": 2,
|
30 |
"giou_loss_coefficient": 2,
|
31 |
"id2label": {
|
32 |
-
"0": "
|
33 |
-
"1": "
|
34 |
-
"2": "
|
35 |
-
"3": "
|
36 |
-
"4": "Mask"
|
37 |
},
|
38 |
"init_std": 0.02,
|
39 |
"init_xavier_std": 1.0,
|
40 |
"is_encoder_decoder": true,
|
41 |
"label2id": {
|
42 |
-
"
|
43 |
-
"
|
44 |
-
"
|
45 |
-
"
|
46 |
-
"Mask": 4
|
47 |
},
|
48 |
"mask_loss_coefficient": 1,
|
49 |
"max_position_embeddings": 1024,
|
|
|
29 |
"giou_cost": 2,
|
30 |
"giou_loss_coefficient": 2,
|
31 |
"id2label": {
|
32 |
+
"0": "furniture",
|
33 |
+
"1": "Chair",
|
34 |
+
"2": "Sofa",
|
35 |
+
"3": "Table"
|
|
|
36 |
},
|
37 |
"init_std": 0.02,
|
38 |
"init_xavier_std": 1.0,
|
39 |
"is_encoder_decoder": true,
|
40 |
"label2id": {
|
41 |
+
"Chair": 1,
|
42 |
+
"Sofa": 2,
|
43 |
+
"Table": 3,
|
44 |
+
"furniture": 0
|
|
|
45 |
},
|
46 |
"mask_loss_coefficient": 1,
|
47 |
"max_position_embeddings": 1024,
|
pytorch_model.bin
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:fc93c36af550cba030e1e9bb95db981f177b899ac95364c14035624d6e6ee6f5
|
3 |
+
size 166618194
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4536
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:064459511a6d302d2dff7c25dbd381e1af2064835748e0dee0c25cd390fb06e5
|
3 |
size 4536
|