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

add desc to tqdm in Dataset.map() #2374

Merged
merged 1 commit into from
May 26, 2021

Conversation

bhavitvyamalik
Copy link
Contributor

@bhavitvyamalik bhavitvyamalik commented May 18, 2021

Fixes #2330. Please let me know if anything is also required in this

@stas00
Copy link
Contributor

stas00 commented May 20, 2021

Once this is merged, let's update transformers examples to use this new code. As currently all those tqdm bars are who knows what they are....

huggingface/transformers#11797

@bhavitvyamalik
Copy link
Contributor Author

Sure @stas00! Once this is merged let's discuss what all changes can be done on transformers side

Copy link
Member

@lhoestq lhoestq left a comment

Choose a reason for hiding this comment

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

Thanks ! LGTM

@lhoestq lhoestq merged commit 4b90fc7 into huggingface:master May 26, 2021
@stas00
Copy link
Contributor

stas00 commented May 26, 2021

@bhavitvyamalik, as it has been merged would you like to tackle huggingface/transformers#11797?

@bhavitvyamalik
Copy link
Contributor Author

Definitely @stas00. From what I could gather, you guys want more meaningful .map calls for all examples here?

@stas00
Copy link
Contributor

stas00 commented May 27, 2021

That's exactly right, @bhavitvyamalik

Perhaps the best approach is to do one example, see that other maintainers agree on it. and then replicate to other.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow passing desc to tqdm in Dataset.map()
3 participants