Skip to content

Commit

Permalink
added AllenNLP spanbert to coref models
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidFromPandora committed May 10, 2022
1 parent 7463efb commit e20c6d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions crosslingual_coreference/CrossLingualPredictor.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
"f1_score_ontonotes": 74,
"file_extension": ".tar.gz",
},
"spanbert": {
"url": "https://storage.googleapis.com/allennlp-public-models/coref-spanbert-large-2021.03.10.tar.gz",
"f1_score_ontonotes": 83,
"file_extension": ".tar.gz",
},
}


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "crosslingual-coreference"
version = "0.2.3"
version = "0.2.4"
description = "A multi-lingual approach to AllenNLP CoReference Resolution, along with a wrapper for spaCy."
authors = ["David Berenstein <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit e20c6d7

Please sign in to comment.