Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
update to latest image, add numbers (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeNeutoy committed Jun 20, 2019
1 parent 1c7b818 commit 92f27a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,6 +1,6 @@
# This Dockerfile is used to serve the AllenNLP demo.

FROM allennlp/commit:165b282b26c08084b98ef59397760b1509a9b7e2
FROM allennlp/commit:03aa838e078f23e985858bb01b9616ae4fc842a9
LABEL maintainer="allennlp-contact@allenai.org"

WORKDIR /stage/allennlp
Expand Down
2 changes: 1 addition & 1 deletion demo/src/components/demos/SemanticRoleLabeling.js
Expand Up @@ -17,7 +17,7 @@ const description = (
</span>
<a href="https://arxiv.org/abs/1904.05255" target="_blank" rel="noopener noreferrer">{' '} a BERT based model (Shi et al, 2019)</a>
<span>
with some modifications (no additional parameters apart from a linear classification layer), which is currently the state of the art single model for English PropBank SRL (Newswire sentences).
with some modifications (no additional parameters apart from a linear classification layer), which is currently the state of the art single model for English PropBank SRL (Newswire sentences). It achieves 86.49 test F1 on the Ontonotes 5.0 dataset.
</span>
</span>
);
Expand Down

0 comments on commit 92f27a3

Please sign in to comment.