"examples/legacy/run_swag.py" did not exist on "b219029c4566eebd4183219719c8e86f4671163c"
Unverified Commit 4887d9d3 authored by Jonathan Tow's avatar Jonathan Tow Committed by GitHub
Browse files

Merge pull request #307 from Taekyoon/multilingual-ko-korsts

Add klue-sts task to eval Korean language task
parents 7064d6b9 4a1041c1
...@@ -90,7 +90,7 @@ class GeneralTranslationTask(Task): ...@@ -90,7 +90,7 @@ class GeneralTranslationTask(Task):
super().__init__() super().__init__()
def download(self): def download(self, data_dir=None, cache_dir=None, download_mode=None):
# This caches in the users home dir automatically # This caches in the users home dir automatically
self.src_file, self.ref_file = \ self.src_file, self.ref_file = \
sacrebleu.download_test_set(self.sacrebleu_dataset, self.sacrebleu_language_pair) sacrebleu.download_test_set(self.sacrebleu_dataset, self.sacrebleu_language_pair)
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment