plaguss HF staff commited on
Commit
5a61484
1 Parent(s): ecd7ba9

Upload argilla.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. argilla.yaml +50 -0
argilla.yaml ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: Classify the text by selecting the correct label from the given list
15
+ of labels.
16
+ labels:
17
+ - admiration
18
+ - amusement
19
+ - anger
20
+ - annoyance
21
+ - approval
22
+ - caring
23
+ - confusion
24
+ - curiosity
25
+ - desire
26
+ - disappointment
27
+ - disapproval
28
+ - disgust
29
+ - embarrassment
30
+ - excitement
31
+ - fear
32
+ - gratitude
33
+ - grief
34
+ - joy
35
+ - love
36
+ - nervousness
37
+ - optimism
38
+ - pride
39
+ - realization
40
+ - relief
41
+ - remorse
42
+ - sadness
43
+ - surprise
44
+ - neutral
45
+ name: label
46
+ required: true
47
+ title: Label
48
+ type: multi_label_selection
49
+ visible_labels: 20
50
+ vectors_settings: null