-
Notifications
You must be signed in to change notification settings - Fork 3k
Generate tasks.json taxonomy from huggingface_hub
#4154
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. |
|
Ok recomputed the json file, this should be ready to review now! @lhoestq |
|
Note: the generated JSON from (click on "Run export-tasks script") |
* Sync some of the tasks from datasets * Align order * Address some suggestions from review * Everything is structured now * Fixes for huggingface/datasets#4154 cc @julien-c * [skip ci] Export `tasks.json` taxonomy to other libraries (#96) * This is not a Python repo anymore * Update README.md * rabbit hole: revert to package-lock.json lockfileVersion=1 (we use npm 6 stable for now) * rabbit hole: let's try this? * CI: Actually we should also build widgets in that case (they're broken currently) cc @mishig25 * Fix for new `tabular-classification` * `export-data.ts` endpoint * ci: trigger JS Interfaces CI run * Revert "ci: trigger JS Interfaces CI run" This reverts commit 34ac3e9. * move export-tasks to a simple script and run using `tsm` * Tweak order to the one from vscode > sort lines * one missing time_series => structured Co-authored-by: Julien Chaumond <[email protected]>
lhoestq
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.
Thanks !
|
Should we not add the tasks with hideInDatasets? |
|
yes, probably true – i'll change that in a PR in |
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.
LGTM!
(nit, I see unconditional-image-generation is here. Are you ok with that @lhoestq? If no, we should add hideInDatasets in https://github.com/huggingface/hub-docs/blob/main/js/src/lib/interfaces/Types.ts
|
Yes that's good :) feel free to merge |
|
thanks to the both of you! |
No description provided.