.gitignore
LICENSE
README.md
dockerfile.in
setup.cfg
setup.py
adaptor/__init__.py
adaptor/adapter.py
adaptor/lang_module.py
adaptor/schedules.py
adaptor/utils.py
adaptor.egg-info/PKG-INFO
adaptor.egg-info/SOURCES.txt
adaptor.egg-info/dependency_links.txt
adaptor.egg-info/requires.txt
adaptor.egg-info/top_level.txt
adaptor.egg-info/zip-safe
adaptor/evaluators/__init__.py
adaptor/evaluators/evaluator_base.py
adaptor/evaluators/generative.py
adaptor/evaluators/language_modeling.py
adaptor/evaluators/prism.py
adaptor/evaluators/question_answering.py
adaptor/evaluators/sequence_classification.py
adaptor/evaluators/token_classification.py
adaptor/objectives/CLM.py
adaptor/objectives/MLM.py
adaptor/objectives/__init__.py
adaptor/objectives/backtranslation.py
adaptor/objectives/classification.py
adaptor/objectives/denoising.py
adaptor/objectives/distillation.py
adaptor/objectives/objective_base.py
adaptor/objectives/question_answering.py
adaptor/objectives/seq2seq.py
docs/user_flow.png
tests/adapter_test.py
tests/end2end_usecases_test.py
tests/evaluators_test.py
tests/lang_module_test.py
tests/objectives_test.py
tests/schedules_test.py
tests/utils.py