SiddiqueAkhonda
commited on
Commit
•
a8229e5
1
Parent(s):
8e47181
Update msynth.py
Browse files
msynth.py
CHANGED
@@ -215,7 +215,7 @@ class msynth(datasets.GeneratorBasedBuilder):
|
|
215 |
except Exception as e:
|
216 |
# If an exception occurs (e.g., file not found), log the error and add the URL to the failed_urls list
|
217 |
#logger.error(f"Failed to download {url}: {e} because it is not present. Moving on to the next available file")
|
218 |
-
logger.error(f"Data combination {url} is not available
|
219 |
|
220 |
return [
|
221 |
datasets.SplitGenerator(
|
|
|
215 |
except Exception as e:
|
216 |
# If an exception occurs (e.g., file not found), log the error and add the URL to the failed_urls list
|
217 |
#logger.error(f"Failed to download {url}: {e} because it is not present. Moving on to the next available file")
|
218 |
+
logger.error(f"Data combination {url} is not available")
|
219 |
|
220 |
return [
|
221 |
datasets.SplitGenerator(
|