Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Contributing to task page for any-to-any #1011

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
20 changes: 13 additions & 7 deletions packages/tasks/src/tasks/any-to-any/data.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
import type { TaskDataCustom } from "..";

const taskData: TaskDataCustom = {
datasets: [{
description: "All-Modality Alignment Dataset with Fine-grained Preference Annotations and Language Feedback.",
datasets: [
{
description: "All-Modality Alignment Dataset with Fine-grained Preference Annotations and Language Feedback.",
auroraalabs marked this conversation as resolved.
Show resolved Hide resolved
id: "PKU-Alignment/align-anything-400k",
},],
},
],
demo: {
inputs: [],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would you like to add a demo as well? maybe image/text input to image/text output

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added one!

outputs: [],
Expand All @@ -16,16 +18,20 @@ const taskData: TaskDataCustom = {
id: "BAAI/Emu3-Gen",
},
{
description: "Janus is a versatile multimodal framework that decouples visual encoding for superior understanding and generation across tasks.",
description:
"Janus is a versatile multimodal framework that decouples visual encoding for superior understanding and generation across tasks.",
auroraalabs marked this conversation as resolved.
Show resolved Hide resolved
id: "deepseek-ai/Janus-1.3B",
},
], spaces: [
],
spaces: [
{
description: "Janus is a versatile multimodal framework that decouples visual encoding for superior understanding and generation across tasks.",
description:
"Janus is a versatile multimodal framework that decouples visual encoding for superior understanding and generation across tasks.",
auroraalabs marked this conversation as resolved.
Show resolved Hide resolved
id: "deepseek-ai/Janus-1.3B",
},
],
summary: "Any-to-Any can leverage any combination of input and output types to such as text, image, and video. It may combine other datasets to train a comprehensive LLM.",
summary:
"Any-to-Any can leverage any combination of input and output types to such as text, image, and video. It may combine other datasets to train a comprehensive LLM.",
auroraalabs marked this conversation as resolved.
Show resolved Hide resolved
widgetModels: [],
youtubeId: "",
};
Expand Down
Loading