Upload blocks.py with huggingface_hub
Browse files
blocks.py
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
from .card import TaskCard
|
| 2 |
from .catalog import LocalCatalog
|
| 3 |
from .collections import ItemPicker, RandomPicker
|
| 4 |
-
from .common import CommonRecipe
|
| 5 |
from .instructions import (
|
| 6 |
Instruction,
|
| 7 |
InstructionsDict,
|
|
@@ -38,12 +37,3 @@ from .templates import (
|
|
| 38 |
TemplatesDict,
|
| 39 |
TemplatesList,
|
| 40 |
)
|
| 41 |
-
|
| 42 |
-
# from .validate import (
|
| 43 |
-
# ValidateStandartSchema
|
| 44 |
-
# )
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
# from .metric import (
|
| 48 |
-
# MetricRecipe,
|
| 49 |
-
# )
|
|
|
|
| 1 |
from .card import TaskCard
|
| 2 |
from .catalog import LocalCatalog
|
| 3 |
from .collections import ItemPicker, RandomPicker
|
|
|
|
| 4 |
from .instructions import (
|
| 5 |
Instruction,
|
| 6 |
InstructionsDict,
|
|
|
|
| 37 |
TemplatesDict,
|
| 38 |
TemplatesList,
|
| 39 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|