Update taiwanese_english_translation.py
Browse files
taiwanese_english_translation.py
CHANGED
@@ -48,7 +48,7 @@ _LICENSE = ""
|
|
48 |
# TODO: Add link to the official dataset URLs here
|
49 |
# The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
|
50 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
51 |
-
_URLS = "https://huggingface.co/datasets/atenglens/taiwanese_english_translation"
|
52 |
|
53 |
class TaiwaneseEnglishTranslationConfig(datasets.BuilderConfig):
|
54 |
"""BuilderConfig for FLoRes."""
|
|
|
48 |
# TODO: Add link to the official dataset URLs here
|
49 |
# The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
|
50 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
51 |
+
_URLS = "https://huggingface.co/datasets/atenglens/taiwanese_english_translation/tree/main"
|
52 |
|
53 |
class TaiwaneseEnglishTranslationConfig(datasets.BuilderConfig):
|
54 |
"""BuilderConfig for FLoRes."""
|