-
Notifications
You must be signed in to change notification settings - Fork 269
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
Update Tasks #1098
Merged
Merged
Update Tasks #1098
Changes from 1 commit
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
333e4b3
update tasks
d74df5d
Update packages/tasks/src/tasks/text-generation/data.ts
merveenoyan b7dde65
Update packages/tasks/src/tasks/text-generation/data.ts
merveenoyan 8c52776
address vb's comments
merveenoyan 78e7d4a
Update packages/tasks/src/tasks/text-to-video/data.ts
merveenoyan b5bd856
lint
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,25 +3,25 @@ import type { TaskDataCustom } from "../index.js"; | |
const taskData: TaskDataCustom = { | ||
datasets: [ | ||
{ | ||
description: "A large multilingual dataset of text crawled from the web.", | ||
id: "mc4", | ||
description: "Multilingual dataset used to evaluate text generation models.", | ||
id: "CohereForAI/Global-MMLU", | ||
}, | ||
{ | ||
description: | ||
"Diverse open-source data consisting of 22 smaller high-quality datasets. It was used to train GPT-Neo.", | ||
id: "the_pile", | ||
"High quality multilingual data used to train text-generation models.", | ||
id: "HuggingFaceFW/fineweb-2", | ||
}, | ||
{ | ||
description: "Truly open-source, curated and cleaned dialogue dataset.", | ||
id: "HuggingFaceH4/ultrachat_200k", | ||
}, | ||
{ | ||
description: "An instruction dataset with preference ratings on responses.", | ||
id: "openbmb/UltraFeedback", | ||
description: "A multilingual instruction dataset with preference ratings on responses.", | ||
id: "allenai/llama-3.1-tulu-3-8b-preference-mixture", | ||
merveenoyan marked this conversation as resolved.
Show resolved
Hide resolved
|
||
}, | ||
{ | ||
description: "A large synthetic dataset for alignment of text generation models.", | ||
id: "argilla/magpie-ultra-v0.1", | ||
id: "HuggingFaceTB/smoltalk", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Maybe we can use FineMath here: https://huggingface.co/datasets/HuggingFaceTB/finemath |
||
}, | ||
], | ||
demo: { | ||
|
@@ -63,20 +63,20 @@ const taskData: TaskDataCustom = { | |
id: "meta-llama/Meta-Llama-3.1-8B-Instruct", | ||
}, | ||
{ | ||
description: "Small yet powerful text generation model.", | ||
id: "microsoft/Phi-3-mini-4k-instruct", | ||
description: "P text generation model.", | ||
merveenoyan marked this conversation as resolved.
Show resolved
Hide resolved
|
||
id: "microsoft/phi-4", | ||
}, | ||
{ | ||
description: "A very powerful model that can solve mathematical problems.", | ||
id: "AI-MO/NuminaMath-7B-TIR", | ||
description: "A very powerful model with reasoning capabilities.", | ||
id: "PowerInfer/SmallThinker-3B-Preview", | ||
}, | ||
{ | ||
description: "Strong text generation model to follow instructions.", | ||
id: "Qwen/Qwen2.5-7B-Instruct", | ||
}, | ||
{ | ||
description: "Very strong open-source large language model.", | ||
id: "nvidia/Llama-3.1-Nemotron-70B-Instruct", | ||
description: "Text generation model used to write code.", | ||
id: "Qwen/Qwen2.5-Coder-32B-Instruct", | ||
}, | ||
], | ||
spaces: [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not fit for audio to audio task, codecs are typically used for discretisation for an input speech.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also thought the same but it was under audio-to-audio tag so I rolled with it 😄