diff --git a/mteb/tasks/Image/ImageClassification/eng/Caltech101Classification.py b/mteb/tasks/Image/ImageClassification/eng/Caltech101Classification.py index 112df6e793..a3086e93ea 100644 --- a/mteb/tasks/Image/ImageClassification/eng/Caltech101Classification.py +++ b/mteb/tasks/Image/ImageClassification/eng/Caltech101Classification.py @@ -10,10 +10,8 @@ class Caltech101Classification(AbsTaskImageClassification): description="Classifying images of 101 widely varied objects.", reference="https://ieeexplore.ieee.org/document/1384978", dataset={ - "path": "HuggingFaceM4/Caltech-101", - "name": "with_background_category", - "revision": "851374102055782c84f89b1b4e9d128a6568847b", - "trust_remote_code": True, + "path": "mteb/Caltech101", + "revision": "52439cf6d4f6ebf563d8cdc7f2c5371d9efd2686", }, type="ImageClassification", category="i2i", diff --git a/mteb/tasks/Image/ZeroShotClassification/eng/Caltech101.py b/mteb/tasks/Image/ZeroShotClassification/eng/Caltech101.py index 6e897d0cdf..f15c9453c9 100644 --- a/mteb/tasks/Image/ZeroShotClassification/eng/Caltech101.py +++ b/mteb/tasks/Image/ZeroShotClassification/eng/Caltech101.py @@ -12,10 +12,8 @@ class Caltech101ZeroShotClassification(AbsTaskZeroShotClassification): description="Classifying images of 101 widely varied objects.", reference="https://ieeexplore.ieee.org/document/1384978", dataset={ - "path": "HuggingFaceM4/Caltech-101", - "name": "with_background_category", - "revision": "851374102055782c84f89b1b4e9d128a6568847b", - "trust_remote_code": True, + "path": "mteb/Caltech101", + "revision": "52439cf6d4f6ebf563d8cdc7f2c5371d9efd2686", }, type="ZeroShotClassification", category="i2t",