Datasets:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -29,6 +29,99 @@ configs:
|
|
29 |
- en_neutral
|
30 |
- fi_annotated
|
31 |
- fi_neutral
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
---
|
33 |
|
34 |
# Dataset Card for xed_english_finnish
|
@@ -171,4 +264,4 @@ License: Creative Commons Attribution 4.0 International License (CC-BY)
|
|
171 |
|
172 |
### Contributions
|
173 |
|
174 |
-
Thanks to [@lhoestq](https://github.com/lhoestq), [@harshalmittal4](https://github.com/harshalmittal4) for adding this dataset.
|
|
|
29 |
- en_neutral
|
30 |
- fi_annotated
|
31 |
- fi_neutral
|
32 |
+
dataset_info:
|
33 |
+
- config_name: en_annotated
|
34 |
+
features:
|
35 |
+
- name: sentence
|
36 |
+
dtype: string
|
37 |
+
- name: labels
|
38 |
+
sequence:
|
39 |
+
class_label:
|
40 |
+
names:
|
41 |
+
0: neutral
|
42 |
+
1: anger
|
43 |
+
2: anticipation
|
44 |
+
3: disgust
|
45 |
+
4: fear
|
46 |
+
5: joy
|
47 |
+
6: sadness
|
48 |
+
7: surprise
|
49 |
+
8: trust
|
50 |
+
splits:
|
51 |
+
- name: train
|
52 |
+
num_bytes: 1018485
|
53 |
+
num_examples: 17528
|
54 |
+
download_size: 2421235
|
55 |
+
dataset_size: 1018485
|
56 |
+
- config_name: en_neutral
|
57 |
+
features:
|
58 |
+
- name: sentence
|
59 |
+
dtype: string
|
60 |
+
- name: labels
|
61 |
+
dtype:
|
62 |
+
class_label:
|
63 |
+
names:
|
64 |
+
0: neutral
|
65 |
+
1: anger
|
66 |
+
2: anticipation
|
67 |
+
3: disgust
|
68 |
+
4: fear
|
69 |
+
5: joy
|
70 |
+
6: sadness
|
71 |
+
7: surprise
|
72 |
+
8: trust
|
73 |
+
splits:
|
74 |
+
- name: train
|
75 |
+
num_bytes: 401129
|
76 |
+
num_examples: 9675
|
77 |
+
download_size: 2421235
|
78 |
+
dataset_size: 401129
|
79 |
+
- config_name: fi_annotated
|
80 |
+
features:
|
81 |
+
- name: sentence
|
82 |
+
dtype: string
|
83 |
+
- name: labels
|
84 |
+
sequence:
|
85 |
+
class_label:
|
86 |
+
names:
|
87 |
+
0: neutral
|
88 |
+
1: anger
|
89 |
+
2: anticipation
|
90 |
+
3: disgust
|
91 |
+
4: fear
|
92 |
+
5: joy
|
93 |
+
6: sadness
|
94 |
+
7: surprise
|
95 |
+
8: trust
|
96 |
+
splits:
|
97 |
+
- name: train
|
98 |
+
num_bytes: 756224
|
99 |
+
num_examples: 14449
|
100 |
+
download_size: 2421235
|
101 |
+
dataset_size: 756224
|
102 |
+
- config_name: fi_neutral
|
103 |
+
features:
|
104 |
+
- name: sentence
|
105 |
+
dtype: string
|
106 |
+
- name: labels
|
107 |
+
dtype:
|
108 |
+
class_label:
|
109 |
+
names:
|
110 |
+
0: neutral
|
111 |
+
1: anger
|
112 |
+
2: anticipation
|
113 |
+
3: disgust
|
114 |
+
4: fear
|
115 |
+
5: joy
|
116 |
+
6: sadness
|
117 |
+
7: surprise
|
118 |
+
8: trust
|
119 |
+
splits:
|
120 |
+
- name: train
|
121 |
+
num_bytes: 427499
|
122 |
+
num_examples: 10794
|
123 |
+
download_size: 2421235
|
124 |
+
dataset_size: 427499
|
125 |
---
|
126 |
|
127 |
# Dataset Card for xed_english_finnish
|
|
|
264 |
|
265 |
### Contributions
|
266 |
|
267 |
+
Thanks to [@lhoestq](https://github.com/lhoestq), [@harshalmittal4](https://github.com/harshalmittal4) for adding this dataset.
|