Datasets:
Upload argilla.yaml with huggingface_hub
Browse files- argilla.yaml +44 -0
argilla.yaml
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
allow_extra_metadata: true
|
| 2 |
+
fields:
|
| 3 |
+
- name: category
|
| 4 |
+
required: true
|
| 5 |
+
title: Task category
|
| 6 |
+
type: text
|
| 7 |
+
use_markdown: false
|
| 8 |
+
- name: instruction
|
| 9 |
+
required: true
|
| 10 |
+
title: Instruction
|
| 11 |
+
type: text
|
| 12 |
+
use_markdown: false
|
| 13 |
+
- name: context
|
| 14 |
+
required: false
|
| 15 |
+
title: Input
|
| 16 |
+
type: text
|
| 17 |
+
use_markdown: false
|
| 18 |
+
- name: response
|
| 19 |
+
required: true
|
| 20 |
+
title: Response
|
| 21 |
+
type: text
|
| 22 |
+
use_markdown: false
|
| 23 |
+
guidelines: null
|
| 24 |
+
metadata_properties: null
|
| 25 |
+
questions:
|
| 26 |
+
- description: abcd
|
| 27 |
+
name: final-instruction
|
| 28 |
+
required: true
|
| 29 |
+
title: Final Instruction
|
| 30 |
+
type: text
|
| 31 |
+
use_markdown: false
|
| 32 |
+
- description: efgh
|
| 33 |
+
name: final-context
|
| 34 |
+
required: false
|
| 35 |
+
title: Final Input
|
| 36 |
+
type: text
|
| 37 |
+
use_markdown: false
|
| 38 |
+
- description: ijkl
|
| 39 |
+
name: final-response
|
| 40 |
+
required: true
|
| 41 |
+
title: Final Response
|
| 42 |
+
type: text
|
| 43 |
+
use_markdown: false
|
| 44 |
+
vectors_settings: null
|