sillsdev / silnlp

A set of pipelines for performing experiments on various NLP tasks with a focus on resource-poor/minority languages.
Other
30 stars 3 forks source link

Add the translate section of the translate_config to the usual config.yml file. #502

Open davidbaines opened 3 weeks ago

davidbaines commented 3 weeks ago

Instead of requiring a separate translate_config.yml file the translate: section could be part of the config.yml file. The --translate option could be removed from the experiment.py code and experiments would translate iff the translate section is present.

This would reduce file management and make it easier and quicker to configure projects that use this feature.

Enkidu93 commented 3 weeks ago

+1 This would also make it much easier to automate within the onboarding dashboard and clowder proper.