Datasets:
Commit
·
fb6b308
1
Parent(s):
5323f77
debug
Browse files
odor.py
CHANGED
@@ -94,6 +94,7 @@ class ODOR(datasets.GeneratorBasedBuilder):
|
|
94 |
]
|
95 |
|
96 |
def _generate_examples(self, annotation_file_path, metadata_file_path):
|
|
|
97 |
# load metadata
|
98 |
# meta_df = pd.read_csv(metadata_file_path)
|
99 |
|
|
|
94 |
]
|
95 |
|
96 |
def _generate_examples(self, annotation_file_path, metadata_file_path):
|
97 |
+
return None
|
98 |
# load metadata
|
99 |
# meta_df = pd.read_csv(metadata_file_path)
|
100 |
|