Datasets:
Upload dataset
Browse files- README.md +34 -1
- data/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -8,10 +8,43 @@ language:
|
|
8 |
license: cc-by-4.0
|
9 |
multilinguality:
|
10 |
- monolingual
|
11 |
-
pretty_name: CaSET
|
12 |
task_categories:
|
13 |
- text-classification
|
14 |
task_ids: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
---
|
16 |
|
17 |
# Dataset Card for CaSET, the Catalan Stance and Emotions Dataset from Twitter
|
|
|
8 |
license: cc-by-4.0
|
9 |
multilinguality:
|
10 |
- monolingual
|
|
|
11 |
task_categories:
|
12 |
- text-classification
|
13 |
task_ids: []
|
14 |
+
pretty_name: CaSET
|
15 |
+
dataset_info:
|
16 |
+
features:
|
17 |
+
- name: id_parent
|
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: topic
|
26 |
+
dtype: int64
|
27 |
+
- name: dynamic_stance
|
28 |
+
dtype: int64
|
29 |
+
- name: parent_stance
|
30 |
+
dtype: int64
|
31 |
+
- name: reply_stance
|
32 |
+
dtype: int64
|
33 |
+
- name: parent_emotion
|
34 |
+
sequence: string
|
35 |
+
- name: reply_emotion
|
36 |
+
sequence: string
|
37 |
+
splits:
|
38 |
+
- name: train
|
39 |
+
num_bytes: 936445
|
40 |
+
num_examples: 6773
|
41 |
+
download_size: 272631
|
42 |
+
dataset_size: 936445
|
43 |
+
configs:
|
44 |
+
- config_name: default
|
45 |
+
data_files:
|
46 |
+
- split: train
|
47 |
+
path: data/train-*
|
48 |
---
|
49 |
|
50 |
# Dataset Card for CaSET, the Catalan Stance and Emotions Dataset from Twitter
|
data/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:470959571f65fcc8f62a7618be2b46ae7e3a70fa53cb5796828991742ffbf7d8
|
3 |
+
size 272631
|