From 9317deaab0daa76ced2757c2000aa79678f7c287 Mon Sep 17 00:00:00 2001 From: Lj Miranda Date: Fri, 17 Nov 2023 22:01:10 +0800 Subject: [PATCH] Change delimiter from period to underscore --- seacrowd/sea_datasets/tatoeba/tatoeba.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seacrowd/sea_datasets/tatoeba/tatoeba.py b/seacrowd/sea_datasets/tatoeba/tatoeba.py index 56f7b0851..693f3bdb3 100644 --- a/seacrowd/sea_datasets/tatoeba/tatoeba.py +++ b/seacrowd/sea_datasets/tatoeba/tatoeba.py @@ -49,7 +49,7 @@ class TatoebaDataset(datasets.GeneratorBasedBuilder): SEACROWD_SCHEMA_NAME = "t2t" - dataset_names = sorted([f"tatoeba.{lang}" for lang in _LANGUAGES]) + dataset_names = sorted([f"tatoeba_{lang}" for lang in _LANGUAGES]) BUILDER_CONFIGS = [] for name in dataset_names: source_config = SEACrowdConfig(