ibaucells commited on
Commit
3e3cdab
1 Parent(s): b8a739f

Update CaSET-catalan-stance-emotions-twitter.py

Browse files
CaSET-catalan-stance-emotions-twitter.py CHANGED
@@ -77,8 +77,8 @@ class CaSET(datasets.GeneratorBasedBuilder):
77
  ['FAVOUR', 'AGAINST', 'NEUTRAL', 'NA'
78
  ]
79
  ),
80
- "parent_emotion": datasets.Value("string"),
81
- "reply_emotion": datasets.Value("string"),
82
  }
83
  ),
84
  homepage=_HOMEPAGE,
 
77
  ['FAVOUR', 'AGAINST', 'NEUTRAL', 'NA'
78
  ]
79
  ),
80
+ "parent_emotion": datasets.Sequence(datasets.Value("string")),
81
+ "reply_emotion": datasets.Sequence(datasets.Value("string")),
82
  }
83
  ),
84
  homepage=_HOMEPAGE,