Skip to content

Commit 076f7e3

Browse files
committed
Add a note about checking for better tokenizer options for the Hungarian transformer
1 parent 9dade02 commit 076f7e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stanza/models/coref/coref_config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,8 @@ lora_target_modules = [ "query", "value", "output.dense", "intermediate.dense" ]
183183
lora_modules_to_save = [ ]
184184

185185
[hungarian_electra_lora]
186+
# TODO: experiment with tokenizer options for this to see if that's
187+
# why the results are so low using this transformer
186188
bert_model = "NYTK/electra-small-discriminator-hungarian"
187189
bert_learning_rate = 0.000025
188190
lora = true

0 commit comments

Comments
 (0)