File size: 743 Bytes
78b1941
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
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