mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-08-08 11:13:58 +08:00
create "Tasks" section on docs site (#715)
create tasks section in docs site
This commit is contained in:
@@ -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)
|
||||
@@ -0,0 +1,3 @@
|
||||
# Label Assistant Reply
|
||||
|
||||
Given the following discussion, provide labels for the final prompt.
|
||||
@@ -0,0 +1,3 @@
|
||||
# Label Prompter Reply
|
||||
|
||||
Given the following discussion, provide labels for the final prompt.
|
||||
@@ -0,0 +1,3 @@
|
||||
# Reply as Assistant
|
||||
|
||||
Given the following conversation, provide an adequate reply.
|
||||
@@ -0,0 +1,3 @@
|
||||
# Reply as User
|
||||
|
||||
Given the following conversation, provide an adequate reply.
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user