Skip to content

Commit

Permalink
Update default_packages.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ingunnjk committed Apr 24, 2024
1 parent 367bba1 commit 9e03f8e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions stanza/resources/default_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -638,6 +638,12 @@ def build_default_pretrains(default_treebanks):
# https://huggingface.co/mideind/IceBERT
# IceBERT-large is also available:
# https://huggingface.co/mideind/IceBERT-large
# Constituency F1 scores:
# No bert (in-order): 84.40%
# IceBERT (top-down): 88.66%
# IceBERT (finetuning, top-down): 90.38%
# IceBERT-large (top-down): 88.80%
# IceBERT-large (ft, top-down): 90.29%
"is": "mideind/IceBERT"

# Indonesian POS experiments: dev set of GSD
Expand Down

0 comments on commit 9e03f8e

Please sign in to comment.