Skip to content

Commit

Permalink
Add a depparse column for the scores of running the GRC parser with a…
Browse files Browse the repository at this point in the history
… transformer
  • Loading branch information
AngledLuffa committed Dec 2, 2023
1 parent a4e2af5 commit 7b5ebae
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions stanza/resources/default_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -571,13 +571,13 @@ def build_default_pretrains(default_treebanks):
"fr": "camembert/camembert-large",

# Ancient Greek has a surprising number of transformers, considering
# Model POS Depparse
# None 0.8812
# Microbert M 0.8883
# Microbert MX 0.8910
# Microbert MXP 0.8916
# Pranaydeeps Bert 0.9139

# Model POS Depparse LAS
# None 0.8812 0.7684
# Microbert M 0.8883 0.7706
# Microbert MX 0.8910 0.7755
# Microbert MXP 0.8916 0.7742
# Pranaydeeps Bert 0.9139 0.7987
"pranaydeeps/Ancient-Greek-BERT": "grc-pranaydeeps",

# a couple possibilities to experiment with for Hebrew
# dev scores for POS and depparse
Expand Down

0 comments on commit 7b5ebae

Please sign in to comment.