mirror of
https://github.com/SikongJueluo/Mini-Nav.git
synced 2026-03-13 04:45:32 +08:00
6 lines
174 B
Python
6 lines
174 B
Python
"""Dataset loaders for benchmark evaluation."""
|
|
|
|
from .huggingface import HuggingFaceDataset
|
|
from .local import LocalDataset
|
|
|
|
__all__ = ["HuggingFaceDataset", "LocalDataset"] |