Datasets:
Tasks:
Token Classification
Sub-tasks:
named-entity-recognition
Languages:
English
Tags:
pii-detection
License:
Update privy.py
Browse files
privy.py
CHANGED
@@ -225,7 +225,7 @@ class NewDataset(datasets.GeneratorBasedBuilder):
|
|
225 |
)
|
226 |
|
227 |
def _split_generators(self, dl_manager):
|
228 |
-
data_dir =
|
229 |
size = "small"
|
230 |
if self.config.name == "large": # This is the name of the configuration selected in BUILDER_CONFIGS above
|
231 |
size = "large"
|
|
|
225 |
)
|
226 |
|
227 |
def _split_generators(self, dl_manager):
|
228 |
+
data_dir = os.getcwd()
|
229 |
size = "small"
|
230 |
if self.config.name == "large": # This is the name of the configuration selected in BUILDER_CONFIGS above
|
231 |
size = "large"
|