diff --git a/grobid-home/models/patent-citation-BidLSTM_CRF/config.json b/grobid-home/models/patent-citation-BidLSTM_CRF/config.json deleted file mode 100644 index 1b520716ec..0000000000 --- a/grobid-home/models/patent-citation-BidLSTM_CRF/config.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "model_name": "patent-citation-BidLSTM_CRF", - "architecture": "BidLSTM_CRF", - "embeddings_name": "glove-840B", - "char_vocab_size": 188, - "case_vocab_size": 8, - "char_embedding_size": 25, - "num_char_lstm_units": 25, - "max_char_length": 30, - "features_vocabulary_size": 12, - "features_indices": null, - "features_embedding_size": 4, - "features_lstm_units": 4, - "max_sequence_length": 3000, - "word_embedding_size": 300, - "num_word_lstm_units": 100, - "case_embedding_size": 5, - "dropout": 0.5, - "recurrent_dropout": 0.5, - "use_crf": true, - "use_chain_crf": false, - "fold_number": 1, - "batch_size": 20, - "transformer_name": null, - "use_ELMo": false -} \ No newline at end of file diff --git a/grobid-home/models/patent-citation-BidLSTM_CRF/model_weights.hdf5 b/grobid-home/models/patent-citation-BidLSTM_CRF/model_weights.hdf5 deleted file mode 100644 index 9772b0a38e..0000000000 Binary files a/grobid-home/models/patent-citation-BidLSTM_CRF/model_weights.hdf5 and /dev/null differ diff --git a/grobid-home/models/patent-citation-BidLSTM_CRF/preprocessor.json b/grobid-home/models/patent-citation-BidLSTM_CRF/preprocessor.json deleted file mode 100644 index 55b86b0a70..0000000000 --- a/grobid-home/models/patent-citation-BidLSTM_CRF/preprocessor.json +++ /dev/null @@ -1,227 +0,0 @@ -{ - "padding": true, - "return_lengths": true, - "return_word_embeddings": true, - "return_casing": false, - "return_features": false, - "return_chars": true, - "return_bert_embeddings": false, - "vocab_char": { - "": 0, - "": 1, - "!": 2, - "\"": 3, - "#": 4, - "$": 5, - "%": 6, - "&": 7, - "'": 8, - "(": 9, - ")": 10, - "*": 11, - "+": 12, - ",": 13, - "-": 14, - ".": 15, - "/": 16, - "0": 17, - "1": 18, - "2": 19, - "3": 20, - "4": 21, - "5": 22, - "6": 23, - "7": 24, - "8": 25, - "9": 26, - ":": 27, - ";": 28, - "<": 29, - "=": 30, - ">": 31, - "?": 32, - "@": 33, - "A": 34, - "B": 35, - "C": 36, - "D": 37, - "E": 38, - "F": 39, - "G": 40, - "H": 41, - "I": 42, - "J": 43, - "K": 44, - "L": 45, - "M": 46, - "N": 47, - "O": 48, - "P": 49, - "Q": 50, - "R": 51, - "S": 52, - "T": 53, - "U": 54, - "V": 55, - "W": 56, - "X": 57, - "Y": 58, - "Z": 59, - "[": 60, - "\\": 61, - "]": 62, - "^": 63, - "_": 64, - "a": 65, - "b": 66, - "c": 67, - "d": 68, - "e": 69, - "f": 70, - "g": 71, - "h": 72, - "i": 73, - "j": 74, - "k": 75, - "l": 76, - "m": 77, - "n": 78, - "o": 79, - "p": 80, - "q": 81, - "r": 82, - "s": 83, - "t": 84, - "u": 85, - "v": 86, - "w": 87, - "x": 88, - "y": 89, - "z": 90, - "{": 91, - "|": 92, - "}": 93, - "~": 94, - "\u00a6": 95, - "\u00a7": 96, - "\u00ab": 97, - "\u00ac": 98, - "\u00ae": 99, - "\u00b0": 100, - "\u00b1": 101, - "\u00b5": 102, - "\u00bb": 103, - "\u00bd": 104, - "\u00c4": 105, - "\u00c5": 106, - "\u00c9": 107, - "\u00d6": 108, - "\u00d7": 109, - "\u00dc": 110, - "\u00df": 111, - "\u00e0": 112, - "\u00e1": 113, - "\u00e2": 114, - "\u00e4": 115, - "\u00e7": 116, - "\u00e8": 117, - "\u00e9": 118, - "\u00ea": 119, - "\u00eb": 120, - "\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": { - "": 0, - "B-": 1, - "B-": 2, - "I-": 3, - "I-": 4, - "O": 5 - }, - "vocab_case": [ - "", - "numeric", - "allLower", - "allUpper", - "initialUpper", - "other", - "mainly_numeric", - "contains_digit" - ], - "max_char_length": 30, - "feature_preprocessor": null, - "indice_tag": { - "0": "", - "1": "B-", - "2": "B-", - "3": "I-", - "4": "I-", - "5": "O" - } -} \ No newline at end of file