Skip to content

Commit

Permalink
additional training data and model update
Browse files Browse the repository at this point in the history
  • Loading branch information
kermitt2 committed Oct 17, 2022
1 parent 0bd482c commit 8e53a7d
Show file tree
Hide file tree
Showing 8 changed files with 1,034,369 additions and 981,851 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"model_name": "citation-BidLSTM_CRF_FEATURES-with_ELMo",
"architecture": "BidLSTM_CRF_FEATURES",
"embeddings_name": "glove-840B",
"char_vocab_size": 213,
"char_vocab_size": 261,
"case_vocab_size": 8,
"char_embedding_size": 25,
"num_char_lstm_units": 25,
Expand Down Expand Up @@ -31,7 +31,7 @@
],
"features_embedding_size": 4,
"features_lstm_units": 4,
"max_sequence_length": 600,
"max_sequence_length": 500,
"word_embedding_size": 1324,
"num_word_lstm_units": 100,
"case_embedding_size": 5,
Expand All @@ -40,7 +40,7 @@
"use_crf": true,
"use_chain_crf": false,
"fold_number": 1,
"batch_size": 20,
"batch_size": 30,
"transformer_name": null,
"use_ELMo": true,
"features_map_to_index": {
Expand Down
Binary file not shown.

0 comments on commit 8e53a7d

Please sign in to comment.