Upload dataset.py with huggingface_hub
Browse files- dataset.py +1 -0
dataset.py
CHANGED
@@ -43,6 +43,7 @@ from .split_utils import __file__ as _
|
|
43 |
from .splitters import __file__ as _
|
44 |
from .standard import __file__ as _
|
45 |
from .stream import __file__ as _
|
|
|
46 |
from .struct_data_operators import __file__ as _
|
47 |
from .system_prompts import __file__ as _
|
48 |
from .task import __file__ as _
|
|
|
43 |
from .splitters import __file__ as _
|
44 |
from .standard import __file__ as _
|
45 |
from .stream import __file__ as _
|
46 |
+
from .string_operators import __file__ as _
|
47 |
from .struct_data_operators import __file__ as _
|
48 |
from .system_prompts import __file__ as _
|
49 |
from .task import __file__ as _
|