j1song commited on
Commit
3a401a6
·
verified ·
1 Parent(s): 56fc12a

Upload argilla.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. argilla.yaml +24 -0
argilla.yaml ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ allow_extra_metadata: true
2
+ fields:
3
+ - name: text
4
+ required: true
5
+ title: Text
6
+ type: text
7
+ use_markdown: true
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 label to each text based on its content. Please classify the texts
11
+ 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
+ - joy
18
+ - sadness
19
+ name: label
20
+ required: true
21
+ title: Label
22
+ type: label_selection
23
+ visible_labels: null
24
+ vectors_settings: null