Jackson428 commited on
Commit
c9ea78a
1 Parent(s): 19d5df5

Upload argilla.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. argilla.yaml +61 -0
argilla.yaml ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 'Emotion is a dataset of English Twitter messages with six basic emotions:
11
+ anger, fear, joy, love, sadness, and surprise.'
12
+ questions:
13
+ - description: null
14
+ labels:
15
+ - positive
16
+ - neutral
17
+ - negative
18
+ name: sentiment
19
+ required: true
20
+ settings:
21
+ options:
22
+ - text: positive
23
+ value: positive
24
+ - text: neutral
25
+ value: neutral
26
+ - text: negative
27
+ value: negative
28
+ type: label_selection
29
+ visible_options: 20
30
+ title: Sentiment
31
+ type: label_selection
32
+ visible_labels: 20
33
+ - description: null
34
+ labels:
35
+ - joy
36
+ - anger
37
+ - sadness
38
+ - fear
39
+ - surprise
40
+ - love
41
+ name: mixed-emotion
42
+ required: true
43
+ settings:
44
+ options:
45
+ - text: joy
46
+ value: joy
47
+ - text: anger
48
+ value: anger
49
+ - text: sadness
50
+ value: sadness
51
+ - text: fear
52
+ value: fear
53
+ - text: surprise
54
+ value: surprise
55
+ - text: love
56
+ value: love
57
+ type: multi_label_selection
58
+ visible_options: 20
59
+ title: Mixed-emotion
60
+ type: multi_label_selection
61
+ visible_labels: 20