Datasets:
dataset
Browse files- dataset_dict.json +1 -0
- test.json +0 -0
- test/data-00000-of-00001.arrow +3 -0
- test/dataset_info.json +34 -0
- test/state.json +16 -0
- train.json +0 -0
- train/data-00000-of-00001.arrow +3 -0
- train/dataset_info.json +34 -0
- train/state.json +16 -0
dataset_dict.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"splits": ["train", "test"]}
|
test.json
DELETED
The diff for this file is too large to render.
See raw diff
|
|
test/data-00000-of-00001.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3af5f5e974acf1a6ad1bb6d984587f4851cfb24cfd5b2dfd286b45d305d39fcf
|
3 |
+
size 365416
|
test/dataset_info.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"citation": "",
|
3 |
+
"description": "",
|
4 |
+
"features": {
|
5 |
+
"tokens": {
|
6 |
+
"feature": {
|
7 |
+
"dtype": "string",
|
8 |
+
"_type": "Value"
|
9 |
+
},
|
10 |
+
"_type": "Sequence"
|
11 |
+
},
|
12 |
+
"ner_tags": {
|
13 |
+
"feature": {
|
14 |
+
"names": [
|
15 |
+
"B-Data",
|
16 |
+
"B-Local",
|
17 |
+
"B-Organizacao",
|
18 |
+
"B-Pessoa",
|
19 |
+
"B-Profissao",
|
20 |
+
"I-Data",
|
21 |
+
"I-Local",
|
22 |
+
"I-Organizacao",
|
23 |
+
"I-Pessoa",
|
24 |
+
"I-Profissao",
|
25 |
+
"O"
|
26 |
+
],
|
27 |
+
"_type": "ClassLabel"
|
28 |
+
},
|
29 |
+
"_type": "Sequence"
|
30 |
+
}
|
31 |
+
},
|
32 |
+
"homepage": "",
|
33 |
+
"license": ""
|
34 |
+
}
|
test/state.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "data-00000-of-00001.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "c66b3d43acbe5923",
|
8 |
+
"_format_columns": [
|
9 |
+
"ner_tags",
|
10 |
+
"tokens"
|
11 |
+
],
|
12 |
+
"_format_kwargs": {},
|
13 |
+
"_format_type": null,
|
14 |
+
"_output_all_columns": false,
|
15 |
+
"_split": null
|
16 |
+
}
|
train.json
DELETED
The diff for this file is too large to render.
See raw diff
|
|
train/data-00000-of-00001.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:61da844aa70a2c6cd02b09932b2d56d341f9f91e2d3368aa09697f01540d56c4
|
3 |
+
size 1566736
|
train/dataset_info.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"citation": "",
|
3 |
+
"description": "",
|
4 |
+
"features": {
|
5 |
+
"tokens": {
|
6 |
+
"feature": {
|
7 |
+
"dtype": "string",
|
8 |
+
"_type": "Value"
|
9 |
+
},
|
10 |
+
"_type": "Sequence"
|
11 |
+
},
|
12 |
+
"ner_tags": {
|
13 |
+
"feature": {
|
14 |
+
"names": [
|
15 |
+
"B-Data",
|
16 |
+
"B-Local",
|
17 |
+
"B-Organizacao",
|
18 |
+
"B-Pessoa",
|
19 |
+
"B-Profissao",
|
20 |
+
"I-Data",
|
21 |
+
"I-Local",
|
22 |
+
"I-Organizacao",
|
23 |
+
"I-Pessoa",
|
24 |
+
"I-Profissao",
|
25 |
+
"O"
|
26 |
+
],
|
27 |
+
"_type": "ClassLabel"
|
28 |
+
},
|
29 |
+
"_type": "Sequence"
|
30 |
+
}
|
31 |
+
},
|
32 |
+
"homepage": "",
|
33 |
+
"license": ""
|
34 |
+
}
|
train/state.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "data-00000-of-00001.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "14a4dc00990b2f19",
|
8 |
+
"_format_columns": [
|
9 |
+
"ner_tags",
|
10 |
+
"tokens"
|
11 |
+
],
|
12 |
+
"_format_kwargs": {},
|
13 |
+
"_format_type": null,
|
14 |
+
"_output_all_columns": false,
|
15 |
+
"_split": null
|
16 |
+
}
|