Upload api.py with huggingface_hub
Browse files
api.py
CHANGED
|
@@ -3,7 +3,7 @@ from typing import Any, Dict, List, Union
|
|
| 3 |
from datasets import DatasetDict
|
| 4 |
|
| 5 |
from .artifact import fetch_artifact
|
| 6 |
-
from .
|
| 7 |
from .logging_utils import get_logger
|
| 8 |
from .metric_utils import _compute
|
| 9 |
from .operator import StreamSource
|
|
|
|
| 3 |
from datasets import DatasetDict
|
| 4 |
|
| 5 |
from .artifact import fetch_artifact
|
| 6 |
+
from .dataset_utils import get_dataset_artifact
|
| 7 |
from .logging_utils import get_logger
|
| 8 |
from .metric_utils import _compute
|
| 9 |
from .operator import StreamSource
|