kingjambal commited on
Commit
eee29b2
1 Parent(s): 1ab73cd

Update jambal2.py

Browse files
Files changed (1) hide show
  1. jambal2.py +1 -1
jambal2.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/ugshanyu/jambal2/resolve/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/jambal2/resolve/main" # Replace with the URL of your data
20
 
21
  class CustomDataset(datasets.GeneratorBasedBuilder):
22