We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 440120c commit 3ea0056Copy full SHA for 3ea0056
src/unitxt/loaders.py
@@ -66,7 +66,7 @@
66
from huggingface_hub import HfApi
67
from tqdm import tqdm
68
69
-from .dataclass import Field, NonPositionalField
+from .dataclass import NonPositionalField
70
from .error_utils import Documentation, UnitxtError, UnitxtWarning
71
from .fusion import FixedFusion
72
from .logging_utils import get_logger
@@ -823,7 +823,6 @@ class LoadFromDictionary(Loader):
823
"""
824
825
data: Dict[str, List[Dict[str, Any]]]
826
- default_data_classification_policy: List[str] = Field(default_factory=lambda: ["proprietary"])
827
828
def verify(self):
829
super().verify()
0 commit comments