Skip to content

Commit

Permalink
update model
Browse files Browse the repository at this point in the history
  • Loading branch information
kermitt2 committed Feb 5, 2024
1 parent d66896e commit 1550756
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 64 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"model_name": "patent-citation-BidLSTM_CRF_FEATURES",
"architecture": "BidLSTM_CRF_FEATURES",
"embeddings_name": "glove-840B",
"char_vocab_size": 184,
"char_vocab_size": 188,
"case_vocab_size": 8,
"char_embedding_size": 25,
"num_char_lstm_units": 25,
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -128,69 +128,73 @@
"\u00e9": 118,
"\u00ea": 119,
"\u00eb": 120,
"\u00ed": 121,
"\u00ee": 122,
"\u00ef": 123,
"\u00f3": 124,
"\u00f4": 125,
"\u00f6": 126,
"\u00f7": 127,
"\u00f9": 128,
"\u00fb": 129,
"\u00fc": 130,
"\u0153": 131,
"\u0192": 132,
"\u02dc": 133,
"\u0335": 134,
"\u0393": 135,
"\u0394": 136,
"\u0398": 137,
"\u03a3": 138,
"\u03a9": 139,
"\u03ad": 140,
"\u03b1": 141,
"\u03b2": 142,
"\u03b3": 143,
"\u03b4": 144,
"\u03b5": 145,
"\u03b7": 146,
"\u03b8": 147,
"\u03b9": 148,
"\u03ba": 149,
"\u03bc": 150,
"\u03c0": 151,
"\u03c3": 152,
"\u03c4": 153,
"\u03c5": 154,
"\u03c6": 155,
"\u03c9": 156,
"\u03cb": 157,
"\u201c": 158,
"\u201d": 159,
"\u201e": 160,
"\u2022": 161,
"\u2032": 162,
"\u2033": 163,
"\u2122": 164,
"\u212b": 165,
"\u215e": 166,
"\u2190": 167,
"\u2192": 168,
"\u2200": 169,
"\u2218": 170,
"\u221a": 171,
"\u223c": 172,
"\u2248": 173,
"\u2252": 174,
"\u2261": 175,
"\u2264": 176,
"\u2265": 177,
"\u2266": 178,
"\u2267": 179,
"\u25a0": 180,
"\u25cb": 181,
"\u25ef": 182,
"\ue70d": 183
"\u00ec": 121,
"\u00ed": 122,
"\u00ee": 123,
"\u00ef": 124,
"\u00f3": 125,
"\u00f4": 126,
"\u00f6": 127,
"\u00f7": 128,
"\u00f9": 129,
"\u00fb": 130,
"\u00fc": 131,
"\u0153": 132,
"\u0192": 133,
"\u02dc": 134,
"\u0335": 135,
"\u0393": 136,
"\u0394": 137,
"\u0398": 138,
"\u03a3": 139,
"\u03a9": 140,
"\u03ad": 141,
"\u03b1": 142,
"\u03b2": 143,
"\u03b3": 144,
"\u03b4": 145,
"\u03b5": 146,
"\u03b7": 147,
"\u03b8": 148,
"\u03b9": 149,
"\u03ba": 150,
"\u03bc": 151,
"\u03c0": 152,
"\u03c3": 153,
"\u03c4": 154,
"\u03c5": 155,
"\u03c6": 156,
"\u03c9": 157,
"\u03cb": 158,
"\u201c": 159,
"\u201d": 160,
"\u201e": 161,
"\u2022": 162,
"\u2032": 163,
"\u2033": 164,
"\u2062": 165,
"\u2122": 166,
"\u212b": 167,
"\u215e": 168,
"\u2190": 169,
"\u2192": 170,
"\u2200": 171,
"\u2218": 172,
"\u221a": 173,
"\u221e": 174,
"\u223c": 175,
"\u2248": 176,
"\u2252": 177,
"\u2261": 178,
"\u2264": 179,
"\u2265": 180,
"\u2266": 181,
"\u2267": 182,
"\u22c0": 183,
"\u25a0": 184,
"\u25cb": 185,
"\u25ef": 186,
"\ue70d": 187
},
"vocab_tag": {
"<PAD>": 0,
Expand Down

0 comments on commit 1550756

Please sign in to comment.