File size: 558 Bytes
bab77b3 bb37310 bab77b3 |
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 |
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: null
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:
- dimensions: 384
name: sentence_embedding
title: Sentence Embedding
|