achinthani commited on
Commit
8ae2a79
·
verified ·
1 Parent(s): 65f7a3c

Upload argilla.yaml with huggingface_hub

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