Upload argilla.yaml with huggingface_hub
Browse files- argilla.yaml +68 -0
argilla.yaml
ADDED
|
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
allow_extra_metadata: true
|
| 2 |
+
fields:
|
| 3 |
+
- name: text
|
| 4 |
+
required: true
|
| 5 |
+
title: Text
|
| 6 |
+
type: text
|
| 7 |
+
use_markdown: false
|
| 8 |
+
- name: translated_text
|
| 9 |
+
required: true
|
| 10 |
+
title: Translated_text
|
| 11 |
+
type: text
|
| 12 |
+
use_markdown: false
|
| 13 |
+
guidelines: 'Emotion is a dataset of English Twitter messages with six basic emotions:
|
| 14 |
+
anger, fear, joy, love, sadness, and surprise.'
|
| 15 |
+
metadata_properties: null
|
| 16 |
+
questions:
|
| 17 |
+
- description: null
|
| 18 |
+
labels:
|
| 19 |
+
- positive
|
| 20 |
+
- neutral
|
| 21 |
+
- negative
|
| 22 |
+
name: sentiment
|
| 23 |
+
required: true
|
| 24 |
+
title: Sentiment
|
| 25 |
+
type: label_selection
|
| 26 |
+
visible_labels: null
|
| 27 |
+
- description: null
|
| 28 |
+
labels:
|
| 29 |
+
- joy
|
| 30 |
+
- anger
|
| 31 |
+
- sadness
|
| 32 |
+
- fear
|
| 33 |
+
- surprise
|
| 34 |
+
- love
|
| 35 |
+
name: mixed-emotion
|
| 36 |
+
required: true
|
| 37 |
+
title: Mixed-emotion
|
| 38 |
+
type: multi_label_selection
|
| 39 |
+
visible_labels: null
|
| 40 |
+
- description: null
|
| 41 |
+
name: ranking
|
| 42 |
+
required: true
|
| 43 |
+
title: Ranking
|
| 44 |
+
type: ranking
|
| 45 |
+
values:
|
| 46 |
+
- '1'
|
| 47 |
+
- '2'
|
| 48 |
+
- '3'
|
| 49 |
+
- '4'
|
| 50 |
+
- '5'
|
| 51 |
+
- description: null
|
| 52 |
+
name: rating
|
| 53 |
+
required: true
|
| 54 |
+
title: Rating
|
| 55 |
+
type: rating
|
| 56 |
+
values:
|
| 57 |
+
- 1
|
| 58 |
+
- 2
|
| 59 |
+
- 3
|
| 60 |
+
- 4
|
| 61 |
+
- 5
|
| 62 |
+
- description: null
|
| 63 |
+
name: text-annotation
|
| 64 |
+
required: true
|
| 65 |
+
title: Feedback
|
| 66 |
+
type: text
|
| 67 |
+
use_markdown: true
|
| 68 |
+
vectors_settings: null
|