Commit
·
eec9c53
1
Parent(s):
023a4c9
Upload argilla.yaml with huggingface_hub
Browse files- argilla.yaml +42 -0
argilla.yaml
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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: Classify the articles into one of the four categories.
|
| 9 |
+
metadata_properties:
|
| 10 |
+
- name: group
|
| 11 |
+
title: Annotation Group
|
| 12 |
+
type: terms
|
| 13 |
+
values:
|
| 14 |
+
- group-1
|
| 15 |
+
- group-2
|
| 16 |
+
- group-3
|
| 17 |
+
visible_for_annotators: true
|
| 18 |
+
- max: 862
|
| 19 |
+
min: 100
|
| 20 |
+
name: length
|
| 21 |
+
title: Length of the text
|
| 22 |
+
type: integer
|
| 23 |
+
visible_for_annotators: true
|
| 24 |
+
- max: 361.398
|
| 25 |
+
min: 139.096
|
| 26 |
+
name: length_std
|
| 27 |
+
title: Standard deviation of the length of the text
|
| 28 |
+
type: float
|
| 29 |
+
visible_for_annotators: true
|
| 30 |
+
questions:
|
| 31 |
+
- description: null
|
| 32 |
+
labels:
|
| 33 |
+
- World
|
| 34 |
+
- Sports
|
| 35 |
+
- Business
|
| 36 |
+
- Sci/Tech
|
| 37 |
+
name: label
|
| 38 |
+
required: true
|
| 39 |
+
title: Label
|
| 40 |
+
type: label_selection
|
| 41 |
+
visible_labels: null
|
| 42 |
+
vectors_settings: null
|