End of training
Browse files
config.json
CHANGED
|
@@ -30,21 +30,41 @@
|
|
| 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": "button",
|
| 34 |
+
"1": "calendar",
|
| 35 |
+
"2": "checkbox",
|
| 36 |
+
"3": "close",
|
| 37 |
+
"4": "down_triangle",
|
| 38 |
+
"5": "dropdown",
|
| 39 |
+
"6": "edittext",
|
| 40 |
+
"7": "icon",
|
| 41 |
+
"8": "left_triangle",
|
| 42 |
+
"9": "minus",
|
| 43 |
+
"10": "pencil",
|
| 44 |
+
"11": "radio",
|
| 45 |
+
"12": "right_triangle",
|
| 46 |
+
"13": "search",
|
| 47 |
+
"14": "up_triangle"
|
| 48 |
},
|
| 49 |
"init_std": 0.02,
|
| 50 |
"init_xavier_std": 1.0,
|
| 51 |
"is_encoder_decoder": true,
|
| 52 |
"label2id": {
|
| 53 |
+
"button": 0,
|
| 54 |
+
"calendar": 1,
|
| 55 |
+
"checkbox": 2,
|
| 56 |
+
"close": 3,
|
| 57 |
+
"down_triangle": 4,
|
| 58 |
+
"dropdown": 5,
|
| 59 |
+
"edittext": 6,
|
| 60 |
+
"icon": 7,
|
| 61 |
+
"left_triangle": 8,
|
| 62 |
+
"minus": 9,
|
| 63 |
+
"pencil": 10,
|
| 64 |
+
"radio": 11,
|
| 65 |
+
"right_triangle": 12,
|
| 66 |
+
"search": 13,
|
| 67 |
+
"up_triangle": 14
|
| 68 |
},
|
| 69 |
"mask_loss_coefficient": 1,
|
| 70 |
"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:8880fbda1cc4bd6d96eb3d5955b911119c513f6249ea895aaf7dd5ef6f30ea2a
|
| 3 |
+
size 166630501
|
runs/Jun16_11-37-29_26f1941cfc99/events.out.tfevents.1686915511.26f1941cfc99.43289.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f7e081c24ab4cfea9ae137d4c765f0f3b913fdf6aa72266e5b765735aa00be5e
|
| 3 |
+
size 5697
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3899
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da330fb08615d852a7f624e1ac5df78a8c70663c217f73b152d5823613a94241
|
| 3 |
size 3899
|