8000 Update comment on ELMo NER model to match current configuration by lucky-bai · Pull Request #2761 · allenai/allennlp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Update comment on ELMo NER model to match current configuration #2761

Merged
merged 1 commit into from
Apr 26, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion training_config/ner_elmo.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// this configuration replaces the original Senna word embeddings with
// 50d GloVe embeddings.
//
// There is a trained model available at https://s3-us-west-2.amazonaws.com/allennlp/models/ner-model-2018.04.30.tar.gz
// There is a trained model available at https://s3-us-west-2.amazonaws.com/allennlp/models/ner-model-2018.12.18.tar.gz
// with test set F1 of 92.51 compared to the single model reported
// result of 92.22 +/- 0.10.
{
Expand Down
0