Upload dataset
Browse files- README.md +33 -1
- data/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -10,10 +10,42 @@ license:
|
|
10 |
- cc-by-nc-nd-4.0
|
11 |
multilinguality:
|
12 |
- monolingual
|
13 |
-
pretty_name: CaSSA
|
14 |
task_categories:
|
15 |
- text-classification
|
16 |
task_ids: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
---
|
18 |
|
19 |
# Dataset Card for CaSSA, the Catalan Structured Sentiment Analysis dataset
|
|
|
10 |
- cc-by-nc-nd-4.0
|
11 |
multilinguality:
|
12 |
- monolingual
|
|
|
13 |
task_categories:
|
14 |
- text-classification
|
15 |
task_ids: []
|
16 |
+
pretty_name: CaSSA
|
17 |
+
dataset_info:
|
18 |
+
features:
|
19 |
+
- name: sent_id
|
20 |
+
dtype: string
|
21 |
+
- name: text
|
22 |
+
dtype: string
|
23 |
+
- name: opinions
|
24 |
+
list:
|
25 |
+
- name: Source
|
26 |
+
sequence:
|
27 |
+
sequence: string
|
28 |
+
- name: Target
|
29 |
+
sequence:
|
30 |
+
sequence: string
|
31 |
+
- name: Polar_expression
|
32 |
+
sequence:
|
33 |
+
sequence: string
|
34 |
+
- name: Polarity
|
35 |
+
dtype: string
|
36 |
+
- name: Intensity
|
37 |
+
dtype: string
|
38 |
+
splits:
|
39 |
+
- name: train
|
40 |
+
num_bytes: 4522809
|
41 |
+
num_examples: 6400
|
42 |
+
download_size: 2142890
|
43 |
+
dataset_size: 4522809
|
44 |
+
configs:
|
45 |
+
- config_name: default
|
46 |
+
data_files:
|
47 |
+
- split: train
|
48 |
+
path: data/train-*
|
49 |
---
|
50 |
|
51 |
# Dataset Card for CaSSA, the Catalan Structured Sentiment Analysis dataset
|
data/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6eb969c28c1a3a7990febf0318cc30cb23b3b5fdb85703af4bee547991879359
|
3 |
+
size 2142890
|