kursathalat commited on
Commit
a991b8c
1 Parent(s): be0f8ea

Upload argilla.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. argilla.yaml +49 -0
argilla.yaml ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: This is a text classification dataset that contains texts and labels.
9
+ Given a set of texts and a predefined set of labels, the goal of text classification
10
+ is to assign one or more labels to each text based on its content. Please classify
11
+ the texts by making the correct selection.
12
+ metadata_properties: null
13
+ questions:
14
+ - description: null
15
+ labels:
16
+ - admiration
17
+ - amusement
18
+ - anger
19
+ - annoyance
20
+ - approval
21
+ - caring
22
+ - confusion
23
+ - curiosity
24
+ - desire
25
+ - disappointment
26
+ - disapproval
27
+ - disgust
28
+ - embarrassment
29
+ - excitement
30
+ - fear
31
+ - gratitude
32
+ - grief
33
+ - joy
34
+ - love
35
+ - nervousness
36
+ - optimism
37
+ - pride
38
+ - realization
39
+ - relief
40
+ - remorse
41
+ - sadness
42
+ - surprise
43
+ - neutral
44
+ name: label
45
+ required: true
46
+ title: Label
47
+ type: multi_label_selection
48
+ visible_labels: 20
49
+ vectors_settings: null