File size: 876 Bytes
eec9c53 866dedf eec9c53 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
allow_extra_metadata: true
fields:
- name: text
required: true
title: Text
type: text
use_markdown: false
guidelines: Classify the articles into one of the four categories.
metadata_properties:
- name: group
title: Annotation Group
type: terms
values:
- group-1
- group-2
- group-3
visible_for_annotators: true
- max: 862
min: 100
name: length
title: Length of the text
type: integer
visible_for_annotators: true
- max: 361.398
min: 139.096
name: length_std
title: Standard deviation of the length of the text
type: float
visible_for_annotators: true
questions:
- description: Classify the text by selecting the correct label from the given list
of labels.
labels:
- World
- Sports
- Business
- Sci/Tech
name: label
required: true
title: Label
type: label_selection
visible_labels: null
vectors_settings: null
|