diff --git a/examples/wmt_2020/et_en/transformer_config.py b/examples/wmt_2020/et_en/transformer_config.py index 75af646..c1cd61e 100644 --- a/examples/wmt_2020/et_en/transformer_config.py +++ b/examples/wmt_2020/et_en/transformer_config.py @@ -5,7 +5,7 @@ RESULT_FILE = "result.tsv" RESULT_IMAGE = "result.jpg" SUBMISSION_FILE = "predictions.txt" -GOOGLE_DRIVE = True +GOOGLE_DRIVE = False DRIVE_FILE_ID = "1F-hknKCY0spD8H1gfhE9EcxusEze2si2" MODEL_TYPE = "xlmroberta" MODEL_NAME = "transquest/ro-en"