Peter Henderson
commited on
Commit
·
102907e
1
Parent(s):
85ecd7a
Update with year
Browse files
data/train.privacy.eoir.jsonl.xz
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0705c3acea73db492c65dd7a993c14f961421906feccd63b7ac53542ba4ae329
|
3 |
+
size 1527804
|
data/validation.privacy.eoir.jsonl.xz
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:393d0802e1f5aa04c15c91d116ee12d79447003883a3cd4076f640f2342929d7
|
3 |
+
size 470788
|
eoir_privacy.py
CHANGED
@@ -47,7 +47,8 @@ class EOIRPrivacy(datasets.GeneratorBasedBuilder):
|
|
47 |
features=datasets.Features(
|
48 |
{
|
49 |
"text": datasets.Value("string"),
|
50 |
-
|
|
|
51 |
}
|
52 |
),
|
53 |
supervised_keys=None,
|
|
|
47 |
features=datasets.Features(
|
48 |
{
|
49 |
"text": datasets.Value("string"),
|
50 |
+
"year": datasets.Value("string"),
|
51 |
+
'label': datasets.ClassLabel(num_classes=2, names=['False', 'True'])
|
52 |
}
|
53 |
),
|
54 |
supervised_keys=None,
|