Skip to content

Commit

Permalink
remove metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Oct 28, 2024
1 parent 2d44651 commit aa2bffa
Show file tree
Hide file tree
Showing 8 changed files with 1,311 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,148 @@
{
"model_name": "grobid-header-article-light-ref-BidLSTM_CRF_FEATURES",
"architecture": "BidLSTM_CRF_FEATURES",
"embeddings_name": "glove-840B",
"char_vocab_size": 334,
"case_vocab_size": 8,
"char_embedding_size": 25,
"num_char_lstm_units": 25,
"max_char_length": 30,
"features_vocabulary_size": 12,
"features_indices": [
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30
],
"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,
"features_map_to_index": {
"9": {
"BLOCKEND": 1,
"BLOCKIN": 2,
"BLOCKSTART": 3
},
"10": {
"LINEEND": 13,
"LINEIN": 14,
"LINESTART": 15
},
"11": {
"ALIGNEDLEFT": 25,
"LINEINDENT": 26
},
"12": {
"NEWFONT": 37,
"SAMEFONT": 38
},
"13": {
"HIGHERFONT": 49,
"LOWERFONT": 50,
"SAMEFONTSIZE": 51
},
"14": {
"0": 61,
"1": 62
},
"15": {
"0": 73,
"1": 74
},
"16": {
"ALLCAP": 85,
"INITCAP": 86,
"NOCAPS": 87
},
"17": {
"ALLDIGIT": 97,
"CONTAINSDIGITS": 98,
"NODIGIT": 99
},
"18": {
"0": 109,
"1": 110
},
"19": {
"0": 121,
"1": 122
},
"20": {
"0": 133,
"1": 134
},
"21": {
"0": 145,
"1": 146
},
"22": {
"0": 157,
"1": 158
},
"23": {
"0": 169,
"1": 170
},
"24": {
"0": 181,
"1": 182
},
"25": {
"0": 193,
"1": 194
},
"26": {
"COMMA": 205,
"DOT": 206,
"ENDBRACKET": 207,
"HYPHEN": 208,
"NOPUNCT": 209,
"OPENBRACKET": 210,
"PUNCT": 211,
"QUOTE": 212
},
"27": {
"0": 217,
"1": 218
},
"28": {
"0": 229
},
"29": {
"0": 241,
"1": 242
},
"30": {
"0": 253
}
}
}
Binary file not shown.
Loading

0 comments on commit aa2bffa

Please sign in to comment.