Update taiwanese_english_translation.py
Browse files
taiwanese_english_translation.py
CHANGED
@@ -53,7 +53,7 @@ _URLS = "https://huggingface.co/datasets/atenglens/taiwanese_english_translation
|
|
53 |
class TaiwaneseEnglishTranslationConfig(datasets.BuilderConfig):
|
54 |
"""BuilderConfig for FLoRes."""
|
55 |
|
56 |
-
def __init__(self, language_pair=(
|
57 |
"""BuilderConfig for TaiwaneseEnglishTranslation.
|
58 |
Args:
|
59 |
for the `datasets.features.text.TextEncoder` used for the features feature.
|
|
|
53 |
class TaiwaneseEnglishTranslationConfig(datasets.BuilderConfig):
|
54 |
"""BuilderConfig for FLoRes."""
|
55 |
|
56 |
+
def __init__(self, language_pair=(tw, en), **kwargs):
|
57 |
"""BuilderConfig for TaiwaneseEnglishTranslation.
|
58 |
Args:
|
59 |
for the `datasets.features.text.TextEncoder` used for the features feature.
|