Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Languages:
Catalan
Size:
10K - 100K
DOI:
License:
Upload dataset
Browse files- README.md +28 -1
- data/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -8,10 +8,37 @@ language:
|
|
8 |
license: cc-by-4.0
|
9 |
multilinguality:
|
10 |
- monolingual
|
11 |
-
pretty_name: CaSERa
|
12 |
task_categories:
|
13 |
- text-classification
|
14 |
task_ids: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
---
|
16 |
|
17 |
# Dataset Card for CaSERa, the Catalan Stance and Emotions Dataset from Racó Català
|
|
|
8 |
license: cc-by-4.0
|
9 |
multilinguality:
|
10 |
- monolingual
|
|
|
11 |
task_categories:
|
12 |
- text-classification
|
13 |
task_ids: []
|
14 |
+
pretty_name: CaSERa
|
15 |
+
dataset_info:
|
16 |
+
features:
|
17 |
+
- name: id_conversation
|
18 |
+
dtype: string
|
19 |
+
- name: id_reply
|
20 |
+
dtype: string
|
21 |
+
- name: parent_text
|
22 |
+
dtype: string
|
23 |
+
- name: reply_text
|
24 |
+
dtype: string
|
25 |
+
- name: dynamic_stance
|
26 |
+
dtype: int64
|
27 |
+
- name: parent_emotion
|
28 |
+
sequence: string
|
29 |
+
- name: reply_emotion
|
30 |
+
sequence: string
|
31 |
+
splits:
|
32 |
+
- name: train
|
33 |
+
num_bytes: 13776443
|
34 |
+
num_examples: 13999
|
35 |
+
download_size: 9089480
|
36 |
+
dataset_size: 13776443
|
37 |
+
configs:
|
38 |
+
- config_name: default
|
39 |
+
data_files:
|
40 |
+
- split: train
|
41 |
+
path: data/train-*
|
42 |
---
|
43 |
|
44 |
# Dataset Card for CaSERa, the Catalan Stance and Emotions Dataset from Racó Català
|
data/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6fe8470768aefec685d61aae5023d3971ceb47fc59439e63baef69cf4a65cbf0
|
3 |
+
size 9089480
|