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