Training in progress, step 50
Browse files
config.json
CHANGED
@@ -32,7 +32,9 @@
|
|
32 |
"id2label": {
|
33 |
"0": "leftcap_rightval",
|
34 |
"1": "topcap_bottomval",
|
35 |
-
"2": "paragraphtext"
|
|
|
|
|
36 |
},
|
37 |
"init_std": 0.02,
|
38 |
"init_xavier_std": 1.0,
|
@@ -40,6 +42,8 @@
|
|
40 |
"label2id": {
|
41 |
"leftcap_rightval": 0,
|
42 |
"paragraphtext": 2,
|
|
|
|
|
43 |
"topcap_bottomval": 1
|
44 |
},
|
45 |
"mask_loss_coefficient": 1,
|
|
|
32 |
"id2label": {
|
33 |
"0": "leftcap_rightval",
|
34 |
"1": "topcap_bottomval",
|
35 |
+
"2": "paragraphtext",
|
36 |
+
"3": "tablenogroup",
|
37 |
+
"4": "tablewithgroup"
|
38 |
},
|
39 |
"init_std": 0.02,
|
40 |
"init_xavier_std": 1.0,
|
|
|
42 |
"label2id": {
|
43 |
"leftcap_rightval": 0,
|
44 |
"paragraphtext": 2,
|
45 |
+
"tablenogroup": 3,
|
46 |
+
"tablewithgroup": 4,
|
47 |
"topcap_bottomval": 1
|
48 |
},
|
49 |
"mask_loss_coefficient": 1,
|
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:71a311a84bc3f24ef76999f1d2b3960cafbbec464523864c2d04c1d7b7290082
|
3 |
+
size 115320192
|
runs/May06_03-53-56_ip-172-31-44-225/events.out.tfevents.1714967637.ip-172-31-44-225.1655.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ae6744b7f2ec1568dd29158251d3ef9225a3c0aa327452b446015105b3b4909a
|
3 |
+
size 5960
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4667
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3962a444398dc9ceccdf3e3f978d7875975c6965ed2ff0a97adac7feec394f2d
|
3 |
size 4667
|