Skip to content

Commit

Permalink
fix: add dataset revision tag as recent version is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
eloy-encord committed Mar 11, 2024
1 parent 0b130dd commit 25de2bd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion clip_eval/dataset/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,12 @@ def list_dataset_names(self) -> list[str]:
# Add global settings
dataset_provider.add_global_setting("cache_dir", CACHE_PATH)

dataset_provider.register_dataset("LungCancer4Types", HFDataset, title_in_source="Kabil007/LungCancer4Types")
dataset_provider.register_dataset(
"LungCancer4Types",
HFDataset,
title_in_source="Kabil007/LungCancer4Types",
revision="a1aab924c6bed6b080fc85552fd7b39724931605",
)
dataset_provider.register_dataset("plants", HFDataset, title_in_source="sampath017/plants")
dataset_provider.register_dataset(
"NIH-Chest-X-ray",
Expand Down

0 comments on commit 25de2bd

Please sign in to comment.