create "Tasks" section on docs site (#715)

create tasks section in docs site
This commit is contained in:
Andrew Maguire
2023-01-14 22:39:38 +01:00
committed by GitHub
parent b44305dfbd
commit a9578e5404
6 changed files with 34 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# Tasks
Understand a bit more about each type of Open Assistant labeling task.
- [Label Assistant Reply](label_assistant_reply.md)
- [Label Prompter Reply](label_prompter_reply.md)
- [Reply as Assistant](reply_as_assistant.md)
- [Reply as User](reply_as_user.md)
+3
View File
@@ -0,0 +1,3 @@
# Label Assistant Reply
Given the following discussion, provide labels for the final prompt.
+3
View File
@@ -0,0 +1,3 @@
# Label Prompter Reply
Given the following discussion, provide labels for the final prompt.
+3
View File
@@ -0,0 +1,3 @@
# Reply as Assistant
Given the following conversation, provide an adequate reply.
+3
View File
@@ -0,0 +1,3 @@
# Reply as User
Given the following conversation, provide an adequate reply.
+14
View File
@@ -24,6 +24,20 @@ const sidebars = {
},
items: ["guides/prompting"],
},
{
type: "category",
label: "Tasks",
link: {
type: "doc",
id: "tasks/README",
},
items: [
"tasks/label_assistant_reply",
"tasks/label_prompter_reply",
"tasks/reply_as_assistant",
"tasks/reply_as_user",
],
},
{
type: "category",
label: "Data",