dannymartin commited on
Commit
66a2894
1 Parent(s): 00b70f5

Upload argilla.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. argilla.yaml +36 -0
argilla.yaml ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - Baking
18
+ - Grilling
19
+ - Slow cooking
20
+ - Pressure cooking
21
+ - Air-fryer
22
+ - Smoking
23
+ - Pickling
24
+ - Roasting
25
+ - Steaming
26
+ - Boiling
27
+ - "Saut\xE9ing"
28
+ - Sous vide
29
+ - Stir-frying
30
+ labels_order: natural
31
+ name: label
32
+ required: true
33
+ title: Label
34
+ type: multi_label_selection
35
+ visible_labels: null
36
+ vectors_settings: null