emotion / argilla.yaml
davidberenstein1957's picture
Upload argilla.yaml with huggingface_hub
78b1941
fields:
- name: text
required: true
settings:
type: text
use_markdown: false
title: Text
type: text
use_markdown: false
guidelines: Argilla port of [dair-ai/emotion](https://huggingface.co/datasets/dair-ai/emotion).
questions:
- description: null
labels:
'0': sadness
'1': joy
'2': love
'3': anger
'4': fear
'5': surprise
name: label
required: true
settings:
options:
- text: sadness
value: '0'
- text: joy
value: '1'
- text: love
value: '2'
- text: anger
value: '3'
- text: fear
value: '4'
- text: surprise
value: '5'
type: label_selection
visible_options: 20
title: Label
type: label_selection
visible_labels: 20