Skip to content

Commit

Permalink
Update prompt2model/dataset_retriever/description_dataset_retriever.py
Browse files Browse the repository at this point in the history
Co-authored-by: Vijay Viswanathan <[email protected]>
  • Loading branch information
ritugala and viswavi authored Apr 18, 2024
1 parent 92f127a commit 547d4a3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,8 @@ def get_datasets_of_required_size(

if config_name is None:
del datasets_info[dataset_name]
continue # If it couldn't find a relevant config, delete the entire dataset. # noqa: E501
# If it couldn't find a relevant config, delete the entire dataset. noqa: E501
continue

dataset_info = datasets_info[dataset_name]["configs"][config_name]
canonicalized_dataset = self.canonicalize_dataset_automatically(
Expand Down

0 comments on commit 547d4a3

Please sign in to comment.