File size: 507 Bytes
7240e08 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
allow_extra_metadata: true
fields:
- name: text
required: true
title: Text from the article
type: text
use_markdown: false
guidelines: This dataset contains a collection of news articles. Please label them
on the category they belong.
metadata_properties: null
questions:
- description: null
labels:
'0': World
'1': Sports
'2': Business
'3': Sci/Tech
name: label
required: true
title: In which category does this article fit?
type: label_selection
visible_labels: null
|