Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mteb/tasks/Image/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

from .Any2AnyMultiChoice import *
from .Any2AnyRetrieval import *
from .Clustering import *
from .ImageClassification import *
from .ImageClustering import *
from .ImageMultilabelClassification import *
from .ImageTextPairClassification import *
from .VisualSTS import *
Expand Down
2 changes: 1 addition & 1 deletion mteb/tasks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
from .Clustering import *
from .Image.Any2AnyMultiChoice import *
from .Image.Any2AnyRetrieval import *
from .Image.Clustering import *
from .Image.ImageClassification import *
from .Image.ImageClustering import *
from .Image.ImageMultilabelClassification import *
from .Image.ImageTextPairClassification import *
from .Image.VisualSTS import *
Expand Down