Upload blocks.py with huggingface_hub
Browse files
blocks.py
CHANGED
|
@@ -25,13 +25,9 @@ from .splitters import RandomSampler, SliceSplit, SplitRandomMix, SpreadSplit
|
|
| 25 |
from .stream import MultiStream
|
| 26 |
from .task import FormTask
|
| 27 |
from .templates import (
|
| 28 |
-
AutoInputOutputTemplate,
|
| 29 |
InputOutputTemplate,
|
| 30 |
MultiLabelTemplate,
|
| 31 |
OutputQuantizingTemplate,
|
| 32 |
-
RenderAutoFormatTemplate,
|
| 33 |
-
RenderFormatTemplate,
|
| 34 |
-
RenderTemplatedICL,
|
| 35 |
SpanLabelingTemplate,
|
| 36 |
Template,
|
| 37 |
TemplatesDict,
|
|
|
|
| 25 |
from .stream import MultiStream
|
| 26 |
from .task import FormTask
|
| 27 |
from .templates import (
|
|
|
|
| 28 |
InputOutputTemplate,
|
| 29 |
MultiLabelTemplate,
|
| 30 |
OutputQuantizingTemplate,
|
|
|
|
|
|
|
|
|
|
| 31 |
SpanLabelingTemplate,
|
| 32 |
Template,
|
| 33 |
TemplatesDict,
|