jamielee commited on
Commit
01d6b02
1 Parent(s): ba60f00

Upload LayoutLMv3ForTokenClassification

Browse files
Files changed (2) hide show
  1. config.json +76 -74
  2. pytorch_model.bin +2 -2
config.json CHANGED
@@ -52,43 +52,44 @@
52
  "35": "B-totalPages",
53
  "36": "B-tour",
54
  "37": "B-vending",
55
- "38": "I-DAForm4082",
56
- "39": "I-Title",
57
- "40": "I-bankDeposit",
58
- "41": "I-bankDepositFC",
59
- "42": "I-cashJournal",
60
- "43": "I-cashReceipt",
61
- "44": "I-contracts",
62
- "45": "I-creditCardReport",
63
- "46": "I-dar",
64
- "47": "I-facility",
65
- "48": "I-fdd",
66
- "49": "I-fdm",
67
- "50": "I-fdy",
68
- "51": "I-fileName",
69
- "52": "I-form5069",
70
- "53": "I-garrison",
71
- "54": "I-glDistrobution",
72
- "55": "I-ldd",
73
- "56": "I-ldm",
74
- "57": "I-ldy",
75
- "58": "I-locationCode",
76
- "59": "I-other1",
77
- "60": "I-other1Type",
78
- "61": "I-other2",
79
- "62": "I-other2Type",
80
- "63": "I-other3",
81
- "64": "I-other3Type",
82
- "65": "I-returnChecks",
83
- "66": "I-senderEmail",
84
- "67": "I-senderName",
85
- "68": "I-senderPhone",
86
- "69": "I-submission",
87
- "70": "I-ticket",
88
- "71": "I-tips",
89
- "72": "I-totalPages",
90
- "73": "I-tour",
91
- "74": "I-vending"
 
92
  },
93
  "initializer_range": 0.02,
94
  "input_size": 224,
@@ -103,6 +104,7 @@
103
  "B-contracts": 7,
104
  "B-creditCardReport": 8,
105
  "B-dar": 9,
 
106
  "B-facility": 10,
107
  "B-fdd": 11,
108
  "B-fdm": 12,
@@ -131,43 +133,43 @@
131
  "B-totalPages": 35,
132
  "B-tour": 36,
133
  "B-vending": 37,
134
- "I-DAForm4082": 38,
135
- "I-Title": 39,
136
- "I-bankDeposit": 40,
137
- "I-bankDepositFC": 41,
138
- "I-cashJournal": 42,
139
- "I-cashReceipt": 43,
140
- "I-contracts": 44,
141
- "I-creditCardReport": 45,
142
- "I-dar": 46,
143
- "I-facility": 47,
144
- "I-fdd": 48,
145
- "I-fdm": 49,
146
- "I-fdy": 50,
147
- "I-fileName": 51,
148
- "I-form5069": 52,
149
- "I-garrison": 53,
150
- "I-glDistrobution": 54,
151
- "I-ldd": 55,
152
- "I-ldm": 56,
153
- "I-ldy": 57,
154
- "I-locationCode": 58,
155
- "I-other1": 59,
156
- "I-other1Type": 60,
157
- "I-other2": 61,
158
- "I-other2Type": 62,
159
- "I-other3": 63,
160
- "I-other3Type": 64,
161
- "I-returnChecks": 65,
162
- "I-senderEmail": 66,
163
- "I-senderName": 67,
164
- "I-senderPhone": 68,
165
- "I-submission": 69,
166
- "I-ticket": 70,
167
- "I-tips": 71,
168
- "I-totalPages": 72,
169
- "I-tour": 73,
170
- "I-vending": 74,
171
  "O": 0
172
  },
173
  "layer_norm_eps": 1e-05,
 
52
  "35": "B-totalPages",
53
  "36": "B-tour",
54
  "37": "B-vending",
55
+ "38": "B-datePrepared",
56
+ "39": "I-DAForm4082",
57
+ "40": "I-Title",
58
+ "41": "I-bankDeposit",
59
+ "42": "I-bankDepositFC",
60
+ "43": "I-cashJournal",
61
+ "44": "I-cashReceipt",
62
+ "45": "I-contracts",
63
+ "46": "I-creditCardReport",
64
+ "47": "I-dar",
65
+ "48": "I-facility",
66
+ "49": "I-fdd",
67
+ "50": "I-fdm",
68
+ "51": "I-fdy",
69
+ "52": "I-fileName",
70
+ "53": "I-form5069",
71
+ "54": "I-garrison",
72
+ "55": "I-glDistrobution",
73
+ "56": "I-ldd",
74
+ "57": "I-ldm",
75
+ "58": "I-ldy",
76
+ "59": "I-locationCode",
77
+ "60": "I-other1",
78
+ "61": "I-other1Type",
79
+ "62": "I-other2",
80
+ "63": "I-other2Type",
81
+ "64": "I-other3",
82
+ "65": "I-other3Type",
83
+ "66": "I-returnChecks",
84
+ "67": "I-senderEmail",
85
+ "68": "I-senderName",
86
+ "69": "I-senderPhone",
87
+ "70": "I-submission",
88
+ "71": "I-ticket",
89
+ "72": "I-tips",
90
+ "73": "I-totalPages",
91
+ "74": "I-tour",
92
+ "75": "I-vending"
93
  },
94
  "initializer_range": 0.02,
95
  "input_size": 224,
 
104
  "B-contracts": 7,
105
  "B-creditCardReport": 8,
106
  "B-dar": 9,
107
+ "B-datePrepared": 38,
108
  "B-facility": 10,
109
  "B-fdd": 11,
110
  "B-fdm": 12,
 
133
  "B-totalPages": 35,
134
  "B-tour": 36,
135
  "B-vending": 37,
136
+ "I-DAForm4082": 39,
137
+ "I-Title": 40,
138
+ "I-bankDeposit": 41,
139
+ "I-bankDepositFC": 42,
140
+ "I-cashJournal": 43,
141
+ "I-cashReceipt": 44,
142
+ "I-contracts": 45,
143
+ "I-creditCardReport": 46,
144
+ "I-dar": 47,
145
+ "I-facility": 48,
146
+ "I-fdd": 49,
147
+ "I-fdm": 50,
148
+ "I-fdy": 51,
149
+ "I-fileName": 52,
150
+ "I-form5069": 53,
151
+ "I-garrison": 54,
152
+ "I-glDistrobution": 55,
153
+ "I-ldd": 56,
154
+ "I-ldm": 57,
155
+ "I-ldy": 58,
156
+ "I-locationCode": 59,
157
+ "I-other1": 60,
158
+ "I-other1Type": 61,
159
+ "I-other2": 62,
160
+ "I-other2Type": 63,
161
+ "I-other3": 64,
162
+ "I-other3Type": 65,
163
+ "I-returnChecks": 66,
164
+ "I-senderEmail": 67,
165
+ "I-senderName": 68,
166
+ "I-senderPhone": 69,
167
+ "I-submission": 70,
168
+ "I-ticket": 71,
169
+ "I-tips": 72,
170
+ "I-totalPages": 73,
171
+ "I-tour": 74,
172
+ "I-vending": 75,
173
  "O": 0
174
  },
175
  "layer_norm_eps": 1e-05,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5b1481bd5b464b2b5f2dc3ccf8e6ec4b83c1b4be2ad6dd895fe1c42351114c1b
3
- size 503979953
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:342b6fd8174a56468965fe4e7756a2604f1a67491e58c6578778e4c1ddd4c45d
3
+ size 503983025