End of training
Browse files
config.json
CHANGED
@@ -30,21 +30,23 @@
|
|
30 |
"giou_cost": 2,
|
31 |
"giou_loss_coefficient": 2,
|
32 |
"id2label": {
|
33 |
-
"0": "
|
34 |
-
"1": "
|
35 |
-
"2": "
|
36 |
-
"3": "
|
37 |
-
"4": "
|
|
|
38 |
},
|
39 |
"init_std": 0.02,
|
40 |
"init_xavier_std": 1.0,
|
41 |
"is_encoder_decoder": true,
|
42 |
"label2id": {
|
43 |
-
"
|
44 |
-
"
|
45 |
-
"
|
46 |
-
"
|
47 |
-
"
|
|
|
48 |
},
|
49 |
"mask_loss_coefficient": 1,
|
50 |
"max_position_embeddings": 1024,
|
|
|
30 |
"giou_cost": 2,
|
31 |
"giou_loss_coefficient": 2,
|
32 |
"id2label": {
|
33 |
+
"0": "input",
|
34 |
+
"1": "label",
|
35 |
+
"2": "button",
|
36 |
+
"3": "p",
|
37 |
+
"4": "html",
|
38 |
+
"5": "h2"
|
39 |
},
|
40 |
"init_std": 0.02,
|
41 |
"init_xavier_std": 1.0,
|
42 |
"is_encoder_decoder": true,
|
43 |
"label2id": {
|
44 |
+
"button": 2,
|
45 |
+
"h2": 5,
|
46 |
+
"html": 4,
|
47 |
+
"input": 0,
|
48 |
+
"label": 1,
|
49 |
+
"p": 3
|
50 |
},
|
51 |
"mask_loss_coefficient": 1,
|
52 |
"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:d0f1b639f844fa08cb4435a61db7a990ed8a58c49094694725069a2026b66f96
|
3 |
+
size 166621221
|
runs/Aug09_13-17-38_172333e3f669/events.out.tfevents.1691587188.172333e3f669.578.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1818085e51816b3d9a6362ea013eee3c9ad079ddaf4032bef6187fc9cc995b3d
|
3 |
+
size 5233
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3963
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a7bac324e5b497aa06a16e230470306fbc2bb2bab2bf6c509d45712cc7b164e3
|
3 |
size 3963
|