Added argument to specify the pLM cache dir --plm_cache_dir
. This is where learnMSA will download language model weights upon first use with --use_language_model
.
The following default behavior changed: Sequence weights are now used by default and the --sequence_weights option was removed. Instead, a --no_sequence_weights option exists to align without sequence weights (not recommended).