Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
Catalan
DOI:
Libraries:
Datasets
pandas
License:
Blanca commited on
Commit
86b37c7
·
1 Parent(s): d9ebd61

update data loader

Browse files
CaSET-catalan-stance-emotions-twitter.py CHANGED
@@ -13,10 +13,10 @@ logger = datasets.logging.get_logger(__name__)
13
  _CITATION = """ """
14
 
15
 
16
- _DESCRIPTION = """ """
17
 
18
 
19
- _HOMEPAGE = """ """
20
 
21
 
22
 
 
13
  _CITATION = """ """
14
 
15
 
16
+ _DESCRIPTION = """ The CaSET dataset is a Catalan corpus of Tweets annotated with Emotions, Static Stance, and Dynamic Stance. The dataset contains 11k unique sentence on five polemical topics, grouped in 6k pairs of sentences, paired as original messages and answers to these messages. """
17
 
18
 
19
+ _HOMEPAGE = """ https://huggingface.co/datasets/projecte-aina/CaSET-catalan-stance-emotions-twitter/ """
20
 
21
 
22