Datasets:
Tasks:
Token Classification
Sub-tasks:
named-entity-recognition
Languages:
English
Tags:
pii-detection
License:
Update privy.py
Browse files
privy.py
CHANGED
@@ -30,7 +30,7 @@ _CITATION="""
|
|
30 |
_HOMEPAGE = "https://github.com/pixie-io/pixie/tree/main/src/datagen/pii/privy/privy"
|
31 |
|
32 |
_LICENSE = "MIT"
|
33 |
-
_URL = "https://
|
34 |
|
35 |
class Privy(datasets.GeneratorBasedBuilder):
|
36 |
VERSION = datasets.Version("1.0.0")
|
|
|
30 |
_HOMEPAGE = "https://github.com/pixie-io/pixie/tree/main/src/datagen/pii/privy/privy"
|
31 |
|
32 |
_LICENSE = "MIT"
|
33 |
+
_URL = "https://huggingface.co/datasets/beki/privy/resolve/main/privy-dataset.zip"
|
34 |
|
35 |
class Privy(datasets.GeneratorBasedBuilder):
|
36 |
VERSION = datasets.Version("1.0.0")
|