Convert dataset to Parquet
Browse filesConvert dataset to Parquet.
README.md
CHANGED
@@ -1,20 +1,135 @@
|
|
1 |
-
|
2 |
---
|
3 |
-
language:
|
4 |
- es
|
5 |
-
bigbio_language:
|
6 |
-
- Spanish
|
7 |
license: cc-by-4.0
|
8 |
multilinguality: monolingual
|
9 |
-
bigbio_license_shortname: CC_BY_4p0
|
10 |
pretty_name: CANTEMIST
|
|
|
|
|
|
|
11 |
homepage: https://temu.bsc.es/cantemist/?p=4338
|
12 |
-
bigbio_pubmed:
|
13 |
-
bigbio_public:
|
14 |
-
bigbio_tasks:
|
15 |
- NAMED_ENTITY_RECOGNITION
|
16 |
- NAMED_ENTITY_DISAMBIGUATION
|
17 |
- TEXT_CLASSIFICATION
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
---
|
19 |
|
20 |
|
|
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
- es
|
|
|
|
|
4 |
license: cc-by-4.0
|
5 |
multilinguality: monolingual
|
|
|
6 |
pretty_name: CANTEMIST
|
7 |
+
bigbio_language:
|
8 |
+
- Spanish
|
9 |
+
bigbio_license_shortname: CC_BY_4p0
|
10 |
homepage: https://temu.bsc.es/cantemist/?p=4338
|
11 |
+
bigbio_pubmed: false
|
12 |
+
bigbio_public: true
|
13 |
+
bigbio_tasks:
|
14 |
- NAMED_ENTITY_RECOGNITION
|
15 |
- NAMED_ENTITY_DISAMBIGUATION
|
16 |
- TEXT_CLASSIFICATION
|
17 |
+
dataset_info:
|
18 |
+
config_name: cantemist_source
|
19 |
+
features:
|
20 |
+
- name: id
|
21 |
+
dtype: string
|
22 |
+
- name: document_id
|
23 |
+
dtype: string
|
24 |
+
- name: text
|
25 |
+
dtype: string
|
26 |
+
- name: labels
|
27 |
+
list: string
|
28 |
+
- name: text_bound_annotations
|
29 |
+
list:
|
30 |
+
- name: offsets
|
31 |
+
sequence:
|
32 |
+
list: int32
|
33 |
+
- name: text
|
34 |
+
sequence: string
|
35 |
+
- name: type
|
36 |
+
dtype: string
|
37 |
+
- name: id
|
38 |
+
dtype: string
|
39 |
+
- name: events
|
40 |
+
list:
|
41 |
+
- name: trigger
|
42 |
+
dtype: string
|
43 |
+
- name: id
|
44 |
+
dtype: string
|
45 |
+
- name: type
|
46 |
+
dtype: string
|
47 |
+
- name: arguments
|
48 |
+
sequence:
|
49 |
+
- name: role
|
50 |
+
dtype: string
|
51 |
+
- name: ref_id
|
52 |
+
dtype: string
|
53 |
+
- name: relations
|
54 |
+
list:
|
55 |
+
- name: id
|
56 |
+
dtype: string
|
57 |
+
- name: head
|
58 |
+
struct:
|
59 |
+
- name: ref_id
|
60 |
+
dtype: string
|
61 |
+
- name: role
|
62 |
+
dtype: string
|
63 |
+
- name: tail
|
64 |
+
struct:
|
65 |
+
- name: ref_id
|
66 |
+
dtype: string
|
67 |
+
- name: role
|
68 |
+
dtype: string
|
69 |
+
- name: type
|
70 |
+
dtype: string
|
71 |
+
- name: equivalences
|
72 |
+
list:
|
73 |
+
- name: id
|
74 |
+
dtype: string
|
75 |
+
- name: ref_ids
|
76 |
+
sequence: string
|
77 |
+
- name: attributes
|
78 |
+
list:
|
79 |
+
- name: id
|
80 |
+
dtype: string
|
81 |
+
- name: type
|
82 |
+
dtype: string
|
83 |
+
- name: ref_id
|
84 |
+
dtype: string
|
85 |
+
- name: value
|
86 |
+
dtype: string
|
87 |
+
- name: normalizations
|
88 |
+
list:
|
89 |
+
- name: id
|
90 |
+
dtype: string
|
91 |
+
- name: type
|
92 |
+
dtype: string
|
93 |
+
- name: ref_id
|
94 |
+
dtype: string
|
95 |
+
- name: resource_name
|
96 |
+
dtype: string
|
97 |
+
- name: cuid
|
98 |
+
dtype: string
|
99 |
+
- name: text
|
100 |
+
dtype: string
|
101 |
+
- name: notes
|
102 |
+
list:
|
103 |
+
- name: id
|
104 |
+
dtype: string
|
105 |
+
- name: type
|
106 |
+
dtype: string
|
107 |
+
- name: ref_id
|
108 |
+
dtype: string
|
109 |
+
- name: text
|
110 |
+
dtype: string
|
111 |
+
splits:
|
112 |
+
- name: train
|
113 |
+
num_bytes: 3451245
|
114 |
+
num_examples: 501
|
115 |
+
- name: test
|
116 |
+
num_bytes: 1892436
|
117 |
+
num_examples: 300
|
118 |
+
- name: validation
|
119 |
+
num_bytes: 3126466
|
120 |
+
num_examples: 500
|
121 |
+
download_size: 3927340
|
122 |
+
dataset_size: 8470147
|
123 |
+
configs:
|
124 |
+
- config_name: cantemist_source
|
125 |
+
data_files:
|
126 |
+
- split: train
|
127 |
+
path: cantemist_source/train-*
|
128 |
+
- split: test
|
129 |
+
path: cantemist_source/test-*
|
130 |
+
- split: validation
|
131 |
+
path: cantemist_source/validation-*
|
132 |
+
default: true
|
133 |
---
|
134 |
|
135 |
|
cantemist_source/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b05c9f4202b98d568033cc3d317c2789e2a59f10a60a7dd1ae89077729f59f12
|
3 |
+
size 886136
|
cantemist_source/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:21fe5f9168788364a807640110474d7623386e91c056e1245cc431d82e5d5499
|
3 |
+
size 1593989
|
cantemist_source/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a1175b3ad399a45b5d70e4c48091616b33c08cc0935699bba5eac7d218e7ab83
|
3 |
+
size 1447215
|