bowersjames
commited on
Commit
•
971bded
1
Parent(s):
2b995a9
Upload argilla.yaml with huggingface_hub
Browse files- argilla.yaml +35 -0
argilla.yaml
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: 'Emotion is a dataset of English Twitter messages with six basic emotions:
|
9 |
+
anger, fear, joy, love, sadness, and surprise.'
|
10 |
+
metadata_properties: null
|
11 |
+
questions:
|
12 |
+
- description: null
|
13 |
+
labels:
|
14 |
+
- positive
|
15 |
+
- neutral
|
16 |
+
- negative
|
17 |
+
name: sentiment
|
18 |
+
required: true
|
19 |
+
title: Sentiment
|
20 |
+
type: label_selection
|
21 |
+
visible_labels: null
|
22 |
+
- description: null
|
23 |
+
labels:
|
24 |
+
- joy
|
25 |
+
- anger
|
26 |
+
- sadness
|
27 |
+
- fear
|
28 |
+
- surprise
|
29 |
+
- love
|
30 |
+
name: mixed-emotion
|
31 |
+
required: true
|
32 |
+
title: Mixed-emotion
|
33 |
+
type: multi_label_selection
|
34 |
+
visible_labels: null
|
35 |
+
vectors_settings: null
|