Datasets:
Upload argilla.yaml with huggingface_hub
Browse files- argilla.yaml +76 -0
argilla.yaml
ADDED
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fields:
|
2 |
+
- id: !!python/object:uuid.UUID
|
3 |
+
int: 251386701133469583975130400050695440191
|
4 |
+
name: category
|
5 |
+
required: true
|
6 |
+
settings:
|
7 |
+
type: text
|
8 |
+
use_markdown: false
|
9 |
+
title: Task category
|
10 |
+
type: text
|
11 |
+
use_markdown: false
|
12 |
+
- id: !!python/object:uuid.UUID
|
13 |
+
int: 291554389807150876603654449172932678419
|
14 |
+
name: instruction
|
15 |
+
required: true
|
16 |
+
settings:
|
17 |
+
type: text
|
18 |
+
use_markdown: false
|
19 |
+
title: Instruction
|
20 |
+
type: text
|
21 |
+
use_markdown: false
|
22 |
+
- id: !!python/object:uuid.UUID
|
23 |
+
int: 320031556317708960997293804043398331623
|
24 |
+
name: context
|
25 |
+
required: false
|
26 |
+
settings:
|
27 |
+
type: text
|
28 |
+
use_markdown: false
|
29 |
+
title: Input
|
30 |
+
type: text
|
31 |
+
use_markdown: false
|
32 |
+
- id: !!python/object:uuid.UUID
|
33 |
+
int: 98138111721950240814426428105628797830
|
34 |
+
name: response
|
35 |
+
required: true
|
36 |
+
settings:
|
37 |
+
type: text
|
38 |
+
use_markdown: false
|
39 |
+
title: Response
|
40 |
+
type: text
|
41 |
+
use_markdown: false
|
42 |
+
guidelines: our guidelines
|
43 |
+
questions:
|
44 |
+
- description: desc instruction
|
45 |
+
id: !!python/object:uuid.UUID
|
46 |
+
int: 119405317249286313941008093994816431732
|
47 |
+
name: final-instruction
|
48 |
+
required: true
|
49 |
+
settings:
|
50 |
+
type: text
|
51 |
+
use_markdown: false
|
52 |
+
title: 'Final Instruction:'
|
53 |
+
type: text
|
54 |
+
use_markdown: false
|
55 |
+
- description: desc input
|
56 |
+
id: !!python/object:uuid.UUID
|
57 |
+
int: 57941532786131090365030986941149590907
|
58 |
+
name: final-context
|
59 |
+
required: false
|
60 |
+
settings:
|
61 |
+
type: text
|
62 |
+
use_markdown: false
|
63 |
+
title: 'Final Input:'
|
64 |
+
type: text
|
65 |
+
use_markdown: false
|
66 |
+
- description: desc response
|
67 |
+
id: !!python/object:uuid.UUID
|
68 |
+
int: 91200826557311417719500663641701219761
|
69 |
+
name: final-response
|
70 |
+
required: true
|
71 |
+
settings:
|
72 |
+
type: text
|
73 |
+
use_markdown: false
|
74 |
+
title: 'Final Response:'
|
75 |
+
type: text
|
76 |
+
use_markdown: false
|