kingjambal
commited on
Commit
·
fb7bc42
1
Parent(s):
e156dbc
Update dataset.py
Browse files- dataset.py +1 -1
dataset.py
CHANGED
@@ -16,7 +16,7 @@ logger = datasets.logging.get_logger(__name__)
|
|
16 |
|
17 |
_DESCRIPTION = "Custom dataset for extracting audio files and matching sentences."
|
18 |
|
19 |
-
_DATA_URL = "https://huggingface.co/datasets/kingjambal/mnvoice/tree/main" # Replace with the URL of your data
|
20 |
|
21 |
class CustomDataset(datasets.GeneratorBasedBuilder):
|
22 |
|
|
|
16 |
|
17 |
_DESCRIPTION = "Custom dataset for extracting audio files and matching sentences."
|
18 |
|
19 |
+
_DATA_URL = "https://huggingface.co/datasets/kingjambal/dataset/mnvoice/tree/main" # Replace with the URL of your data
|
20 |
|
21 |
class CustomDataset(datasets.GeneratorBasedBuilder):
|
22 |
|