Training in progress, epoch 1
Browse files
config.json
CHANGED
@@ -9,22 +9,22 @@
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
-
"0": "
|
13 |
-
"1": "menu.
|
14 |
-
"2": "
|
15 |
-
"3": "
|
16 |
-
"4": "
|
17 |
-
"5": "
|
18 |
"6": "total.total_price"
|
19 |
},
|
20 |
"initializer_range": 0.02,
|
21 |
"label2id": {
|
22 |
-
"O":
|
23 |
-
"menu.nm":
|
24 |
-
"menu.price":
|
25 |
-
"sub_total.tax_price":
|
26 |
-
"sub_total.total_tax_price":
|
27 |
-
"tax.tax_rate":
|
28 |
"total.total_price": 6
|
29 |
},
|
30 |
"max_position_embeddings": 512,
|
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
+
"0": "menu.nm",
|
13 |
+
"1": "menu.price",
|
14 |
+
"2": "sub_total.total_tax_price",
|
15 |
+
"3": "O",
|
16 |
+
"4": "tax.tax_rate",
|
17 |
+
"5": "sub_total.tax_price",
|
18 |
"6": "total.total_price"
|
19 |
},
|
20 |
"initializer_range": 0.02,
|
21 |
"label2id": {
|
22 |
+
"O": 3,
|
23 |
+
"menu.nm": 0,
|
24 |
+
"menu.price": 1,
|
25 |
+
"sub_total.tax_price": 5,
|
26 |
+
"sub_total.total_tax_price": 2,
|
27 |
+
"tax.tax_rate": 4,
|
28 |
"total.total_price": 6
|
29 |
},
|
30 |
"max_position_embeddings": 512,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 299876213
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6043e000bce91cadf88fb15427e694a50fa9aca5a4ce91815b8ec9b372565fd4
|
3 |
size 299876213
|
runs/May25_17-07-42_b344e2f50649/1653498560.0837483/events.out.tfevents.1653498560.b344e2f50649.23.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ff583d8755ece9a7ae69ce0e7b9c2945dd7734d5c0e937871fb24e37114b321
|
3 |
+
size 4852
|
runs/May25_17-07-42_b344e2f50649/events.out.tfevents.1653498560.b344e2f50649.23.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:12b2929162e40a7086d9ba5b84422ce5b9f0c593c1e6beffbe491eda38af1255
|
3 |
+
size 4157
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3119
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2cf6d0be7725a40e8d230e984547330c46fb9f390beaff68e20ec0ef107e5433
|
3 |
size 3119
|