HugoSchtr commited on
Commit
e4d03f9
·
verified ·
1 Parent(s): ae5f172

Upload dataset

Browse files
dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train", "valid", "test"]}
test/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6c29321ec073e8b86153d97fbb1c91a2b17471863a92c3432ef33816add99e2
3
+ size 831624
test/dataset_info.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "id": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "tokens": {
10
+ "feature": {
11
+ "dtype": "string",
12
+ "_type": "Value"
13
+ },
14
+ "_type": "Sequence"
15
+ },
16
+ "ner_tags": {
17
+ "feature": {
18
+ "names": [
19
+ "B-CAMP",
20
+ "B-DATE",
21
+ "B-GHETTO",
22
+ "B-LOC",
23
+ "B-ORG",
24
+ "B-PERS",
25
+ "I-CAMP",
26
+ "I-DATE",
27
+ "I-GHETTO",
28
+ "I-LOC",
29
+ "I-ORG",
30
+ "I-PERS",
31
+ "O"
32
+ ],
33
+ "_type": "ClassLabel"
34
+ },
35
+ "_type": "Sequence"
36
+ }
37
+ },
38
+ "homepage": "",
39
+ "license": ""
40
+ }
test/state.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "f7d09a13adf07e32",
8
+ "_format_columns": [
9
+ "id",
10
+ "tokens",
11
+ "ner_tags"
12
+ ],
13
+ "_format_kwargs": {},
14
+ "_format_type": null,
15
+ "_output_all_columns": false,
16
+ "_split": null
17
+ }
train/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ea254c8e260996c129390f54eac282a4314666107733ae8c808840b187007d4
3
+ size 6645920
train/dataset_info.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "id": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "tokens": {
10
+ "feature": {
11
+ "dtype": "string",
12
+ "_type": "Value"
13
+ },
14
+ "_type": "Sequence"
15
+ },
16
+ "ner_tags": {
17
+ "feature": {
18
+ "names": [
19
+ "B-CAMP",
20
+ "B-DATE",
21
+ "B-GHETTO",
22
+ "B-LOC",
23
+ "B-ORG",
24
+ "B-PERS",
25
+ "I-CAMP",
26
+ "I-DATE",
27
+ "I-GHETTO",
28
+ "I-LOC",
29
+ "I-ORG",
30
+ "I-PERS",
31
+ "O"
32
+ ],
33
+ "_type": "ClassLabel"
34
+ },
35
+ "_type": "Sequence"
36
+ }
37
+ },
38
+ "homepage": "",
39
+ "license": ""
40
+ }
train/state.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "410c67fce89a2c76",
8
+ "_format_columns": [
9
+ "id",
10
+ "tokens",
11
+ "ner_tags"
12
+ ],
13
+ "_format_kwargs": {},
14
+ "_format_type": null,
15
+ "_output_all_columns": false,
16
+ "_split": null
17
+ }
valid/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e167d85918f9569fcc6627b90de9565979773d7443af4a6971fd8c14f7b7a90
3
+ size 816200
valid/dataset_info.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "id": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "tokens": {
10
+ "feature": {
11
+ "dtype": "string",
12
+ "_type": "Value"
13
+ },
14
+ "_type": "Sequence"
15
+ },
16
+ "ner_tags": {
17
+ "feature": {
18
+ "names": [
19
+ "B-CAMP",
20
+ "B-DATE",
21
+ "B-GHETTO",
22
+ "B-LOC",
23
+ "B-ORG",
24
+ "B-PERS",
25
+ "I-CAMP",
26
+ "I-DATE",
27
+ "I-GHETTO",
28
+ "I-LOC",
29
+ "I-ORG",
30
+ "I-PERS",
31
+ "O"
32
+ ],
33
+ "_type": "ClassLabel"
34
+ },
35
+ "_type": "Sequence"
36
+ }
37
+ },
38
+ "homepage": "",
39
+ "license": ""
40
+ }
valid/state.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "1973ee2a90ccb7ac",
8
+ "_format_columns": [
9
+ "id",
10
+ "tokens",
11
+ "ner_tags"
12
+ ],
13
+ "_format_kwargs": {},
14
+ "_format_type": null,
15
+ "_output_all_columns": false,
16
+ "_split": null
17
+ }