Skip to content

Commit

Permalink
LR of 0.0002 worked better for scandibert
Browse files Browse the repository at this point in the history
  • Loading branch information
AngledLuffa committed Aug 14, 2024
1 parent ec8639c commit 69d6940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stanza/models/coref/coref_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ lora_modules_to_save = [ "pooler" ]

[scandibert_lora]
bert_model = "vesteinn/ScandiBERT"
bert_learning_rate = 0.00005
bert_learning_rate = 0.0002
lora = true
lora_target_modules = [ "query", "value", "output.dense", "intermediate.dense" ]
lora_modules_to_save = [ "pooler" ]
Expand Down

0 comments on commit 69d6940

Please sign in to comment.