sample / argilla.yaml
vikas-mehta-cohere-health's picture
Upload argilla.yaml with huggingface_hub
f6fe1f5
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