Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -231,6 +231,44 @@ dataset_info:
|
|
231 |
num_examples: 380
|
232 |
download_size: 271620
|
233 |
dataset_size: 814341
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
234 |
- config_name: por.pdtb.crpc.rels
|
235 |
features:
|
236 |
- name: doc
|
@@ -546,6 +584,14 @@ configs:
|
|
546 |
path: ita.pdtb.luna.rels/validation-*
|
547 |
- split: test
|
548 |
path: ita.pdtb.luna.rels/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
549 |
- config_name: por.pdtb.crpc.rels
|
550 |
data_files:
|
551 |
- split: train
|
|
|
231 |
num_examples: 380
|
232 |
download_size: 271620
|
233 |
dataset_size: 814341
|
234 |
+
- config_name: por.pdtb.crpc.conllu
|
235 |
+
features:
|
236 |
+
- name: id
|
237 |
+
sequence: string
|
238 |
+
- name: form
|
239 |
+
sequence: string
|
240 |
+
- name: lemma
|
241 |
+
sequence: string
|
242 |
+
- name: upos
|
243 |
+
sequence: string
|
244 |
+
- name: xpos
|
245 |
+
sequence: string
|
246 |
+
- name: feats
|
247 |
+
sequence: string
|
248 |
+
- name: head
|
249 |
+
sequence: string
|
250 |
+
- name: deprel
|
251 |
+
sequence: string
|
252 |
+
- name: deps
|
253 |
+
sequence: string
|
254 |
+
- name: misc
|
255 |
+
sequence: string
|
256 |
+
- name: doc_id
|
257 |
+
dtype: string
|
258 |
+
- name: mwe
|
259 |
+
sequence: 'null'
|
260 |
+
splits:
|
261 |
+
- name: train
|
262 |
+
num_bytes: 14274302
|
263 |
+
num_examples: 4078
|
264 |
+
- name: validation
|
265 |
+
num_bytes: 1948042
|
266 |
+
num_examples: 581
|
267 |
+
- name: test
|
268 |
+
num_bytes: 1852695
|
269 |
+
num_examples: 535
|
270 |
+
download_size: 2246483
|
271 |
+
dataset_size: 18075039
|
272 |
- config_name: por.pdtb.crpc.rels
|
273 |
features:
|
274 |
- name: doc
|
|
|
584 |
path: ita.pdtb.luna.rels/validation-*
|
585 |
- split: test
|
586 |
path: ita.pdtb.luna.rels/test-*
|
587 |
+
- config_name: por.pdtb.crpc.conllu
|
588 |
+
data_files:
|
589 |
+
- split: train
|
590 |
+
path: por.pdtb.crpc.conllu/train-*
|
591 |
+
- split: validation
|
592 |
+
path: por.pdtb.crpc.conllu/validation-*
|
593 |
+
- split: test
|
594 |
+
path: por.pdtb.crpc.conllu/test-*
|
595 |
- config_name: por.pdtb.crpc.rels
|
596 |
data_files:
|
597 |
- split: train
|