achinthani commited on
Commit
7068e71
·
verified ·
1 Parent(s): 153dfb3

Upload argilla.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. argilla.yaml +63 -0
argilla.yaml ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ allow_extra_metadata: true
2
+ fields:
3
+ - name: text
4
+ required: true
5
+ title: Text
6
+ type: text
7
+ use_markdown: false
8
+ guidelines: 'Emotion is a dataset of English Twitter messages with six basic emotions:
9
+ anger, fear, joy, love, sadness, and surprise.'
10
+ metadata_properties: null
11
+ questions:
12
+ - description: null
13
+ labels:
14
+ - positive
15
+ - neutral
16
+ - negative
17
+ name: sentiment
18
+ required: true
19
+ title: Sentiment
20
+ type: label_selection
21
+ visible_labels: null
22
+ - description: null
23
+ labels:
24
+ - joy
25
+ - anger
26
+ - sadness
27
+ - fear
28
+ - surprise
29
+ - love
30
+ name: mixed-emotion
31
+ required: true
32
+ title: Mixed-emotion
33
+ type: multi_label_selection
34
+ visible_labels: null
35
+ - description: null
36
+ name: ranking
37
+ required: true
38
+ title: Ranking
39
+ type: ranking
40
+ values:
41
+ - '1'
42
+ - '2'
43
+ - '3'
44
+ - '4'
45
+ - '5'
46
+ - description: null
47
+ name: rating
48
+ required: true
49
+ title: Rating
50
+ type: rating
51
+ values:
52
+ - 1
53
+ - 2
54
+ - 3
55
+ - 4
56
+ - 5
57
+ - description: null
58
+ name: text-annotation
59
+ required: true
60
+ title: Feedback
61
+ type: text
62
+ use_markdown: true
63
+ vectors_settings: null