Upload argilla.yaml with huggingface_hub
Browse files- argilla.yaml +10 -22
argilla.yaml
CHANGED
@@ -5,32 +5,20 @@ fields:
|
|
5 |
title: Text
|
6 |
type: text
|
7 |
use_markdown: false
|
8 |
-
guidelines:
|
9 |
-
anger, fear, joy, love, sadness, and surprise.'
|
10 |
metadata_properties: null
|
11 |
questions:
|
12 |
- description: null
|
13 |
labels:
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
|
|
|
|
|
|
18 |
required: true
|
19 |
-
title:
|
20 |
type: label_selection
|
21 |
-
visible_labels:
|
22 |
-
- description: null
|
23 |
-
labels:
|
24 |
-
- joy
|
25 |
-
- anger
|
26 |
-
- sadness
|
27 |
-
- fear
|
28 |
-
- surprise
|
29 |
-
- love
|
30 |
-
labels_order: natural
|
31 |
-
name: mixed-emotion
|
32 |
-
required: true
|
33 |
-
title: Mixed-emotion
|
34 |
-
type: multi_label_selection
|
35 |
-
visible_labels: null
|
36 |
vectors_settings: null
|
|
|
5 |
title: Text
|
6 |
type: text
|
7 |
use_markdown: false
|
8 |
+
guidelines: Argilla port of [dair-ai/emotion](https://huggingface.co/datasets/dair-ai/emotion).
|
|
|
9 |
metadata_properties: null
|
10 |
questions:
|
11 |
- description: null
|
12 |
labels:
|
13 |
+
'0': sadness
|
14 |
+
'1': joy
|
15 |
+
'2': love
|
16 |
+
'3': anger
|
17 |
+
'4': fear
|
18 |
+
'5': surprise
|
19 |
+
name: label
|
20 |
required: true
|
21 |
+
title: Label
|
22 |
type: label_selection
|
23 |
+
visible_labels: 6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
vectors_settings: null
|