Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -155,6 +155,44 @@ dataset_info:
|
|
155 |
num_examples: 1911
|
156 |
download_size: 0
|
157 |
dataset_size: 5682139
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
158 |
- config_name: ita.pdtb.luna.rels
|
159 |
features:
|
160 |
- name: doc
|
@@ -454,6 +492,14 @@ configs:
|
|
454 |
path: eng.dep.scidtb.rels/validation-*
|
455 |
- split: test
|
456 |
path: eng.dep.scidtb.rels/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
457 |
- config_name: ita.pdtb.luna.rels
|
458 |
data_files:
|
459 |
- split: train
|
|
|
155 |
num_examples: 1911
|
156 |
download_size: 0
|
157 |
dataset_size: 5682139
|
158 |
+
- config_name: ita.pdtb.luna.conllu
|
159 |
+
features:
|
160 |
+
- name: id
|
161 |
+
sequence: string
|
162 |
+
- name: form
|
163 |
+
sequence: string
|
164 |
+
- name: lemma
|
165 |
+
sequence: string
|
166 |
+
- name: upos
|
167 |
+
sequence: string
|
168 |
+
- name: xpos
|
169 |
+
sequence: string
|
170 |
+
- name: feats
|
171 |
+
sequence: string
|
172 |
+
- name: head
|
173 |
+
sequence: string
|
174 |
+
- name: deprel
|
175 |
+
sequence: string
|
176 |
+
- name: deps
|
177 |
+
sequence: string
|
178 |
+
- name: misc
|
179 |
+
sequence: string
|
180 |
+
- name: doc_id
|
181 |
+
dtype: string
|
182 |
+
- name: mwe
|
183 |
+
sequence: string
|
184 |
+
splits:
|
185 |
+
- name: train
|
186 |
+
num_bytes: 1884586
|
187 |
+
num_examples: 3721
|
188 |
+
- name: validation
|
189 |
+
num_bytes: 350547
|
190 |
+
num_examples: 775
|
191 |
+
- name: test
|
192 |
+
num_bytes: 706637
|
193 |
+
num_examples: 1315
|
194 |
+
download_size: 505505
|
195 |
+
dataset_size: 2941770
|
196 |
- config_name: ita.pdtb.luna.rels
|
197 |
features:
|
198 |
- name: doc
|
|
|
492 |
path: eng.dep.scidtb.rels/validation-*
|
493 |
- split: test
|
494 |
path: eng.dep.scidtb.rels/test-*
|
495 |
+
- config_name: ita.pdtb.luna.conllu
|
496 |
+
data_files:
|
497 |
+
- split: train
|
498 |
+
path: ita.pdtb.luna.conllu/train-*
|
499 |
+
- split: validation
|
500 |
+
path: ita.pdtb.luna.conllu/validation-*
|
501 |
+
- split: test
|
502 |
+
path: ita.pdtb.luna.conllu/test-*
|
503 |
- config_name: ita.pdtb.luna.rels
|
504 |
data_files:
|
505 |
- split: train
|