Upload argilla.yaml with huggingface_hub
Browse files- argilla.yaml +20 -0
argilla.yaml
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: 'Text is a dataset of Text fields: Docket No, Ti(first Party)'
|
9 |
+
metadata_properties: null
|
10 |
+
questions:
|
11 |
+
- description: null
|
12 |
+
labels:
|
13 |
+
- Docket No
|
14 |
+
- Ti(first Party)
|
15 |
+
name: mixed-emotion
|
16 |
+
required: true
|
17 |
+
title: Mixed-emotion
|
18 |
+
type: multi_label_selection
|
19 |
+
visible_labels: null
|
20 |
+
vectors_settings: null
|