Model save
Browse files
config.json
CHANGED
@@ -106,13 +106,13 @@
|
|
106 |
"hidden_dropout_prob": 0.1,
|
107 |
"hidden_size": 768,
|
108 |
"id2label": {
|
109 |
-
"0": "
|
110 |
-
"1": "
|
111 |
-
"2": "
|
112 |
-
"3": "
|
113 |
-
"4": "
|
114 |
-
"5": "
|
115 |
-
"6": "
|
116 |
},
|
117 |
"image_feature_pool_shape": [
|
118 |
7,
|
@@ -122,13 +122,13 @@
|
|
122 |
"initializer_range": 0.02,
|
123 |
"intermediate_size": 3072,
|
124 |
"label2id": {
|
125 |
-
"O":
|
126 |
-
"menu.nm":
|
127 |
-
"menu.price":
|
128 |
-
"sub_total.tax_price":
|
129 |
-
"sub_total.total_tax_price":
|
130 |
-
"tax.tax_rate":
|
131 |
-
"total.total_price":
|
132 |
},
|
133 |
"layer_norm_eps": 1e-12,
|
134 |
"max_2d_position_embeddings": 1024,
|
|
|
106 |
"hidden_dropout_prob": 0.1,
|
107 |
"hidden_size": 768,
|
108 |
"id2label": {
|
109 |
+
"0": "total.total_price",
|
110 |
+
"1": "sub_total.tax_price",
|
111 |
+
"2": "menu.price",
|
112 |
+
"3": "sub_total.total_tax_price",
|
113 |
+
"4": "menu.nm",
|
114 |
+
"5": "O",
|
115 |
+
"6": "tax.tax_rate"
|
116 |
},
|
117 |
"image_feature_pool_shape": [
|
118 |
7,
|
|
|
122 |
"initializer_range": 0.02,
|
123 |
"intermediate_size": 3072,
|
124 |
"label2id": {
|
125 |
+
"O": 5,
|
126 |
+
"menu.nm": 4,
|
127 |
+
"menu.price": 2,
|
128 |
+
"sub_total.tax_price": 1,
|
129 |
+
"sub_total.total_tax_price": 3,
|
130 |
+
"tax.tax_rate": 6,
|
131 |
+
"total.total_price": 0
|
132 |
},
|
133 |
"layer_norm_eps": 1e-12,
|
134 |
"max_2d_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 802258603
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:872a1366fc188706bc401bf43a440f81e11ba2148e75481823cf5388e549a262
|
3 |
size 802258603
|
runs/Jun08_19-02-21_cb99e04ba401/1654715144.9420512/events.out.tfevents.1654715144.cb99e04ba401.435.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:afe2c2a1f009759f3e88970954b58547e9cccf719518dfa670058b8b0c87d507
|
3 |
+
size 4757
|
runs/Jun08_19-02-21_cb99e04ba401/events.out.tfevents.1654715144.cb99e04ba401.435.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d1eeffc31dc74acb7d9027b1d0da72b1e23ae5f954854f9b18136ed84704e0d4
|
3 |
+
size 15723
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3055
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:16d7b04e4f7f7bf565ec96faf6432f808ca5a234ddab03dc3ea8977bb7c0662b
|
3 |
size 3055
|