Set tqdm to iterate over sentences when doing attributions for multiple sentences #177
Open
1 task done
Labels
Milestone
Description
When computing attributions for a list of sentences the tqdm iterator prints out the iteration per token, which gives no insight into how far in you are with the corpus of sentences that you are attributing over. I would suggest that when attributing over a List of strings the tqdm iterates per sentence, and drops the per token iteration.
Commit to Help
Happy to have a go at this if you agree this could be nice.
The text was updated successfully, but these errors were encountered: