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
|
| 6 |
+
type: text
|
| 7 |
+
use_markdown: false
|
| 8 |
+
guidelines: Classify the articles into one of the four categories.
|
| 9 |
+
metadata_properties: null
|
| 10 |
+
questions:
|
| 11 |
+
- description: null
|
| 12 |
+
labels:
|
| 13 |
+
- World
|
| 14 |
+
- Sports
|
| 15 |
+
- Business
|
| 16 |
+
- Sci/Tech
|
| 17 |
+
name: label
|
| 18 |
+
required: true
|
| 19 |
+
title: Label
|
| 20 |
+
type: label_selection
|
| 21 |
+
visible_labels: null
|
| 22 |
+
vectors_settings: null
|