davidberenstein1957 HF staff commited on
Commit
78b1941
1 Parent(s): ce66235

Upload argilla.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. argilla.yaml +40 -0
argilla.yaml ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fields:
2
+ - name: text
3
+ required: true
4
+ settings:
5
+ type: text
6
+ use_markdown: false
7
+ title: Text
8
+ type: text
9
+ use_markdown: false
10
+ guidelines: Argilla port of [dair-ai/emotion](https://huggingface.co/datasets/dair-ai/emotion).
11
+ questions:
12
+ - description: null
13
+ labels:
14
+ '0': sadness
15
+ '1': joy
16
+ '2': love
17
+ '3': anger
18
+ '4': fear
19
+ '5': surprise
20
+ name: label
21
+ required: true
22
+ settings:
23
+ options:
24
+ - text: sadness
25
+ value: '0'
26
+ - text: joy
27
+ value: '1'
28
+ - text: love
29
+ value: '2'
30
+ - text: anger
31
+ value: '3'
32
+ - text: fear
33
+ value: '4'
34
+ - text: surprise
35
+ value: '5'
36
+ type: label_selection
37
+ visible_options: 20
38
+ title: Label
39
+ type: label_selection
40
+ visible_labels: 20