Upload argilla.yaml with huggingface_hub
Browse files- 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: 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
|