Datasets:
Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- cat/dataset_dict.json +1 -0
- cat/train/data-00000-of-00001.arrow +3 -0
- cat/train/dataset_info.json +58 -0
- cat/train/state.json +13 -0
- cat/validation/data-00000-of-00001.arrow +3 -0
- cat/validation/dataset_info.json +58 -0
- cat/validation/state.json +13 -0
- combined/dataset_dict.json +1 -0
- combined/train/data-00000-of-00001.arrow +3 -0
- combined/train/dataset_info.json +58 -0
- combined/train/state.json +13 -0
- combined/validation/data-00000-of-00001.arrow +3 -0
- combined/validation/dataset_info.json +58 -0
- combined/validation/state.json +13 -0
- en/dataset_dict.json +1 -0
- en/train/data-00000-of-00001.arrow +3 -0
- en/train/dataset_info.json +58 -0
- en/train/state.json +13 -0
- en/validation/data-00000-of-00001.arrow +3 -0
- en/validation/dataset_info.json +58 -0
- en/validation/state.json +13 -0
- fr/dataset_dict.json +1 -0
- fr/train/data-00000-of-00001.arrow +3 -0
- fr/train/dataset_info.json +58 -0
- fr/train/state.json +13 -0
- fr/validation/data-00000-of-00001.arrow +3 -0
- fr/validation/dataset_info.json +58 -0
- fr/validation/state.json +13 -0
- gal/dataset_dict.json +1 -0
- gal/train/data-00000-of-00001.arrow +3 -0
- gal/train/dataset_info.json +58 -0
- gal/train/state.json +13 -0
- gal/validation/data-00000-of-00001.arrow +3 -0
- gal/validation/dataset_info.json +58 -0
- gal/validation/state.json +13 -0
- it/dataset_dict.json +1 -0
- it/train/data-00000-of-00001.arrow +3 -0
- it/train/dataset_info.json +58 -0
- it/train/state.json +13 -0
- it/validation/data-00000-of-00001.arrow +3 -0
- it/validation/dataset_info.json +58 -0
- it/validation/state.json +13 -0
- pt/dataset_dict.json +1 -0
- pt/train/data-00000-of-00001.arrow +3 -0
- pt/train/dataset_info.json +58 -0
- pt/train/state.json +13 -0
- pt/validation/data-00000-of-00001.arrow +3 -0
- pt/validation/dataset_info.json +58 -0
- pt/validation/state.json +13 -0
- ro/dataset_dict.json +1 -0
cat/dataset_dict.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"splits": ["train", "validation"]}
|
cat/train/data-00000-of-00001.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b383f28e1fc58d664622fde4ab6128ea08b086c8fd86da7a3b6d5f2016001664
|
3 |
+
size 15885328
|
cat/train/dataset_info.json
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"citation": "",
|
3 |
+
"description": "\nThis is a multilingual NER dataset containing clinical and biomedical entities.\nThe dataset is available in multiple languages including Catalan, English, French, \nGalician, Italian, Portuguese, and Romanian.\n",
|
4 |
+
"features": {
|
5 |
+
"text": {
|
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 |
+
"O",
|
20 |
+
"B-HUMAN",
|
21 |
+
"I-HUMAN",
|
22 |
+
"B-SPECIES",
|
23 |
+
"I-SPECIES",
|
24 |
+
"B-label",
|
25 |
+
"I-label"
|
26 |
+
],
|
27 |
+
"_type": "ClassLabel"
|
28 |
+
},
|
29 |
+
"_type": "Sequence"
|
30 |
+
},
|
31 |
+
"entity_mentions": [
|
32 |
+
{
|
33 |
+
"text": {
|
34 |
+
"dtype": "string",
|
35 |
+
"_type": "Value"
|
36 |
+
},
|
37 |
+
"label": {
|
38 |
+
"dtype": "string",
|
39 |
+
"_type": "Value"
|
40 |
+
},
|
41 |
+
"start": {
|
42 |
+
"dtype": "int64",
|
43 |
+
"_type": "Value"
|
44 |
+
},
|
45 |
+
"end": {
|
46 |
+
"dtype": "int64",
|
47 |
+
"_type": "Value"
|
48 |
+
}
|
49 |
+
}
|
50 |
+
],
|
51 |
+
"language": {
|
52 |
+
"dtype": "string",
|
53 |
+
"_type": "Value"
|
54 |
+
}
|
55 |
+
},
|
56 |
+
"homepage": "",
|
57 |
+
"license": ""
|
58 |
+
}
|
cat/train/state.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "data-00000-of-00001.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "3221910703dbe960",
|
8 |
+
"_format_columns": null,
|
9 |
+
"_format_kwargs": {},
|
10 |
+
"_format_type": null,
|
11 |
+
"_output_all_columns": false,
|
12 |
+
"_split": null
|
13 |
+
}
|
cat/validation/data-00000-of-00001.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:15d2882370ed8b3257eab0253772477fc67b26e5bea9dceaa4954874e3334af7
|
3 |
+
size 7321240
|
cat/validation/dataset_info.json
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"citation": "",
|
3 |
+
"description": "\nThis is a multilingual NER dataset containing clinical and biomedical entities.\nThe dataset is available in multiple languages including Catalan, English, French, \nGalician, Italian, Portuguese, and Romanian.\n",
|
4 |
+
"features": {
|
5 |
+
"text": {
|
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 |
+
"O",
|
20 |
+
"B-HUMAN",
|
21 |
+
"I-HUMAN",
|
22 |
+
"B-SPECIES",
|
23 |
+
"I-SPECIES",
|
24 |
+
"B-label",
|
25 |
+
"I-label"
|
26 |
+
],
|
27 |
+
"_type": "ClassLabel"
|
28 |
+
},
|
29 |
+
"_type": "Sequence"
|
30 |
+
},
|
31 |
+
"entity_mentions": [
|
32 |
+
{
|
33 |
+
"text": {
|
34 |
+
"dtype": "string",
|
35 |
+
"_type": "Value"
|
36 |
+
},
|
37 |
+
"label": {
|
38 |
+
"dtype": "string",
|
39 |
+
"_type": "Value"
|
40 |
+
},
|
41 |
+
"start": {
|
42 |
+
"dtype": "int64",
|
43 |
+
"_type": "Value"
|
44 |
+
},
|
45 |
+
"end": {
|
46 |
+
"dtype": "int64",
|
47 |
+
"_type": "Value"
|
48 |
+
}
|
49 |
+
}
|
50 |
+
],
|
51 |
+
"language": {
|
52 |
+
"dtype": "string",
|
53 |
+
"_type": "Value"
|
54 |
+
}
|
55 |
+
},
|
56 |
+
"homepage": "",
|
57 |
+
"license": ""
|
58 |
+
}
|
cat/validation/state.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "data-00000-of-00001.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "d39c48c118a6f18f",
|
8 |
+
"_format_columns": null,
|
9 |
+
"_format_kwargs": {},
|
10 |
+
"_format_type": null,
|
11 |
+
"_output_all_columns": false,
|
12 |
+
"_split": null
|
13 |
+
}
|
combined/dataset_dict.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"splits": ["train", "validation"]}
|
combined/train/data-00000-of-00001.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:331f79c4c993176653666137b7526675f9948c7226ca14431f3669b9ba366204
|
3 |
+
size 108753048
|
combined/train/dataset_info.json
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"citation": "",
|
3 |
+
"description": "\nThis is a multilingual NER dataset containing clinical and biomedical entities.\nThe dataset is available in multiple languages including Catalan, English, French, \nGalician, Italian, Portuguese, and Romanian.\n",
|
4 |
+
"features": {
|
5 |
+
"text": {
|
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 |
+
"O",
|
20 |
+
"B-HUMAN",
|
21 |
+
"I-HUMAN",
|
22 |
+
"B-SPECIES",
|
23 |
+
"I-SPECIES",
|
24 |
+
"B-label",
|
25 |
+
"I-label"
|
26 |
+
],
|
27 |
+
"_type": "ClassLabel"
|
28 |
+
},
|
29 |
+
"_type": "Sequence"
|
30 |
+
},
|
31 |
+
"entity_mentions": [
|
32 |
+
{
|
33 |
+
"text": {
|
34 |
+
"dtype": "string",
|
35 |
+
"_type": "Value"
|
36 |
+
},
|
37 |
+
"label": {
|
38 |
+
"dtype": "string",
|
39 |
+
"_type": "Value"
|
40 |
+
},
|
41 |
+
"start": {
|
42 |
+
"dtype": "int64",
|
43 |
+
"_type": "Value"
|
44 |
+
},
|
45 |
+
"end": {
|
46 |
+
"dtype": "int64",
|
47 |
+
"_type": "Value"
|
48 |
+
}
|
49 |
+
}
|
50 |
+
],
|
51 |
+
"language": {
|
52 |
+
"dtype": "string",
|
53 |
+
"_type": "Value"
|
54 |
+
}
|
55 |
+
},
|
56 |
+
"homepage": "",
|
57 |
+
"license": ""
|
58 |
+
}
|
combined/train/state.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "data-00000-of-00001.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "3f4bbf3b6de09dcd",
|
8 |
+
"_format_columns": null,
|
9 |
+
"_format_kwargs": {},
|
10 |
+
"_format_type": null,
|
11 |
+
"_output_all_columns": false,
|
12 |
+
"_split": null
|
13 |
+
}
|
combined/validation/data-00000-of-00001.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7711e301931107730f558f05e7a5059dcecb20705e8d36842fd6660b8e093a3e
|
3 |
+
size 50105288
|
combined/validation/dataset_info.json
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"citation": "",
|
3 |
+
"description": "\nThis is a multilingual NER dataset containing clinical and biomedical entities.\nThe dataset is available in multiple languages including Catalan, English, French, \nGalician, Italian, Portuguese, and Romanian.\n",
|
4 |
+
"features": {
|
5 |
+
"text": {
|
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 |
+
"O",
|
20 |
+
"B-HUMAN",
|
21 |
+
"I-HUMAN",
|
22 |
+
"B-SPECIES",
|
23 |
+
"I-SPECIES",
|
24 |
+
"B-label",
|
25 |
+
"I-label"
|
26 |
+
],
|
27 |
+
"_type": "ClassLabel"
|
28 |
+
},
|
29 |
+
"_type": "Sequence"
|
30 |
+
},
|
31 |
+
"entity_mentions": [
|
32 |
+
{
|
33 |
+
"text": {
|
34 |
+
"dtype": "string",
|
35 |
+
"_type": "Value"
|
36 |
+
},
|
37 |
+
"label": {
|
38 |
+
"dtype": "string",
|
39 |
+
"_type": "Value"
|
40 |
+
},
|
41 |
+
"start": {
|
42 |
+
"dtype": "int64",
|
43 |
+
"_type": "Value"
|
44 |
+
},
|
45 |
+
"end": {
|
46 |
+
"dtype": "int64",
|
47 |
+
"_type": "Value"
|
48 |
+
}
|
49 |
+
}
|
50 |
+
],
|
51 |
+
"language": {
|
52 |
+
"dtype": "string",
|
53 |
+
"_type": "Value"
|
54 |
+
}
|
55 |
+
},
|
56 |
+
"homepage": "",
|
57 |
+
"license": ""
|
58 |
+
}
|
combined/validation/state.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "data-00000-of-00001.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "bd0299cdbb11855f",
|
8 |
+
"_format_columns": null,
|
9 |
+
"_format_kwargs": {},
|
10 |
+
"_format_type": null,
|
11 |
+
"_output_all_columns": false,
|
12 |
+
"_split": null
|
13 |
+
}
|
en/dataset_dict.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"splits": ["train", "validation"]}
|
en/train/data-00000-of-00001.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f27ff4698bbe23faece2e5050c2f91fc5058c2a9c2e2c1b63db86cd7e73c3d2e
|
3 |
+
size 14701584
|
en/train/dataset_info.json
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"citation": "",
|
3 |
+
"description": "\nThis is a multilingual NER dataset containing clinical and biomedical entities.\nThe dataset is available in multiple languages including Catalan, English, French, \nGalician, Italian, Portuguese, and Romanian.\n",
|
4 |
+
"features": {
|
5 |
+
"text": {
|
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 |
+
"O",
|
20 |
+
"B-HUMAN",
|
21 |
+
"I-HUMAN",
|
22 |
+
"B-SPECIES",
|
23 |
+
"I-SPECIES",
|
24 |
+
"B-label",
|
25 |
+
"I-label"
|
26 |
+
],
|
27 |
+
"_type": "ClassLabel"
|
28 |
+
},
|
29 |
+
"_type": "Sequence"
|
30 |
+
},
|
31 |
+
"entity_mentions": [
|
32 |
+
{
|
33 |
+
"text": {
|
34 |
+
"dtype": "string",
|
35 |
+
"_type": "Value"
|
36 |
+
},
|
37 |
+
"label": {
|
38 |
+
"dtype": "string",
|
39 |
+
"_type": "Value"
|
40 |
+
},
|
41 |
+
"start": {
|
42 |
+
"dtype": "int64",
|
43 |
+
"_type": "Value"
|
44 |
+
},
|
45 |
+
"end": {
|
46 |
+
"dtype": "int64",
|
47 |
+
"_type": "Value"
|
48 |
+
}
|
49 |
+
}
|
50 |
+
],
|
51 |
+
"language": {
|
52 |
+
"dtype": "string",
|
53 |
+
"_type": "Value"
|
54 |
+
}
|
55 |
+
},
|
56 |
+
"homepage": "",
|
57 |
+
"license": ""
|
58 |
+
}
|
en/train/state.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "data-00000-of-00001.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "00d01743be94c995",
|
8 |
+
"_format_columns": null,
|
9 |
+
"_format_kwargs": {},
|
10 |
+
"_format_type": null,
|
11 |
+
"_output_all_columns": false,
|
12 |
+
"_split": null
|
13 |
+
}
|
en/validation/data-00000-of-00001.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6372856249b1b4c46e435fd2ade98ef55e2b4257848f1826aef3d9c1aa1c0899
|
3 |
+
size 6767040
|
en/validation/dataset_info.json
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"citation": "",
|
3 |
+
"description": "\nThis is a multilingual NER dataset containing clinical and biomedical entities.\nThe dataset is available in multiple languages including Catalan, English, French, \nGalician, Italian, Portuguese, and Romanian.\n",
|
4 |
+
"features": {
|
5 |
+
"text": {
|
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 |
+
"O",
|
20 |
+
"B-HUMAN",
|
21 |
+
"I-HUMAN",
|
22 |
+
"B-SPECIES",
|
23 |
+
"I-SPECIES",
|
24 |
+
"B-label",
|
25 |
+
"I-label"
|
26 |
+
],
|
27 |
+
"_type": "ClassLabel"
|
28 |
+
},
|
29 |
+
"_type": "Sequence"
|
30 |
+
},
|
31 |
+
"entity_mentions": [
|
32 |
+
{
|
33 |
+
"text": {
|
34 |
+
"dtype": "string",
|
35 |
+
"_type": "Value"
|
36 |
+
},
|
37 |
+
"label": {
|
38 |
+
"dtype": "string",
|
39 |
+
"_type": "Value"
|
40 |
+
},
|
41 |
+
"start": {
|
42 |
+
"dtype": "int64",
|
43 |
+
"_type": "Value"
|
44 |
+
},
|
45 |
+
"end": {
|
46 |
+
"dtype": "int64",
|
47 |
+
"_type": "Value"
|
48 |
+
}
|
49 |
+
}
|
50 |
+
],
|
51 |
+
"language": {
|
52 |
+
"dtype": "string",
|
53 |
+
"_type": "Value"
|
54 |
+
}
|
55 |
+
},
|
56 |
+
"homepage": "",
|
57 |
+
"license": ""
|
58 |
+
}
|
en/validation/state.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "data-00000-of-00001.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "4b762cb872c69797",
|
8 |
+
"_format_columns": null,
|
9 |
+
"_format_kwargs": {},
|
10 |
+
"_format_type": null,
|
11 |
+
"_output_all_columns": false,
|
12 |
+
"_split": null
|
13 |
+
}
|
fr/dataset_dict.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"splits": ["train", "validation"]}
|
fr/train/data-00000-of-00001.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5d0a84db4cd084010424b9a48c73cfed67a57af328eb9cf61490c5bd505e629c
|
3 |
+
size 17303136
|
fr/train/dataset_info.json
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"citation": "",
|
3 |
+
"description": "\nThis is a multilingual NER dataset containing clinical and biomedical entities.\nThe dataset is available in multiple languages including Catalan, English, French, \nGalician, Italian, Portuguese, and Romanian.\n",
|
4 |
+
"features": {
|
5 |
+
"text": {
|
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 |
+
"O",
|
20 |
+
"B-HUMAN",
|
21 |
+
"I-HUMAN",
|
22 |
+
"B-SPECIES",
|
23 |
+
"I-SPECIES",
|
24 |
+
"B-label",
|
25 |
+
"I-label"
|
26 |
+
],
|
27 |
+
"_type": "ClassLabel"
|
28 |
+
},
|
29 |
+
"_type": "Sequence"
|
30 |
+
},
|
31 |
+
"entity_mentions": [
|
32 |
+
{
|
33 |
+
"text": {
|
34 |
+
"dtype": "string",
|
35 |
+
"_type": "Value"
|
36 |
+
},
|
37 |
+
"label": {
|
38 |
+
"dtype": "string",
|
39 |
+
"_type": "Value"
|
40 |
+
},
|
41 |
+
"start": {
|
42 |
+
"dtype": "int64",
|
43 |
+
"_type": "Value"
|
44 |
+
},
|
45 |
+
"end": {
|
46 |
+
"dtype": "int64",
|
47 |
+
"_type": "Value"
|
48 |
+
}
|
49 |
+
}
|
50 |
+
],
|
51 |
+
"language": {
|
52 |
+
"dtype": "string",
|
53 |
+
"_type": "Value"
|
54 |
+
}
|
55 |
+
},
|
56 |
+
"homepage": "",
|
57 |
+
"license": ""
|
58 |
+
}
|
fr/train/state.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "data-00000-of-00001.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "6910050b8b0bc5df",
|
8 |
+
"_format_columns": null,
|
9 |
+
"_format_kwargs": {},
|
10 |
+
"_format_type": null,
|
11 |
+
"_output_all_columns": false,
|
12 |
+
"_split": null
|
13 |
+
}
|
fr/validation/data-00000-of-00001.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1dafbd89959ba7dd3d3351a9f199df8083816f638c6ecc9d7447bdcf07a3dad0
|
3 |
+
size 7971336
|
fr/validation/dataset_info.json
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"citation": "",
|
3 |
+
"description": "\nThis is a multilingual NER dataset containing clinical and biomedical entities.\nThe dataset is available in multiple languages including Catalan, English, French, \nGalician, Italian, Portuguese, and Romanian.\n",
|
4 |
+
"features": {
|
5 |
+
"text": {
|
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 |
+
"O",
|
20 |
+
"B-HUMAN",
|
21 |
+
"I-HUMAN",
|
22 |
+
"B-SPECIES",
|
23 |
+
"I-SPECIES",
|
24 |
+
"B-label",
|
25 |
+
"I-label"
|
26 |
+
],
|
27 |
+
"_type": "ClassLabel"
|
28 |
+
},
|
29 |
+
"_type": "Sequence"
|
30 |
+
},
|
31 |
+
"entity_mentions": [
|
32 |
+
{
|
33 |
+
"text": {
|
34 |
+
"dtype": "string",
|
35 |
+
"_type": "Value"
|
36 |
+
},
|
37 |
+
"label": {
|
38 |
+
"dtype": "string",
|
39 |
+
"_type": "Value"
|
40 |
+
},
|
41 |
+
"start": {
|
42 |
+
"dtype": "int64",
|
43 |
+
"_type": "Value"
|
44 |
+
},
|
45 |
+
"end": {
|
46 |
+
"dtype": "int64",
|
47 |
+
"_type": "Value"
|
48 |
+
}
|
49 |
+
}
|
50 |
+
],
|
51 |
+
"language": {
|
52 |
+
"dtype": "string",
|
53 |
+
"_type": "Value"
|
54 |
+
}
|
55 |
+
},
|
56 |
+
"homepage": "",
|
57 |
+
"license": ""
|
58 |
+
}
|
fr/validation/state.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "data-00000-of-00001.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "0872758a9b11ccbe",
|
8 |
+
"_format_columns": null,
|
9 |
+
"_format_kwargs": {},
|
10 |
+
"_format_type": null,
|
11 |
+
"_output_all_columns": false,
|
12 |
+
"_split": null
|
13 |
+
}
|
gal/dataset_dict.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"splits": ["train", "validation"]}
|
gal/train/data-00000-of-00001.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c90108930c6ffd74ee8fc3322c139a27bf0599efd6b8a1e4d8bdbb86c91a27ad
|
3 |
+
size 14329600
|
gal/train/dataset_info.json
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"citation": "",
|
3 |
+
"description": "\nThis is a multilingual NER dataset containing clinical and biomedical entities.\nThe dataset is available in multiple languages including Catalan, English, French, \nGalician, Italian, Portuguese, and Romanian.\n",
|
4 |
+
"features": {
|
5 |
+
"text": {
|
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 |
+
"O",
|
20 |
+
"B-HUMAN",
|
21 |
+
"I-HUMAN",
|
22 |
+
"B-SPECIES",
|
23 |
+
"I-SPECIES",
|
24 |
+
"B-label",
|
25 |
+
"I-label"
|
26 |
+
],
|
27 |
+
"_type": "ClassLabel"
|
28 |
+
},
|
29 |
+
"_type": "Sequence"
|
30 |
+
},
|
31 |
+
"entity_mentions": [
|
32 |
+
{
|
33 |
+
"text": {
|
34 |
+
"dtype": "string",
|
35 |
+
"_type": "Value"
|
36 |
+
},
|
37 |
+
"label": {
|
38 |
+
"dtype": "string",
|
39 |
+
"_type": "Value"
|
40 |
+
},
|
41 |
+
"start": {
|
42 |
+
"dtype": "int64",
|
43 |
+
"_type": "Value"
|
44 |
+
},
|
45 |
+
"end": {
|
46 |
+
"dtype": "int64",
|
47 |
+
"_type": "Value"
|
48 |
+
}
|
49 |
+
}
|
50 |
+
],
|
51 |
+
"language": {
|
52 |
+
"dtype": "string",
|
53 |
+
"_type": "Value"
|
54 |
+
}
|
55 |
+
},
|
56 |
+
"homepage": "",
|
57 |
+
"license": ""
|
58 |
+
}
|
gal/train/state.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "data-00000-of-00001.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "aa655aed9d999052",
|
8 |
+
"_format_columns": null,
|
9 |
+
"_format_kwargs": {},
|
10 |
+
"_format_type": null,
|
11 |
+
"_output_all_columns": false,
|
12 |
+
"_split": null
|
13 |
+
}
|
gal/validation/data-00000-of-00001.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b681be1431aa0c9e9f858975e07c296361fa890a11f48ac42367cb433f17bb2
|
3 |
+
size 6600632
|
gal/validation/dataset_info.json
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"citation": "",
|
3 |
+
"description": "\nThis is a multilingual NER dataset containing clinical and biomedical entities.\nThe dataset is available in multiple languages including Catalan, English, French, \nGalician, Italian, Portuguese, and Romanian.\n",
|
4 |
+
"features": {
|
5 |
+
"text": {
|
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 |
+
"O",
|
20 |
+
"B-HUMAN",
|
21 |
+
"I-HUMAN",
|
22 |
+
"B-SPECIES",
|
23 |
+
"I-SPECIES",
|
24 |
+
"B-label",
|
25 |
+
"I-label"
|
26 |
+
],
|
27 |
+
"_type": "ClassLabel"
|
28 |
+
},
|
29 |
+
"_type": "Sequence"
|
30 |
+
},
|
31 |
+
"entity_mentions": [
|
32 |
+
{
|
33 |
+
"text": {
|
34 |
+
"dtype": "string",
|
35 |
+
"_type": "Value"
|
36 |
+
},
|
37 |
+
"label": {
|
38 |
+
"dtype": "string",
|
39 |
+
"_type": "Value"
|
40 |
+
},
|
41 |
+
"start": {
|
42 |
+
"dtype": "int64",
|
43 |
+
"_type": "Value"
|
44 |
+
},
|
45 |
+
"end": {
|
46 |
+
"dtype": "int64",
|
47 |
+
"_type": "Value"
|
48 |
+
}
|
49 |
+
}
|
50 |
+
],
|
51 |
+
"language": {
|
52 |
+
"dtype": "string",
|
53 |
+
"_type": "Value"
|
54 |
+
}
|
55 |
+
},
|
56 |
+
"homepage": "",
|
57 |
+
"license": ""
|
58 |
+
}
|
gal/validation/state.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "data-00000-of-00001.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "3dba4cf98fba2172",
|
8 |
+
"_format_columns": null,
|
9 |
+
"_format_kwargs": {},
|
10 |
+
"_format_type": null,
|
11 |
+
"_output_all_columns": false,
|
12 |
+
"_split": null
|
13 |
+
}
|
it/dataset_dict.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"splits": ["train", "validation"]}
|
it/train/data-00000-of-00001.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb4a2fdc66a0735b1f8193d2dfa5d875bf35c569295f9d799801447542e57f55
|
3 |
+
size 15780376
|
it/train/dataset_info.json
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"citation": "",
|
3 |
+
"description": "\nThis is a multilingual NER dataset containing clinical and biomedical entities.\nThe dataset is available in multiple languages including Catalan, English, French, \nGalician, Italian, Portuguese, and Romanian.\n",
|
4 |
+
"features": {
|
5 |
+
"text": {
|
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 |
+
"O",
|
20 |
+
"B-HUMAN",
|
21 |
+
"I-HUMAN",
|
22 |
+
"B-SPECIES",
|
23 |
+
"I-SPECIES",
|
24 |
+
"B-label",
|
25 |
+
"I-label"
|
26 |
+
],
|
27 |
+
"_type": "ClassLabel"
|
28 |
+
},
|
29 |
+
"_type": "Sequence"
|
30 |
+
},
|
31 |
+
"entity_mentions": [
|
32 |
+
{
|
33 |
+
"text": {
|
34 |
+
"dtype": "string",
|
35 |
+
"_type": "Value"
|
36 |
+
},
|
37 |
+
"label": {
|
38 |
+
"dtype": "string",
|
39 |
+
"_type": "Value"
|
40 |
+
},
|
41 |
+
"start": {
|
42 |
+
"dtype": "int64",
|
43 |
+
"_type": "Value"
|
44 |
+
},
|
45 |
+
"end": {
|
46 |
+
"dtype": "int64",
|
47 |
+
"_type": "Value"
|
48 |
+
}
|
49 |
+
}
|
50 |
+
],
|
51 |
+
"language": {
|
52 |
+
"dtype": "string",
|
53 |
+
"_type": "Value"
|
54 |
+
}
|
55 |
+
},
|
56 |
+
"homepage": "",
|
57 |
+
"license": ""
|
58 |
+
}
|
it/train/state.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "data-00000-of-00001.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "0b51b596c6519a18",
|
8 |
+
"_format_columns": null,
|
9 |
+
"_format_kwargs": {},
|
10 |
+
"_format_type": null,
|
11 |
+
"_output_all_columns": false,
|
12 |
+
"_split": null
|
13 |
+
}
|
it/validation/data-00000-of-00001.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:70dee231ef637f7b14347f45f0ebd3050be3f867dc302fc315a59bc3bb88fd77
|
3 |
+
size 7276872
|
it/validation/dataset_info.json
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"citation": "",
|
3 |
+
"description": "\nThis is a multilingual NER dataset containing clinical and biomedical entities.\nThe dataset is available in multiple languages including Catalan, English, French, \nGalician, Italian, Portuguese, and Romanian.\n",
|
4 |
+
"features": {
|
5 |
+
"text": {
|
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 |
+
"O",
|
20 |
+
"B-HUMAN",
|
21 |
+
"I-HUMAN",
|
22 |
+
"B-SPECIES",
|
23 |
+
"I-SPECIES",
|
24 |
+
"B-label",
|
25 |
+
"I-label"
|
26 |
+
],
|
27 |
+
"_type": "ClassLabel"
|
28 |
+
},
|
29 |
+
"_type": "Sequence"
|
30 |
+
},
|
31 |
+
"entity_mentions": [
|
32 |
+
{
|
33 |
+
"text": {
|
34 |
+
"dtype": "string",
|
35 |
+
"_type": "Value"
|
36 |
+
},
|
37 |
+
"label": {
|
38 |
+
"dtype": "string",
|
39 |
+
"_type": "Value"
|
40 |
+
},
|
41 |
+
"start": {
|
42 |
+
"dtype": "int64",
|
43 |
+
"_type": "Value"
|
44 |
+
},
|
45 |
+
"end": {
|
46 |
+
"dtype": "int64",
|
47 |
+
"_type": "Value"
|
48 |
+
}
|
49 |
+
}
|
50 |
+
],
|
51 |
+
"language": {
|
52 |
+
"dtype": "string",
|
53 |
+
"_type": "Value"
|
54 |
+
}
|
55 |
+
},
|
56 |
+
"homepage": "",
|
57 |
+
"license": ""
|
58 |
+
}
|
it/validation/state.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "data-00000-of-00001.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "378e5e693d72382c",
|
8 |
+
"_format_columns": null,
|
9 |
+
"_format_kwargs": {},
|
10 |
+
"_format_type": null,
|
11 |
+
"_output_all_columns": false,
|
12 |
+
"_split": null
|
13 |
+
}
|
pt/dataset_dict.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"splits": ["train", "validation"]}
|
pt/train/data-00000-of-00001.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:77c9f1d170327dcd9c0396442f91101fea19db7fa999e3d50b9ae385111b5112
|
3 |
+
size 15243152
|
pt/train/dataset_info.json
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"citation": "",
|
3 |
+
"description": "\nThis is a multilingual NER dataset containing clinical and biomedical entities.\nThe dataset is available in multiple languages including Catalan, English, French, \nGalician, Italian, Portuguese, and Romanian.\n",
|
4 |
+
"features": {
|
5 |
+
"text": {
|
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 |
+
"O",
|
20 |
+
"B-HUMAN",
|
21 |
+
"I-HUMAN",
|
22 |
+
"B-SPECIES",
|
23 |
+
"I-SPECIES",
|
24 |
+
"B-label",
|
25 |
+
"I-label"
|
26 |
+
],
|
27 |
+
"_type": "ClassLabel"
|
28 |
+
},
|
29 |
+
"_type": "Sequence"
|
30 |
+
},
|
31 |
+
"entity_mentions": [
|
32 |
+
{
|
33 |
+
"text": {
|
34 |
+
"dtype": "string",
|
35 |
+
"_type": "Value"
|
36 |
+
},
|
37 |
+
"label": {
|
38 |
+
"dtype": "string",
|
39 |
+
"_type": "Value"
|
40 |
+
},
|
41 |
+
"start": {
|
42 |
+
"dtype": "int64",
|
43 |
+
"_type": "Value"
|
44 |
+
},
|
45 |
+
"end": {
|
46 |
+
"dtype": "int64",
|
47 |
+
"_type": "Value"
|
48 |
+
}
|
49 |
+
}
|
50 |
+
],
|
51 |
+
"language": {
|
52 |
+
"dtype": "string",
|
53 |
+
"_type": "Value"
|
54 |
+
}
|
55 |
+
},
|
56 |
+
"homepage": "",
|
57 |
+
"license": ""
|
58 |
+
}
|
pt/train/state.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "data-00000-of-00001.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "0c8b6aa3b8e55825",
|
8 |
+
"_format_columns": null,
|
9 |
+
"_format_kwargs": {},
|
10 |
+
"_format_type": null,
|
11 |
+
"_output_all_columns": false,
|
12 |
+
"_split": null
|
13 |
+
}
|
pt/validation/data-00000-of-00001.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e4894674ab31ec08a25e8b09c3136a592ae427e272eb54832960c929178cf8d0
|
3 |
+
size 7025248
|
pt/validation/dataset_info.json
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"citation": "",
|
3 |
+
"description": "\nThis is a multilingual NER dataset containing clinical and biomedical entities.\nThe dataset is available in multiple languages including Catalan, English, French, \nGalician, Italian, Portuguese, and Romanian.\n",
|
4 |
+
"features": {
|
5 |
+
"text": {
|
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 |
+
"O",
|
20 |
+
"B-HUMAN",
|
21 |
+
"I-HUMAN",
|
22 |
+
"B-SPECIES",
|
23 |
+
"I-SPECIES",
|
24 |
+
"B-label",
|
25 |
+
"I-label"
|
26 |
+
],
|
27 |
+
"_type": "ClassLabel"
|
28 |
+
},
|
29 |
+
"_type": "Sequence"
|
30 |
+
},
|
31 |
+
"entity_mentions": [
|
32 |
+
{
|
33 |
+
"text": {
|
34 |
+
"dtype": "string",
|
35 |
+
"_type": "Value"
|
36 |
+
},
|
37 |
+
"label": {
|
38 |
+
"dtype": "string",
|
39 |
+
"_type": "Value"
|
40 |
+
},
|
41 |
+
"start": {
|
42 |
+
"dtype": "int64",
|
43 |
+
"_type": "Value"
|
44 |
+
},
|
45 |
+
"end": {
|
46 |
+
"dtype": "int64",
|
47 |
+
"_type": "Value"
|
48 |
+
}
|
49 |
+
}
|
50 |
+
],
|
51 |
+
"language": {
|
52 |
+
"dtype": "string",
|
53 |
+
"_type": "Value"
|
54 |
+
}
|
55 |
+
},
|
56 |
+
"homepage": "",
|
57 |
+
"license": ""
|
58 |
+
}
|
pt/validation/state.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "data-00000-of-00001.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "d2eafd4bc6236822",
|
8 |
+
"_format_columns": null,
|
9 |
+
"_format_kwargs": {},
|
10 |
+
"_format_type": null,
|
11 |
+
"_output_all_columns": false,
|
12 |
+
"_split": null
|
13 |
+
}
|
ro/dataset_dict.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"splits": ["train", "validation"]}
|