Datasets:
Update files from the datasets library (from 1.5.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.5.0
um005.py
CHANGED
@@ -81,7 +81,7 @@ class UM005(datasets.GeneratorBasedBuilder):
|
|
81 |
UM005Config(
|
82 |
name=_ALL,
|
83 |
sources=_SOURCES,
|
84 |
-
description=
|
85 |
)
|
86 |
]
|
87 |
BUILDER_CONFIG_CLASS = UM005Config
|
|
|
81 |
UM005Config(
|
82 |
name=_ALL,
|
83 |
sources=_SOURCES,
|
84 |
+
description="All sources included: bible, quran",
|
85 |
)
|
86 |
]
|
87 |
BUILDER_CONFIG_CLASS = UM005Config
|