HakanK commited on
Commit
b87ad5f
1 Parent(s): 007e7b9

Upload argilla.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. argilla.yaml +104 -0
argilla.yaml ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fields:
2
+ - name: category
3
+ required: true
4
+ settings:
5
+ type: text
6
+ use_markdown: false
7
+ title: Task category
8
+ type: text
9
+ use_markdown: false
10
+ - name: instruction
11
+ required: true
12
+ settings:
13
+ type: text
14
+ use_markdown: false
15
+ title: Instruction
16
+ type: text
17
+ use_markdown: false
18
+ - name: context
19
+ required: false
20
+ settings:
21
+ type: text
22
+ use_markdown: false
23
+ title: Input
24
+ type: text
25
+ use_markdown: false
26
+ - name: response
27
+ required: true
28
+ settings:
29
+ type: text
30
+ use_markdown: false
31
+ title: Response
32
+ type: text
33
+ use_markdown: false
34
+ guidelines: 'In this dataset, you will find a collection of records that show a category,
35
+ an instruction, an input and a response to that instruction. The aim of the project
36
+ is to correct the instructions, intput and responses to make sure they are of the
37
+ highest quality and that they match the task category that they belong to. All three
38
+ texts should be clear and include real information. In addition, the response should
39
+ be as complete but concise as possible.
40
+
41
+
42
+ To curate the dataset, you will need to provide an answer to the following text
43
+ fields:
44
+
45
+
46
+ 1 - Final instruction:
47
+
48
+ The final version of the instruction field. You may copy it using the copy icon
49
+ in the instruction field. Leave it as it is if it''s ok or apply any necessary corrections.
50
+ Remember to change the instruction if it doesn''t represent well the task category
51
+ of the record.
52
+
53
+
54
+ 2 - Final input:
55
+
56
+ The final version of the instruction field. You may copy it using the copy icon
57
+ in the input field. Leave it as it is if it''s ok or apply any necessary corrections.
58
+ If the task category and instruction don''t need of an input to be completed, leave
59
+ this question blank.
60
+
61
+
62
+ 3 - Final response:
63
+
64
+ The final version of the response field. You may copy it using the copy icon in
65
+ the response field. Leave it as it is if it''s ok or apply any necessary corrections.
66
+ Check that the response makes sense given all the fields above.
67
+
68
+
69
+ You will need to provide at least an instruction and a response for all records.
70
+ If you are not sure about a record and you prefer not to provide a response, click
71
+ Discard.'
72
+ questions:
73
+ - description: Write the final version of the instruction, making sure that it matches
74
+ the task category. If the original instruction is ok, copy and paste it here.
75
+ name: new-instruction
76
+ required: true
77
+ settings:
78
+ type: text
79
+ use_markdown: false
80
+ title: 'Final instruction:'
81
+ type: text
82
+ use_markdown: false
83
+ - description: Write the final version of the input, making sure that it makes sense
84
+ with the task category. If the original input is ok, copy and paste it here. If
85
+ an input is not needed, leave this empty.
86
+ name: new-input
87
+ required: false
88
+ settings:
89
+ type: text
90
+ use_markdown: false
91
+ title: 'Final input:'
92
+ type: text
93
+ use_markdown: false
94
+ - description: Write the final version of the response, making sure that it matches
95
+ the task category and makes sense for the instruction (and input) provided. If
96
+ the original response is ok, copy and paste it here.
97
+ name: new-response
98
+ required: true
99
+ settings:
100
+ type: text
101
+ use_markdown: false
102
+ title: 'Final response:'
103
+ type: text
104
+ use_markdown: false