Datasets:
Upload dataset
Browse files
README.md
CHANGED
|
@@ -22,106 +22,41 @@ paperswithcode_id: dane
|
|
| 22 |
pretty_name: DaNE
|
| 23 |
dataset_info:
|
| 24 |
features:
|
| 25 |
-
- name:
|
| 26 |
-
dtype:
|
| 27 |
- name: text
|
| 28 |
dtype: string
|
| 29 |
-
- name:
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
'0': NUM
|
| 40 |
-
'1': CCONJ
|
| 41 |
-
'2': PRON
|
| 42 |
-
'3': VERB
|
| 43 |
-
'4': INTJ
|
| 44 |
-
'5': AUX
|
| 45 |
-
'6': ADJ
|
| 46 |
-
'7': PROPN
|
| 47 |
-
'8': PART
|
| 48 |
-
'9': ADV
|
| 49 |
-
'10': PUNCT
|
| 50 |
-
'11': ADP
|
| 51 |
-
'12': NOUN
|
| 52 |
-
'13': X
|
| 53 |
-
'14': DET
|
| 54 |
-
'15': SYM
|
| 55 |
-
'16': SCONJ
|
| 56 |
-
- name: morph_tags
|
| 57 |
-
sequence: string
|
| 58 |
-
- name: dep_ids
|
| 59 |
-
sequence: int64
|
| 60 |
-
- name: dep_labels
|
| 61 |
-
sequence:
|
| 62 |
-
class_label:
|
| 63 |
-
names:
|
| 64 |
-
'0': parataxis
|
| 65 |
-
'1': mark
|
| 66 |
-
'2': nummod
|
| 67 |
-
'3': discourse
|
| 68 |
-
'4': compound:prt
|
| 69 |
-
'5': reparandum
|
| 70 |
-
'6': vocative
|
| 71 |
-
'7': list
|
| 72 |
-
'8': obj
|
| 73 |
-
'9': dep
|
| 74 |
-
'10': det
|
| 75 |
-
'11': obl:loc
|
| 76 |
-
'12': flat
|
| 77 |
-
'13': iobj
|
| 78 |
-
'14': cop
|
| 79 |
-
'15': expl
|
| 80 |
-
'16': obl
|
| 81 |
-
'17': conj
|
| 82 |
-
'18': nmod
|
| 83 |
-
'19': root
|
| 84 |
-
'20': acl:relcl
|
| 85 |
-
'21': goeswith
|
| 86 |
-
'22': appos
|
| 87 |
-
'23': fixed
|
| 88 |
-
'24': obl:tmod
|
| 89 |
-
'25': xcomp
|
| 90 |
-
'26': advmod
|
| 91 |
-
'27': nmod:poss
|
| 92 |
-
'28': aux
|
| 93 |
-
'29': ccomp
|
| 94 |
-
'30': amod
|
| 95 |
-
'31': cc
|
| 96 |
-
'32': advcl
|
| 97 |
-
'33': nsubj
|
| 98 |
-
'34': punct
|
| 99 |
-
'35': case
|
| 100 |
-
- name: ner_tags
|
| 101 |
-
sequence:
|
| 102 |
-
class_label:
|
| 103 |
-
names:
|
| 104 |
-
'0': O
|
| 105 |
-
'1': B-PER
|
| 106 |
-
'2': I-PER
|
| 107 |
-
'3': B-ORG
|
| 108 |
-
'4': I-ORG
|
| 109 |
-
'5': B-LOC
|
| 110 |
-
'6': I-LOC
|
| 111 |
-
'7': B-MISC
|
| 112 |
-
'8': I-MISC
|
| 113 |
splits:
|
| 114 |
- name: train
|
| 115 |
-
num_bytes:
|
| 116 |
num_examples: 4383
|
|
|
|
|
|
|
|
|
|
| 117 |
- name: test
|
| 118 |
-
num_bytes:
|
| 119 |
num_examples: 565
|
| 120 |
-
|
| 121 |
-
|
| 122 |
-
|
| 123 |
-
|
| 124 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 125 |
---
|
| 126 |
|
| 127 |
# Dataset Card for DaNE
|
|
|
|
| 22 |
pretty_name: DaNE
|
| 23 |
dataset_info:
|
| 24 |
features:
|
| 25 |
+
- name: uid
|
| 26 |
+
dtype: int64
|
| 27 |
- name: text
|
| 28 |
dtype: string
|
| 29 |
+
- name: bio
|
| 30 |
+
list:
|
| 31 |
+
- name: start
|
| 32 |
+
dtype: int64
|
| 33 |
+
- name: end
|
| 34 |
+
dtype: int64
|
| 35 |
+
- name: text
|
| 36 |
+
dtype: string
|
| 37 |
+
- name: label
|
| 38 |
+
dtype: string
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
splits:
|
| 40 |
- name: train
|
| 41 |
+
num_bytes: 2898217
|
| 42 |
num_examples: 4383
|
| 43 |
+
- name: dev
|
| 44 |
+
num_bytes: 372813
|
| 45 |
+
num_examples: 564
|
| 46 |
- name: test
|
| 47 |
+
num_bytes: 362540
|
| 48 |
num_examples: 565
|
| 49 |
+
download_size: 3503336
|
| 50 |
+
dataset_size: 3633570
|
| 51 |
+
configs:
|
| 52 |
+
- config_name: default
|
| 53 |
+
data_files:
|
| 54 |
+
- split: train
|
| 55 |
+
path: data/train-*
|
| 56 |
+
- split: dev
|
| 57 |
+
path: data/dev-*
|
| 58 |
+
- split: test
|
| 59 |
+
path: data/test-*
|
| 60 |
---
|
| 61 |
|
| 62 |
# Dataset Card for DaNE
|