Datasets:
Tasks:
Token Classification
Modalities:
Text
Formats:
json
Sub-tasks:
named-entity-recognition
Languages:
English
Size:
100K - 1M
Tags:
pii-detection
License:
camille-vanhoffelen commited on
Commit ·
6601e31
1
Parent(s): 4e5afc3
feat: updated config and uploaded jsons
Browse files- .gitignore +1 -0
- README.md +18 -0
- privy-dataset/dev-large.json +3 -0
- privy-dataset/dev-small.json +3 -0
- privy-dataset/test-large.json +3 -0
- privy-dataset/test-small.json +3 -0
- privy-dataset/train-large.json +3 -0
- privy-dataset/train-small.json +3 -0
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
.DS_Store
|
README.md
CHANGED
|
@@ -14,6 +14,24 @@ task_ids:
|
|
| 14 |
- named-entity-recognition
|
| 15 |
tags:
|
| 16 |
- pii-detection
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
train-eval-index:
|
| 18 |
- config: privy-small
|
| 19 |
task: token-classification
|
|
|
|
| 14 |
- named-entity-recognition
|
| 15 |
tags:
|
| 16 |
- pii-detection
|
| 17 |
+
configs:
|
| 18 |
+
- config_name: privy-small
|
| 19 |
+
data_files:
|
| 20 |
+
- split: train
|
| 21 |
+
path: privy-dataset/train-small.json
|
| 22 |
+
- split: test
|
| 23 |
+
path: privy-dataset/test-small.json
|
| 24 |
+
- split: dev
|
| 25 |
+
path: privy-dataset/dev-small.json
|
| 26 |
+
default: true
|
| 27 |
+
- config_name: privy-large
|
| 28 |
+
data_files:
|
| 29 |
+
- split: train
|
| 30 |
+
path: privy-dataset/train-large.json
|
| 31 |
+
- split: test
|
| 32 |
+
path: privy-dataset/test-large.json
|
| 33 |
+
- split: dev
|
| 34 |
+
path: privy-dataset/dev-large.json
|
| 35 |
train-eval-index:
|
| 36 |
- config: privy-small
|
| 37 |
task: token-classification
|
privy-dataset/dev-large.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6db2ad8ffdc4e9c87e2701c431ccab9276d13de87ea551a173f78892e81588f7
|
| 3 |
+
size 352415673
|
privy-dataset/dev-small.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1bc87e8e2cb80af50c1f2208fb02a1bd1b33dcdfb001e8303c197144fc565fd5
|
| 3 |
+
size 69967875
|
privy-dataset/test-large.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:256d76da75b0da34e63d0bf7453c75ebcf25d851744821509a7469dfd36b107a
|
| 3 |
+
size 703277917
|
privy-dataset/test-small.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7ccbf2338f1b1d0f2192e5ad727e270f9cdf44dbe522a16af52d500f8c6c30f9
|
| 3 |
+
size 139552184
|
privy-dataset/train-large.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4fc516eadf74b8088ab47c6726178c998ccc56ce409d12a8240f23dcaabf7b33
|
| 3 |
+
size 2460011547
|
privy-dataset/train-small.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:33fcc6a1fb7dcf077999177a4e8e9a382b1aa39c4fb1a945e8f034bd0c7d64cb
|
| 3 |
+
size 492156442
|