Datasets:
Update files from the datasets library (from 1.18.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.18.0
- dummy/cs-en/1.0.0/dummy_data.zip +2 -2
- wmt_utils.py +0 -1
dummy/cs-en/1.0.0/dummy_data.zip
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ca6801066545826c0d843db4c3e4fd1281974933c8f40aabb3f8b8f594b10a5f
|
3 |
+
size 11015
|
wmt_utils.py
CHANGED
@@ -793,7 +793,6 @@ class Wmt(ABC, datasets.GeneratorBasedBuilder):
|
|
793 |
# +++++++++++++++++++++
|
794 |
|
795 |
logger.info("Generating examples from: %s", ss_name)
|
796 |
-
print("Generating examples from: %s", ss_name)
|
797 |
dataset = DATASET_MAP[ss_name]
|
798 |
extract_dirs = extraction_map[ss_name]
|
799 |
files = _get_local_paths(dataset, extract_dirs)
|
|
|
793 |
# +++++++++++++++++++++
|
794 |
|
795 |
logger.info("Generating examples from: %s", ss_name)
|
|
|
796 |
dataset = DATASET_MAP[ss_name]
|
797 |
extract_dirs = extraction_map[ss_name]
|
798 |
files = _get_local_paths(dataset, extract_dirs)
|