Datasets:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -20,6 +20,108 @@ task_ids:
|
|
20 |
- part-of-speech
|
21 |
paperswithcode_id: dane
|
22 |
pretty_name: DaNE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
---
|
24 |
|
25 |
# Dataset Card for DaNE
|
@@ -199,4 +301,4 @@ Data Fields:
|
|
199 |
|
200 |
### Contributions
|
201 |
|
202 |
-
Thanks to [@ophelielacroix](https://github.com/ophelielacroix), [@lhoestq](https://github.com/lhoestq) for adding this dataset.
|
|
|
20 |
- part-of-speech
|
21 |
paperswithcode_id: dane
|
22 |
pretty_name: DaNE
|
23 |
+
dataset_info:
|
24 |
+
features:
|
25 |
+
- name: sent_id
|
26 |
+
dtype: string
|
27 |
+
- name: text
|
28 |
+
dtype: string
|
29 |
+
- name: tok_ids
|
30 |
+
sequence: int64
|
31 |
+
- name: tokens
|
32 |
+
sequence: string
|
33 |
+
- name: lemmas
|
34 |
+
sequence: string
|
35 |
+
- name: pos_tags
|
36 |
+
sequence:
|
37 |
+
class_label:
|
38 |
+
names:
|
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: test
|
115 |
+
num_bytes: 909699
|
116 |
+
num_examples: 565
|
117 |
+
- name: train
|
118 |
+
num_bytes: 7311212
|
119 |
+
num_examples: 4383
|
120 |
+
- name: validation
|
121 |
+
num_bytes: 940413
|
122 |
+
num_examples: 564
|
123 |
+
download_size: 1209710
|
124 |
+
dataset_size: 9161324
|
125 |
---
|
126 |
|
127 |
# Dataset Card for DaNE
|
|
|
301 |
|
302 |
### Contributions
|
303 |
|
304 |
+
Thanks to [@ophelielacroix](https://github.com/ophelielacroix), [@lhoestq](https://github.com/lhoestq) for adding this dataset.
|