File size: 1,164 Bytes
c9ea78a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 |
fields:
- name: text
required: true
settings:
type: text
use_markdown: false
title: Text
type: text
use_markdown: false
guidelines: 'Emotion is a dataset of English Twitter messages with six basic emotions:
anger, fear, joy, love, sadness, and surprise.'
questions:
- description: null
labels:
- positive
- neutral
- negative
name: sentiment
required: true
settings:
options:
- text: positive
value: positive
- text: neutral
value: neutral
- text: negative
value: negative
type: label_selection
visible_options: 20
title: Sentiment
type: label_selection
visible_labels: 20
- description: null
labels:
- joy
- anger
- sadness
- fear
- surprise
- love
name: mixed-emotion
required: true
settings:
options:
- text: joy
value: joy
- text: anger
value: anger
- text: sadness
value: sadness
- text: fear
value: fear
- text: surprise
value: surprise
- text: love
value: love
type: multi_label_selection
visible_options: 20
title: Mixed-emotion
type: multi_label_selection
visible_labels: 20
|