-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Tasks alignment with models #4066
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
Conversation
|
The documentation is not available anymore as the PR was closed or merged. |
|
Yay! This is exciting! Note that we would probably be able to generate this JSON directly from |
|
The following issue should make this much easier 😄 huggingface/hub-docs#83 |
|
So far I think I've addressed all the comments that I got on slack, but feel free to do a review @osanseviero and let me know if it sounds good to you |
|
It just occurred to me that we should probably restart the |
|
Yes, let me update it now |
osanseviero
left a comment
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.
Thank you!
As discussed, once huggingface/hub-docs#83 is done this json file will be automatically generated.
|
current automated export is visible at #4154 |
I updated our
tasks.jsonfile with the new task taxonomy that is aligned with models.The rule that defines a task is the following:
Two tasks are different if and only if the steps of their pipelines are different, i.e. if they can’t reasonably be implemented using the same coherent code (level of granularity/complexity of the code to be defined - ideally I’d like to say “HF user’s level”) - this is the same definition in
transformersI will update the tags of all the datasets in this repository in another PR for readability.
Main changes:
Here is just a simplified YAML dump of
tasks.json:Feel free to comment and give suggestions, especially if you think we can also align this list with other projects
cc @julien-c @osanseviero @severo @lewtun @yjernite @albertvillanova @mariosasko @polinaeterna